GET /availability/times

Return available times for a date and appointment type.

Servers

Query parameters

Name Type Required Description
appointmentTypeID Integer Yes

Numeric id of the appointment type to check availability for.

timezone String No

Long timezone id for availability time converison (eg. America/New_York).

calendarID Integer No

Numeric id of the calendar to check availability for. By default, check availability for all calendars the appointment type is offered on.

ignoreAppointmentIDs Integer No

Appointment IDs to ignore, allowing slots overlapping the appointment and useful for rescheduling.

addonIDs Integer No

Addon IDs to use when calculating availability for this appointment type. Addons must be assoicated with the appointment type.

date String Yes

Date to check available times (must be parsable by strtotime http://php.net/manual/en/function.strtotime.php)

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.