Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url http://localhost:3000/v1/admin/nodes/{id}/operating-hours/formatted
{ "timezone": "<string>", "hours": [ { "day": "<string>", "dayIndex": 123, "open": "<string>", "close": "<string>", "closed": true, "openRaw": "<string>", "closeRaw": "<string>" } ], "raw": null }
Returns operating hours formatted for display.
1
Formatted operating hours
Show child attributes