v1
latestOpenAPI 3.0.02026-07-26550199.6 KBfree-slots
Search for free slots
Search for bookable free slots for one or more practitioners at a location, for a given single patient service.
get/free-slots
Query parameters
serviceIdinteger required
The id of the service to search free slots for
Example:1
locationIdinteger required
The id of the location to search free slots at
Example:1
practitionerIdsinteger[] required
intervalnumber
Slot step in minutes
Example:15
Response
An array of free slots per practitioner
Example response
{
"data": [
{
"practitionerId": 1,
"slots": [
{
"start": "2024-01-01T09:00:00.000Z",
"end": "2024-01-01T09:30:00.000Z"
}
]
}
]
}