List Appointment Types

Retrieves a list of all appointment types configured for the requesting practice group.

SecurityapiKeyAuth and practiceGroupId
Request
query Parameters
location_ids
Array of strings
has_availability
boolean
Responses
200

Ok

400

Validation error

401

Unauthorised

404

Not found

500

Unknown error

get/v1/appointment_types
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "count": 0
}