v1

latestOpenAPI 3.0.02026-07-26550199.6 KB
availability

Get all availabilities of a practitioner

Get all availabilities of a practitioner in the specified date range, max 100 days

get/availabilities/{practitionerId}

Path parameters

practitionerIdinteger required
Example:1

Query parameters

string required
OR
string required
string required
OR
string required
locationIdnumber nullable

Search for availabilities with this location id

Example:1

Response

An array of availabilities

Example response

{
  "data": [
    {
      "date": "2024-01-04T00:00:00.000Z",
      "locationId": 1,
      "startTime": "09:00",
      "endTime": "17:00",
      "repeatInterval": "Weekly"
    }
  ]
}