List Appointments
List appointments
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Client id owned by the brand
Sales Associate id owned by the brand
Only show appointments updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
Combined with the from
parameter, only show appointments updated whitin the given range (from..to) time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.
Page number of the results to fetch. Default: 1
Results per page (max 100). Default: 30
Response
Unique identifier of the store where the appointment was created (based on associate assignment)
Store name of where the appointment was created (based on associate assignment)
Unique identifier of the associate that created the appointment
Full name of the associate who created the appointment
Unique identifier of the client that the appointment is with
Full name of the client that the appointment is with
Short description of the appointment added by the associate
TODO: Details added to the appointment by the associate
Timestamp of when the appointment was created
Timestamp of when the appointment was last updated
Timestamp of when the appointment was scheduled to start
Timestamp of when the appointment was scheduled to end
Whether or not the appointment was marked as done by the associate. If the appointment is marked as done this will be true
, otherwise defaults to false
Timestamp of when the appointment was marked as done by the associate