Get a group set's detail
GET/api/courses/:id/group-sets/:setId
Full detail for one group set: its groups, each group's members (with an inactive flag), and the eligible active-student roster. Course staff or admin.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The group set detail.
Not signed in.
Not course staff or a system admin.
Group set not found in this course.
Server error.