Get all enrolments
GET/enrollments
Returns all enrolments (user–class associations) for the authenticated relying party.
Note: The filter parameter is accepted but the status value is not forwarded
to the stored procedure for this endpoint — all enrolment records are returned regardless
of status value.
beginDate and endDate are not returned.
Request
Responses
- 200
- 400
- 403
Collection of enrolments
Request failed — token invalid/missing, or a server-side error occurred. The response body is plain text (raw exception message), not JSON.
Bearer token absent at the web proxy layer.