v8
latestOpenAPI 3.1.02026-08-033623795.0 MBCourse students
Retrieve course student
Retrieves the details of an existing course student.
Required permissions:
- courses:read
- course_analytics:read
get/course_students/{id}
Path parameters
idstring required
The unique identifier of the course student record to retrieve.
Response
A successful response
Example response
{
"completed_lessons_count": 42,
"completion_rate": 6.9,
"course": {
"experience": {
"id": "exp_xxxxxxxxxxxxxx"
},
"id": "cors_xxxxxxxxxxxxx",
"title": "Introduction to Technical Analysis"
},
"first_interaction_at": "2023-12-01T05:00:00.401Z",
"last_interaction_at": "2023-12-01T05:00:00.401Z",
"total_lessons_count": 42,
"user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
}
}