GET /availability/classes
Return available classes for a given month.
Servers
- https://acuityscheduling.com/api/v1
Query parameters
| Name | Type | Required | Description | 
|---|---|---|---|
| month | String | No | Month to check available classes (must be parsable by strtotime, eg. 2016-02 http://php.net/manual/en/function.strtotime.php) | 
| appointmentTypeID | Integer | No | Numeric id of the appointment type to check availability for. By default, check availability for all class appointment types. | 
| 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. | 
| includeUnavailable | Boolean | No | List all classes, including those that are no longer available. Default value: false | 
| minDate | String | No | The earliest date to return classes for. The will be over-ridden by month | 
| maxDate | String | No | The latest date to return classes for. This will be over-ridden by month. | 
| includePrivate | Boolean | No | List all classes, including those marked as private | 
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.