Traverse appointments with cursor pagination

Efficient forward-only traversal for exports and backend ingestion. The first
request supplies filters, sort, order, and limit. Every continuation request
must supply only the opaque cursor returned by the preceding response.
Results reflect current data rather than a transactionally frozen snapshot.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

Opaque continuation from the preceding page. Send by itself.

integer
1 to 100
Defaults to 20
uuid
resourceIds
array of uuids

Repeat or provide a comma-separated list.

resourceIds
serviceIds
array of uuids

Repeat or provide a comma-separated list.

serviceIds
uuid
status
array of strings
status
Allowed:
date
date
string
enum
Defaults to created
Allowed:
string
enum

Defaults to desc for created and asc for scheduled.

Allowed:
Responses

400

Invalid filters or invalid, expired, or altered cursor.

401

Unauthorized.

403

Forbidden.

Language
Credentials
Required Scopes
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*