Skip to content

CallDownListResponse

Scheduled call-back entries owned by the current App Connect user.

Properties

Property Type Required Description
successful boolean Yes Whether the list was loaded. Allowed values: True.
items array of CallDownEntry Yes Entries ordered by scheduledAt ascending.

Example

{
  "successful": true,
  "items": [
    {
      "id": "string",
      "userId": "string",
      "contactId": "string",
      "contactType": "string",
      "status": "string",
      "scheduledAt": "2026-01-01T00:00:00Z",
      "lastCallAt": "2026-01-01T00:00:00Z",
      "createdAt": "2026-01-01T00:00:00Z",
      "updatedAt": "2026-01-01T00:00:00Z"
    }
  ]
}