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:
{
"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"
}
]
}
Related Articles
List assets in organization
In this article, you will learn how to list assets in organization. List assets in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/assets/ Results: { "results": [ { ...
List assets in organization (no thumbnails)
In this article, you will learn how to list assets in an organization without thumbnails. List assets in organization (no thumbnails) Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: ...
List assets (files) in folder
In this article, you will learn how to list assets in folder. List assets (files) in folder Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/folders/<my_folder_uuid>/assets/ Results: { "count": 2, ...
List assets (files) minimal in folder
In this article, you will learn how to list assets minimal in folder. List assets (files) minimal in folder Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/folders/<my_folder_uuid>/assets_minimal/ ...
List statuses in organization
In this article, you will learn how to list statuses in organization. List statuses in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/statuses/ Results: { "count": ...