List assets in organization (no thumbnails)

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: https://app.banyanboard.com/api/orgs/<my_org_uuid>/assets/no_thumbnail/

Results:
Info
{
  "results": [
    {
      "date_created": "2024-02-12T10:20:30.123456Z",
      "description": "",
      "duration": 30,
      "file_size": 4500000,
      "folder_name": "Sample Folder A",
      "owner_username": "user_12345",
      "owner_nickname": "sample_user_1",
      "title": "Intro Video",
      "uuid": "d1e2f3a4-b5c6-4d7e-8f9a-1b2c3d4e5f6a"
    },
    {
      "date_created": "2024-03-08T09:15:10.654321Z",
      "description": "",
      "duration": 8,
      "file_size": 720000,
      "folder_name": "Sample Folder B",
      "owner_username": "user_67890",
      "owner_nickname": "sample_user_2",
      "title": "Match 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 (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: ...
    • 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 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": ...
    • List folders in organization

      In this article, you will learn how to list folders in an organization. List folders in organization Request Type: GET Header: Authorization: ApiKey <my_api_token> URL: https://app.banyanboard.com/api/orgs/<my_org_uuid>/folders/ Results: { "count": ...