get https://api.talkdeskapp.com/apps//installations//channels
List channels for the installation
Scopes
apps:read
Body Response - Schema
200 (list of channels provisioned for the app installation)
Parameter | Type | Description |
---|---|---|
total | integer | n/a |
page | integer | n/a |
per_page | integer | n/a |
_embbeded | object | "_embbeded" subdivides into: 1.1 - "users" (array[object]), which subdivides into: 1.1.1 - "type" (string) - the type of channel. Allowed value: "messages". 1.1.2 - "updated_at" (string ) - date of the latest change to this channel. 1.1.3 - "_embedded" (object), which subdivides into: 1.1.3.1 - "resource" (array[object]), which subdivides into: 1.1.3.2 - "id" (string) - the ID of the target resource. 1.1.3.3 - "type" (string) - the target resource type (e.g.: number). Allowed number: "number". 1.1.3.4 - "_links" (object), which subdivides into: 1.1.3.4.1 - "self" (object): "href" (string). Default: http://api-docs.talkdesk.org/numbers/{number_id} |
_links | object | "_links" subdivides into "self" (object): "href" (string). Default: https://api-docs.talkdesk.org/apps/{app_id}/installations/{installation_id}/channels |
403 (forbidden) and 404 (app or installation not found)
Parameter | Type | Description |
---|---|---|
error | string | the error message |
Troubleshooting
If you have questions or technical issues, please open a ticket using this form.