availability-legacy

List Availabilities

get/api/availabilities

Query parameters

operator_idstring nullable
from_dtstring nullable
to_dtstring nullable
only_without_appointmentboolean
only_unblockedboolean
location_typestring nullable

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