GET api/Bookings/getAppointmentsSlots

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

TimeSlot
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'application/xml'. Exception message: Object graph for type 'VetAPI.DataModel.AspNetUser' contains cycles and cannot be serialized if reference tracking is disabled.

text/xml

Sample:

An exception has occurred while using the formatter 'XmlMediaTypeFormatter' to generate sample for media type 'text/xml'. Exception message: Object graph for type 'VetAPI.DataModel.AspNetUser' contains cycles and cannot be serialized if reference tracking is disabled.