Skip to main content
GET
/
v3
/
appointment-definitions
/
{appointmentDefinition}
/
special-hours
/
{specialHour}
Read Appointment Definition Special Hour
curl --request GET \
  --url https://api.{tenant}.getomneo.com/api/v3/appointment-definitions/{appointmentDefinition}/special-hours/{specialHour}
{
  "data": {
    "id": 123,
    "appointment_definition_id": 123,
    "name": "<string>",
    "is_repeating": true,
    "available_from": "<string>",
    "available_until": "<string>",
    "start_at": "<string>",
    "end_at": "<string>",
    "is_closed": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Path Parameters

appointmentDefinition
integer
required

The appointment definition ID

specialHour
integer
required

The special hour ID

Response

AppointmentDefinitionSpecialHour

data
AppointmentDefinitionSpecialHour · object
required