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

Path Parameters

profile
string<uuid>
required

The profile ID

normalHour
integer
required

The normal hour ID

Response

ProfileNormalHour

data
ProfileNormalHour · object
required