GET api/Bookings/getAppointmentsSlots
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
TimeSlotName | Description | Type | Additional information |
---|---|---|---|
TimeSlotId | integer |
None. |
|
DOW | integer |
None. |
|
Time | date |
None. |
|
PracticeId | integer |
None. |
|
Capacity | integer |
None. |
|
ColourHex | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "TimeSlotId": 1, "DOW": 1, "Time": "2025-07-06T12:33:32.4372427+00:00", "PracticeId": 2, "Capacity": 3, "ColourHex": "sample string 4" }
text/html
Sample:
{"TimeSlotId":1,"DOW":1,"Time":"2025-07-06T12:33:32.4372427+00:00","PracticeId":2,"Capacity":3,"ColourHex":"sample string 4"}
application/xml
Sample:
text/xml
Sample: