Skip to main content
GET
/
v3
/
appointment-definitions
/
{appointmentDefinition}
/
normal-hours
/
{normalHour}
Read Appointment Definition Normal Hour
curl --request GET \
  --url https://api.{tenant}.getomneo.com/api/v3/appointment-definitions/{appointmentDefinition}/normal-hours/{normalHour}
{
  "data": {
    "id": 123,
    "appointment_definition_id": 123,
    "day_of_week": "<string>",
    "available_from": "<string>",
    "available_until": "<string>",
    "is_closed": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
}

Path Parameters

appointmentDefinition
integer
required

The appointment definition ID

normalHour
integer
required

The normal hour ID

Response

AppointmentDefinitionNormalHour

data
AppointmentDefinitionNormalHour · object
required