Time window for a location
close_time_tsstring<date-time>
Closing time for the time window
namestring
Name of the time window.
open_time_tsstring<date-time>
Opening time for the time window
projectstring<uri-reference>
Project reference this time window belongs to.
public_holidayboolean
Flag is true if this time window is applicable during a public holiday from the associated project data.
recurrencesstring
Recurrence iCal-compatible expression for this time window.
strictboolean
Flag specifying if this is a strict time window that the optimizer must respect.
created_atstring<date-time>
Creation timestamp of an object
id object
Identifier of the object
- integer
- uuid
integer
Can be integer
string
Can be UUID
modified_atstring<date-time>
Last modification timestampo of the object
resource_uristring<uri-reference>
URI of the object instance
Time window for a location
{
"close_time_ts": "2024-07-29T15:51:28.071Z",
"name": "string",
"open_time_ts": "2024-07-29T15:51:28.071Z",
"project": "string",
"public_holiday": true,
"recurrences": "string",
"strict": true,
"created_at": "2024-07-29T15:51:28.071Z",
"id": 0,
"modified_at": "2024-07-29T15:51:28.071Z",
"resource_uri": "string"
}