Skip to main content
GET
/
v1
/
nodes
/
{id}
/
operating-hours
/
formatted
Get formatted operating hours
curl --request GET \
  --url http://localhost:3000/v1/nodes/{id}/operating-hours/formatted
{
  "timezone": "<string>",
  "hours": [
    {
      "day": "<string>",
      "dayIndex": 123,
      "open": "<string>",
      "close": "<string>",
      "closed": true,
      "openRaw": "<string>",
      "closeRaw": "<string>"
    }
  ],
  "raw": "<unknown>"
}

Path Parameters

id
string<uuid>
required

Response

200 - application/json

Formatted operating hours

timezone
string | null
required
hours
object[]
required
raw
unknown