Complete course
Progress
Complete course
Mark a course revision as completed for a user.
POST
Complete course
Supported integrations
Supported integrations
This feature is currently available for the following integrations:You’d like to see this feature for another integration? Please reach out!
We’re always happy to discuss extending our coverage.
This endpoint requires the permission Create and manage course progressions to be enabled in your scope config.
Example Request Body
Authorizations
Headers
ID of the integration you want to interact with.
Path Parameters
The ID of the course progression in Kombo or its ID in the remote system by prefixing it with remote: (e.g., remote:12312)
Body
application/json
POST /lms/course-progressions/:course_progression_id/complete Request body
Date when the user completed the course revision. Defaults to the current date if not provided.
Pattern:
^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}:\d{2}(\.\d+)?)?Z?$Score the user achieved for the course, as an integer between 0 and 100 (inclusive).
Required range:
0 <= x <= 100Response
POST /lms/course-progressions/:course_progression_id/complete Positive response