v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Get all Media Content

Get contents of the account

get/contents

Query parameters

per_pageinteger

Number of contents in response

pageinteger

Page number of the list of contents

folder_idstring

Id of telemetrytv folder. As default the root folder of the account is sent

countstring

If "true" is set response will contain amount of contents

content_idsstring

Comma separated ids of content, narrows down the query result

sub_foldersstring

If set to "true" it scans subfolders content as well

shared_onlystring

If "true" is set, hidden content would be filtered out in respponse

validstring

If set to "true" returns contents whose expiry date is between current time and expected valid time.

searchstring

If set it looks for a match at name and url fields of content.

Response

200

account_idstring
content_folder_idstring
content_typestring
created_atnumber
heightinteger
idstring
keystring
namestring
public_urlstring
thumb_urlstring
updated_atnumber
widthinteger

Example response

[
  {
    "account_id": "213ba92731b5d034f7d8dcafrd",
    "content_folder_id": "62dfd10e9f504d0001b19745",
    "content_type": "image/jpeg",
    "created_at": 1658835274.247,
    "created_by": {
      "account_id": "213ba92731b5d034f7d8dcafrd",
      "email": "user@gmail.com",
      "first_name": "Met",
      "groups": [
        "administrator"
      ],
      "id": "5dba92731b5d034f7d8dca3c",
      "last_name": "Won",
      "login_count": 122
    },
    "height": 214,
    "id": "62dfd14a7f3b8500012ce376",
    "key": "uploads/fd58fd85f9d9d88996b70b90d21d783e.jpg",
    "meta": {
      "ETag": "\"fd58fd85f9d9d88996b70b90d21d783e\"",
      "Key": "uploads/fd58fd85f9d9d88996b70b90d21d783e.jpg",
      "LastModified": "Tue, 26 Jul 2022 11:34:32 UTC",
      "Size": 30764
    },
    "name": "2482982436_a2145359e0_n.jpg",
    "public_url": "https://cdn-us.telemetrytv.com/uploads/213ba92731b5d034f7d8dcafrd/fd58fd85f9d9d88996b70b90d21d783e.jpg",
    "thumb_url": "https://cdn-us.telemetrytv.com/uploads/213ba92731b5d034f7d8dcafrd/fd58fd85f9d9d88996b70b90d21d783e.thumb.png",
    "updated_at": 1658835274.247,
    "width": 320
  }
]