Courses

Get enrollments for a course (with optional paging and/or filtering). Roles: admin.

get/api/courses/{contentId}/members

Path parameters

contentIdinteger required

Query parameters

pageIndexinteger
pageSizeinteger
audienceIdinteger
courseStatus'NOT_STARTED' | 'IN_PROGRESS' | 'COMPLETED'
access'VALID' | 'EXPIRED'
namestring
usernamestring

Response

OK

successboolean
errorstring
totalItemCountinteger
totalPagesinteger
itemCountinteger
isFirstboolean
isLastboolean
hasNextboolean
hasPreviousboolean

Changes

Changed in 1 of the 2 revisions of this API.5

    • added the optional property error/errorId to the response with the 400 status

      response-optional-property-added

    • added the optional property error/errorId to the response with the 401 status

      response-optional-property-added

    • added the optional property error/errorId to the response with the 403 status

      response-optional-property-added

    • added the optional property error/errorId to the response with the 404 status

      response-optional-property-added

    • added the optional property error/errorId to the response with the 500 status

      response-optional-property-added