List assets in organization (only title)

List assets in organization (only title)

In this article, you will learn how to list assets in an organization with titles only.

List assets in organization (only title)

Request Type: GET
Header: Authorization: ApiKey <my_api_token>
URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/assets/titles/

Results:
Info
{
  "count": 2,
  "next": null,
  "previous": null,
  "results": [
    {
      "date_created": "2024-02-15T11:10:20.123456Z",
      "title": "Sample Intro Video",
      "uuid": "c1d2e3f4-5a6b-4c7d-9e8f-1a2b3c4d5e6f"
    },
    {
      "date_created": "2024-03-10T09:05:45.654321Z",
      "title": "Match Analysis Clip",
      "uuid": "a9b8c7d6-e5f4-4a3b-9c8d-7e6f5a4b3c2d"
    }
  ]
}