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>"
}Returns operating hours formatted for display.
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>"
}