Count Bookable Slots

Count of all bookable slots for the requesting practice group.

SecurityapiKeyAuth and practiceGroupId
Request
query Parameters
appointment_type_id
required
Array of strings
location_id
Array of strings
practitioner_id
Array of strings
start_date
string
end_date
string
Responses
200

Ok

400

Validation error

401

Unauthorised

404

Not found

500

Unknown error

get/v1/slots/count
Request samples
Response samples
application/json
{
  • "count": 0
}