Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterTypeDescription
enrollmentIds (optional)
The ID of an enrollment you want to get information on
token (required)stringAccess token. You can obtain a token by making a request
userIds (optional)stringAn array of IDs of the users whose results you want to retrieve
courseIds (optional)stringAn array of IDs of the courses which results you want to retrieve
accessDate[startDate], accessDate[endDate] (optional)stringThe time range for course assignment date. This parameter can be limited only by one point
dueDate[startDate], dueDate[endDate] (optional)stringThe time range for course due date. This parameter can be limited only by one point
completionDate[startDate], completionDate[endDate] (optional)stringThe time range for course completion date. This parameter can be limited only by one point
completionStatuses (optional)stringThe statuses of courses which results you would like to retrieve. Possible values are: not_started, in_progress, pending, complete, passed, accepted, incomplete, failed, declined
departmentIds (optional)stringAn array of IDs of the departments whose results you want to retrieve
userStatuses (optional)numberThe user status. Possible values are:  1 — active, 3 — blocked. By default, the response shows data on active users
pageSize (optional)numberThe number of entries per page. If not indicated, equal to 1000
pageToken (optional)stringThe token needed to continue to the next page

...