Skip to main content
GET
List CRM sync errors for an event type

Headers

cal-api-version
string
default:2024-06-14
required

Must be set to 2024-06-14. If not set to this value, the endpoint will default to an older version.

Example:

"2024-06-14"

Authorization
string
required

value must be Bearer <token> where <token> is api key prefixed with cal_, managed user access token, or OAuth access token

Path Parameters

eventTypeId
number
required

Query Parameters

appSlug
string
required

CRM app slug connected to the event type, for example salesforce.

Example:

"salesforce"

includeDismissed
boolean
default:false

When true, returns dismissed historical errors as well as active errors. Defaults to false.

Example:

true

cursor
string

Opaque cursor from pagination.nextCursor. Omit to fetch the first page of CRM sync errors.

Example:

"eyJ2IjoxLCJzb3J0VXVpZCI6IjAxOWVhODUwLWVmYzctN2E0OC04NTA4LWFlZDMxYjcyY2U2OCJ9"

limit
number
default:50

Maximum number of CRM sync errors to return.

Required range: 1 <= x <= 100
Example:

50

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object[]
required

CRM sync errors scoped to the requested event type and connected CRM app.

pagination
object
required