availability-legacy

Overlap Availabilities

post/api/availabilities/overlap

Request body

operator_idstring nullable

Operator UUID

slot_datetimestring date-time nullable

Slot start datetime

duration_minutesinteger nullable

Slot duration in minutes

startstring date-time nullable

Start datetime

endstring date-time nullable

End datetime

include_startboolean

Use >= start when true

include_endboolean

Use <= end when true

inclusive_endboolean

Use <= end when true

exclude_appointment_idstring nullable

Exclude a specific appointment UUID

Response

Successful Response

idstring uuid required

Availability UUID

created_atstring date-time nullable

Creation timestamp

last_time_updatedstring date-time nullable

Last update timestamp

slot_datetimestring date-time nullable

Slot datetime

operator_idstring uuid nullable

Operator UUID

appointment_idstring uuid nullable

Appointment UUID

duration_minutesinteger nullable

Slot duration in minutes

patient_in_booking_idstring uuid nullable

Patient booking UUID

blocked_untilstring date-time nullable

Lock expiration datetime

statusstring nullable

Availability status

is_blockedboolean nullable

Whether slot is blocked

location_typestring nullable

Location type

expert_in_personboolean nullable

Whether the expert must be physically in person

clinic_location_idstring uuid nullable

Clinic location UUID

room_availability_idstring uuid nullable

Room availability UUID

Changes

No recorded changes to this endpoint across all 1 revision of this API.