Retrieves the details of an existing course student.
Required permissions:
courses:readcourse_analytics:readA 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 ***************************
The unique identifier of the course student record to retrieve.
A successful response
An enrollment record for a student in a course, including progress and completion metrics.
The unique identifier for the course student type.
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 total number of visible lessons available to this student in the course.
42
The timestamp when the student first interacted with this course, as a Unix timestamp.
"2023-12-01T05:00:00.401Z"
The timestamp when the student most recently interacted with this course, as a Unix timestamp.
"2023-12-01T05:00:00.401Z"
The user profile of the enrolled student.
The course this student is enrolled in.