List assets in organization

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:
Info
{
  "results": [
    {
      "date_created": "2024-02-10T12:15:30.123456Z",
      "date_edited": "2024-02-10T12:20:30.123456Z",
      "description": "",
      "duration": "30.000",
      "file_size": 4523000,
      "folder": "c1d2e3f4-5a6b-4c7d-9e8f-1a2b3c4d5e6f",
      "folder_name": "Sample Folder A",
      "is_locked": false,
      "is_public": false,
      "last_accessed": "2024-02-10T12:25:30.123456Z",
      "media_type": "VI",
      "mime_type": "video/mp4",
      "natural_width": 1280,
      "natural_height": 720,
      "organization_name": "Sample Organization",
      "options": "",
      "owner": "user_12345",
      "owner_nickname": "sample_user_1",
      "title": "Intro Video",
      "url": "https://cdn.example.com/path/to/video1.mp4",
      "updated_thumbnail_url": "https://cdn.example.com/path/to/video1_thumbnail.jpg",
      "updated_url": "https://cdn.example.com/path/to/video1_updated.mp4",
      "uuid": "f1e2d3c4-b5a6-4d7e-9f8a-1b2c3d4e5f6a",
      "was_edited": true
    },
    {
      "date_created": "2024-03-05T08:10:20.654321Z",
      "date_edited": null,
      "description": "",
      "duration": "8.500",
      "file_size": 720000,
      "folder": "a9b8c7d6-e5f4-4a3b-9c8d-7e6f5a4b3c2d",
      "folder_name": "Sample Folder B",
      "is_locked": false,
      "is_public": false,
      "last_accessed": "2024-03-05T08:15:20.654321Z",
      "media_type": "VI",
      "mime_type": "video/mp4",
      "natural_width": 1920,
      "natural_height": 1080,
      "organization_name": "Sample Organization",
      "options": "",
      "owner": "user_67890",
      "owner_nickname": "sample_user_2",
      "title": "Match Clip",
      "url": "https://cdn.example.com/path/to/video2.m3u8",
      "updated_thumbnail_url": "https://cdn.example.com/path/to/video2_thumbnail.jpg",
      "updated_url": "https://cdn.example.com/path/to/video2_updated.m3u8",
      "uuid": "b2c3d4e5-f6a7-4b8c-9d0e-1f2a3b4c5d6e",
      "was_edited": false
    }
  ]
}

    • Related Articles

    • 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 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 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": ...