GET https://api.legendonlineservices.co.uk/groups/{groupId}/activities

Lists activities (course) in a given group (category).

Request Parameters

From Path Type Description
groupId Int32 The Id of the group in question. Should match an Id from groups.

Response - (Status 200 - OK)

[ActivityInstanceModel]

Name Type Description
Id Int32 Id of the Activity instance
Capacity Int32 Number of places that can be booked onto this class
Name String Name of the class - this is generally name of 'class resource' but can be overriden by the user on a particular instance




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

Bundle(s)
Timetable