v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Get all Apps

Gets a list of all apps on the account

get/apps

Query parameters

countboolean

Returns just the count of the number of apps

folder_idstring

Only return objects for this folder

Response

200

account_idstring
argumentsstring
created_atnumber
folder_idstring
idstring
labelstring
typestring
updated_atnumber

Example response

[
  {
    "account_id": "61b3ad5365cfe20007c5e276",
    "arguments": "items%5B0%5D%5Bmessage%5D=%3Cp%3EThis%20is%20my%20notice%3C%2Fp%3E&interval=10&textColor=&transition=&hAlign=left&vAlign=middle&showIcon=false&font=Exo&fixedFontSize=false&hideBox=true&bgType=stocks&whiteText=true&darkOverlay=false&zoomEffect=true&stockMedia=https%3A%2F%2Fresources.telemetrytv.com%2Fbackgrounds%2Fphotos%2Fdefaults%2Fgrass.jpg",
    "created_at": 1639165312.257,
    "folder_id": "61b3ad5443e09d00079e51fa",
    "id": "61b3ad80dee745000746f8b3",
    "label": "Notice",
    "type": "notice",
    "updated_at": 1639165312.257
  }
]
All 47 operations