GET https://api.legendonlineservices.co.uk/SportsHall/Activities?FacilityGUID={FacilityGUID}

Returns activities that take place in sports hall

Request Parameters

From Query Type Description
FacilityGUID Guid See Locations Only 'Facility Guid' is allowed.

Response - (Status 200 - OK)

[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