Returns activities that take place in sports hall
| From Query | Type | Description |
|---|---|---|
| FacilityGUID | Guid | See Locations Only 'Facility Guid' is allowed. |
[ActivityModel]
| Name | Type | Description |
|---|---|---|
| ActivityId | Int32 | Id of the activity |
| ActivityName | String | Name of the activity |
| InventoryId | Int32 | Use HeadlinePrice to get the price of the activity |
[
{
"ActivityId": 1,
"ActivityName": "sample string 2",
"InventoryId": 3
},
{
"ActivityId": 1,
"ActivityName": "sample string 2",
"InventoryId": 3
},
{
"ActivityId": 1,
"ActivityName": "sample string 2",
"InventoryId": 3
}
]
| Bundle(s) |
|---|
| Timetable |