v1
latestSwagger 2.02026-08-06115129197.7 KBGet all appointments
Returns all appointments from a specific location
Query parameters
Filter appointments by location using the partner (external) id
Filter appointments by location using the mytime id
Filter appointments by Employee mytime ID
Filter appointments by Client mytime ID
Return only the appointments from the waitlist
The start_date for the appointments. Accepts YYYY-MM-DD or ISO 8601 datetime in UTC; datetimes without an offset are assumed to be UTC. Default: Yesterday at 00:00:00 UTC. e.g.: 2017-10-22 or 2017-10-22T00:00:00
The end_date for the appointments. Accepts YYYY-MM-DD or ISO 8601 datetime in UTC; datetimes without an offset are assumed to be UTC. Default: Today at 00:00:00 UTC. e.g.: 2017-10-23 or 2017-10-23T00:00:00
The created_start_date for the appointments. e.g.: 2017-10-22 . created_end_date is required for this to work
The created_end_date for the appointments. e.g.: 2017-10-22 . created_start_date is required for this to work
Include the events for the appointment. true/false
Include the notes for the appointment. true/false
Include the custom field values for the appointment. true/false
The number of results in the response. Values above 100 are capped at 100. When omitted, the default page size is applied.
The number of results to offset the response by. Eg. If the offset is 100, then the response would start at the 101st item
Returns last 10 appointments regardless of the other parameters. Used for testing purposes. true/false
Whether or not to parse the appointment in the same way the webhook parses it. Used for testing purposes. true/false
Headers
Merchant subdomain - Optional
Response
Appointment response
Example response
[
{
"variations": [
{
"price": 120,
"multiplier_base_price": 40,
"price_multiplier": 3
}
]
}
]