v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Get all Folders

Obtain content folders list

get/content_folders

Request body

idstring

id of conent folder

namestring

name of conent folder

groupsstring[]

For accounts with user groups, list of user groups with write permissions

sizeinteger

Sum of contents` size in folder

account_idstring

Id of telemetrytv account

read_only_groupsstring[]

List of user groups that havee permission to view content of folder

Defaultboolean

flag which indicates default follder - one for account

Response

200

account_idstring
created_atnumber
idstring
namestring
sizeinteger
updated_atnumber

Example response

[
  {
    "account_id": "5dba92731b5d034f7d8dca3d",
    "created_at": 1631602479.078,
    "id": "6140472f966f63757f74775e",
    "name": "CC_V1",
    "size": 12377646,
    "updated_at": 1631602479.078
  }
]