Lists all employees enrolled in the course, ordered by their creation date (most recent first). The current year’s enrolment status is provided, along with a history of course statuses from previous years.
Maximum number of items to return. Maximum value is 100.
1 <= x <= 100
Pagination cursor for retrieving the next page of results. This value is obtained from the 'x-next-cursor' response header of a previous API call. The cursor should be passed unchanged to fetch next pages. See https://docs.tryriot.com/api-reference/introduction#pagination for examples.
ID of the course for which to retrieve the stats
ID of the workspace for which to retrieve employees
Filters employees based on their course status. Accepts a comma-separated string of status values.
Courses statuses list of employees
The response is of type object
.
Lists all employees enrolled in the course, ordered by their creation date (most recent first). The current year’s enrolment status is provided, along with a history of course statuses from previous years.
Maximum number of items to return. Maximum value is 100.
1 <= x <= 100
Pagination cursor for retrieving the next page of results. This value is obtained from the 'x-next-cursor' response header of a previous API call. The cursor should be passed unchanged to fetch next pages. See https://docs.tryriot.com/api-reference/introduction#pagination for examples.
ID of the course for which to retrieve the stats
ID of the workspace for which to retrieve employees
Filters employees based on their course status. Accepts a comma-separated string of status values.
Courses statuses list of employees
The response is of type object
.