GET /availability/dates
Return dates with availability for a month and an appointment type.
Servers
- https://acuityscheduling.com/api/v1
Query parameters
Name | Type | Required | Description |
---|---|---|---|
month |
String | Yes |
Month to check available dates (must be parsable by strtotime, eg. 2016-02 http://php.net/manual/en/function.strtotime.php) |
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. |
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.