Lists all activity groups (course categories) in a given facility
| From Path | Type | Description |
|---|---|---|
| facilityId | Int32 | Id of the facility. Should match an Id from /facilities |
[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 |