GET Calendars/AvailableCounts?ServiceId={ServiceId}&StartDate={StartDate}&EndDate={EndDate}
Get available slot counts for each day (using default Appointment type/duration) [Overload also available for ExtRefs]
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ServiceId |
Service ID |
integer |
Required |
StartDate |
Start Date of times to return |
date |
Required |
EndDate |
End Date to return (pass same as Start Date for 1 day). |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
A flat collection of Date and number of default sized slots available
Dictionary of date [key] and integer [value]Response Formats
application/json, text/json
Sample:
{ "2025-09-13T08:26:07.8535728+10:00": 2 }