Appointments queue

Get appointments queue

get

Retrieves the queue of appointments

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Query parameters
fromDateone ofOptional

The start date for the appointment queue filter

Default: 2023-01-01T00:00:00ZExample: 2023-01-01T00:00:00Z
string · dateOptional
or
string · date-timeOptional
toDateone ofOptional

The end date for the appointment queue filter

Default: 2023-01-01T00:00:00ZExample: 2023-01-01T00:00:00Z
string · dateOptional
or
string · date-timeOptional
serviceProviderIdstringOptional

The ID of the service provider

Default: provider123Example: provider123
locationTypestring · enumOptionalPossible values:
populationTagsnumber[]Optional
Responses
200Success
application/json
get
/api/service-provider-scheduling/appointments-queue
200Success

Update appointments queue

put

Updates the queue of appointments

Authorizations
AuthorizationstringRequired

Enter your Bearer token

organization_codestringRequired

Enter your organization code

Body
fromDateone ofRequired
string · dateOptional
or
string · date-timeOptional
toDateone ofRequired
string · dateOptional
or
string · date-timeOptional
serviceProviderIdstringRequired
Responses
200Success
application/json
put
/api/service-provider-scheduling/appointments-queue
200Success