List available apps. If you want to create or manage app, please see App Controller on API.
Reference
Get list of apps
List apps – the list is limited to client apps, mediahubs and ac apps.
GET/v2/app
Request Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| clientId | string | ✗ | Optional clientId to fetch the app for |
| type | array | ✗ | Optional types of apps to return. Defaults to acclient, mediahub and acapp allowed values: acclientplayermediahubdropsiteexternalacapp |
Response
| Field | Type | Description |
|---|---|---|
| clientId | string | ClientId of the app |
| customerId | integer | CustomerId of the app – 1 = global app, otherwise custom app |
| id | integer | ID of the app |
| name | string | Name of the app |
| type | string | Type of the app |