GET /availability/times
Return available times for a date and appointment type.
Servers
- https://acuityscheduling.com/api/v1
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. | 
| date | String | Yes | Date to check available times (must be parsable by strtotime http://php.net/manual/en/function.strtotime.php) | 
| addonIDs[] | Integer | No | Addon IDs to use when calculating availability for this appointment type. Addons must be assoicated with the appointment type. | 
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
 
- Click Test request to test run your request to the API and see the API's response.