CourseCompletedLessons
Get one CourseCompletedLesson
Retrieve a single CourseCompletedLesson record by its Id.
GET
Get one CourseCompletedLesson
A CourseCompletedLesson records that a specific
CourseMember has completed a specific CourseLesson. Each record is the junction between a lesson and the enrolled member who finished it.
These records are typically created automatically by the Members Portal when a member meets the lesson’s completion criteria (e.g. visiting the lesson page, clicking a completion button, or finishing a video). They can also be created or deleted manually via the API to manage progress programmatically.
Use this entity to query which lessons a member has completed, or to find all members who have completed a given lesson.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CourseCompletedLesson-Read role.Path Parameters
integer
required
The Id of the CourseCompletedLesson record to retrieve.
Code Examples
Response
200
integer
ID of the course lesson that was completed.
string
Title of the completed lesson.
integer
ID of the course enrolment (CourseMember) record for the member who completed the lesson.
string
Full name of the member who completed the lesson.
string
Company name of the member who completed the lesson.
string
Comma-separated list of teams the member belongs to.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one CourseCompletedLesson