List courses status of employees
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 completion from previous years.
Authorizations
Headers
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.
Path Parameters
ID of the course for which to retrieve the stats
Query Parameters
ID of the workspace for which to retrieve employees
Filters employees based on their course status. Accepts a comma-separated string of status values.
The course status of the employee for the current program year.
upcoming
, missed
, completed