Retrieve course student
Retrieves the details of an existing course student.
Required permissions:
courses:readcourse_analytics:read
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the course student record to retrieve.
Response
A successful response
An enrollment record for a student in a course, including progress and completion metrics.
The total number of lessons this student has marked as completed in the course.
42
The percentage of available lessons the student has completed, as a value from 0 to 100 rounded to two decimal places.
6.9
The course this student is enrolled in.
The timestamp when the student first interacted with this course, as a Unix timestamp.
"2023-12-01T05:00:00.401Z"
The unique identifier for the course student type.
The timestamp when the student most recently interacted with this course, as a Unix timestamp.
"2023-12-01T05:00:00.401Z"
The total number of visible lessons available to this student in the course.
42
The user profile of the enrolled student.

