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"
    }
  ]
}