Get a list of contract actions of an express account.
If you're a reseller, please check how to get entitled to this API here.
Scope
express-accounts-contracts-actions:write
Body Response - Schema
200 OK
| Parameter | Type | Description |
|---|---|---|
| count | integer | The number of results on the current page. Example: 50 |
| page | integer | The number of the current page. Example: 2 |
| per_page | integer | The number of results per page. Example: 50 |
| total | integer | The total number of results for all pages. Example: 425 |
| total_pages | integer | The total number of pages. Example: 9 |
| _embedded | object | "_embedded" subdivides into: 1 - "contract_actions" (array[object]). 1.5 - "status_message"(string) - The contract action status message. Required. 1.6 - **"created_at"(string<date-time>) **- Creation timestamp. Required. 1.7. - **"updated_at"(string<date-time>) **-Update timestamp. Required. |
| _links | object | "_links" subdivides into: 1 - "first" (object)
|
400 (bad request), 401 (unauthorized), 403 (forbidden)
| Parameter | Type | Description | Required |
|---|---|---|---|
| code | string | n/a | yes |
| message | string | n/a | yes |
| description | string | n/a | no |
| fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
API AvailabilityThe Talkdesk Express API is in GA since the 5th of July, 2024.
TroubleshootingIf you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.