Lists activities (course) in a given group (category).
| From Path | Type | Description |
|---|---|---|
| groupId | Int32 | The Id of the group in question. Should match an Id from groups. |
[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 |