GET groups
Fetches a list of groups setup by the organisation.
URL
Parameters
No parameters available for this endpoint.
Responses
200 - OK
A list of groups from the database. List may be empty if no groups have been set up.
entities
array
The list of the groups returned.
┃ id
string
The Id of the group. Formatted as a GUID.
┃ name
string
The name of the group.
â”— courses
array
A list of courses that are assigned to the group.
┃ id
string
The Id of the course. Formatted as a GUID.
â”— name
string
The name of the course.
page
integer
The current page of results (Starts at 1).
entitiesReturned
integer
The number of filters in the entities
array.
totalEntities
integer
The total entities
across all pages.
links
array
A list of links relevant to the current request. No links are currently returned with this request.
Last updated