GET https://api.legendonlineservices.co.uk/facilities/{facilityId}/groups

Lists all activity groups (course categories) in a given facility

Request Parameters

From Path Type Description
facilityId Int32 Id of the facility. Should match an Id from /facilities

Response - (Status 200 - OK)

[GroupModel]

Name Type Description
Id Int32 Id of the group
Capacity Int32
FacilityId Int32 Facility Id of the group
Name String Name of the group




[
  {
    "Id": 1,
    "FacilityId": 2,
    "Name": "sample string 3",
    "Capacity": 4
  },
  {
    "Id": 1,
    "FacilityId": 2,
    "Name": "sample string 3",
    "Capacity": 4
  },
  {
    "Id": 1,
    "FacilityId": 2,
    "Name": "sample string 3",
    "Capacity": 4
  }
]

Bundle(s)
Timetable