The Schedule Object

AttributeTypeDescription
idstringA stable, unique, Railway-provided identifier, always prefixed with sch_.
practitionerstring|objectThe practitioner id (prefixed with prac_) whose schedule this is. It can be expanded into the complete Practitioner Object.
locationstring|objectThe location id (prefixed with loc_) where there this practitioner's schedule is valid for. It can be expanded into the complete Location Object.
insurancesstring[]|object[]The list of insurance ids (prefixed with ins_) that the practitioner accepts at this location. It can be expanded into a list of Insurance Objects.
appointment_typestring|objectThe appointment (or visit) type of all slots on this schedule. Returned as the appointment type id (prefixed with aptp_) or the expanded Appointment Type Object.
estimated_earliest_slotdateThe estimated earliest slot available in YYYY-MM-DD format.
scheduling_methodstring|nullThe scheduling method available through Closure's API for this schedule. Valid options are direct_api, open_slots_only, and null.
created_atdatetimeThe ISO 8601 timestamp of when the object was created.
updated_atdatetimeThe ISO 8601 timestamp of when the object was last updated.