cURL
curl --request GET \ --url https://api.caspen.com/v1/busy_times
{ "data": [ { "id": "<string>", "location_id": "<string>", "practitioner_id": "<string>", "starts_at": "<string>", "ends_at": "<string>", "duration": 123, "name": "<string>", "note": "<string>", "created_at": "<string>" } ], "links": { "prev": "<string>", "next": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.caspen.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.caspen.com/llms.txt
Use this file to discover all available pages before exploring further.
1 <= x <= 100
Paginated set of BusyTimeResource
BusyTimeResource
Show child attributes