Returns Timetable for the sports hall
| From Query | Type | Description |
|---|---|---|
| ActivityIds | [Int32] | List of activity Ids to search for |
| FacilityGUID | Guid | See Locations Only 'Facility Guid' is allowed. |
| EndDate | DateTime | End Date for the time table - include Time component to search till end of the day. |
| StartDate | DateTime | Start Date for the time table - exclude time to search from start of the day. |
TimeTableModel
| Name | Type | Description | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| [TimeTableActivityModel] | ||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||
{
"Activities": [
{
"ActivityId": 1,
"Slots": [
{
"SlotId": 1,
"StartTime": "2025-12-13T19:25:09.1481756+00:00",
"Duration": 2,
"SpacesLeft": 3,
"InventoryId": 4
},
{
"SlotId": 1,
"StartTime": "2025-12-13T19:25:09.1481756+00:00",
"Duration": 2,
"SpacesLeft": 3,
"InventoryId": 4
},
{
"SlotId": 1,
"StartTime": "2025-12-13T19:25:09.1481756+00:00",
"Duration": 2,
"SpacesLeft": 3,
"InventoryId": 4
}
]
},
{
"ActivityId": 1,
"Slots": [
{
"SlotId": 1,
"StartTime": "2025-12-13T19:25:09.1481756+00:00",
"Duration": 2,
"SpacesLeft": 3,
"InventoryId": 4
},
{
"SlotId": 1,
"StartTime": "2025-12-13T19:25:09.1481756+00:00",
"Duration": 2,
"SpacesLeft": 3,
"InventoryId": 4
},
{
"SlotId": 1,
"StartTime": "2025-12-13T19:25:09.1481756+00:00",
"Duration": 2,
"SpacesLeft": 3,
"InventoryId": 4
}
]
},
{
"ActivityId": 1,
"Slots": [
{
"SlotId": 1,
"StartTime": "2025-12-13T19:25:09.1481756+00:00",
"Duration": 2,
"SpacesLeft": 3,
"InventoryId": 4
},
{
"SlotId": 1,
"StartTime": "2025-12-13T19:25:09.1481756+00:00",
"Duration": 2,
"SpacesLeft": 3,
"InventoryId": 4
},
{
"SlotId": 1,
"StartTime": "2025-12-13T19:25:09.1481756+00:00",
"Duration": 2,
"SpacesLeft": 3,
"InventoryId": 4
}
]
}
]
}
| Bundle(s) |
|---|
| Timetable |