The following request marks a users complete for a module via the Litmos Training Engine API. Note: All requests must be Authenticated.
Mark a Module Complete
Marks people in your organisation complete for a module in your account. Only one call can be made at a time.
A common use of this API call is to mark a module complete when a user completes a function outside of Litmos. This call can be used along with and Embeded module and choosing to uncheck the "Complete the module when opened/ viewed".
Access Level: Account Owners Only
Request Uri
PUT https://api.litmos.com/v1.svc/results/modules/[moduleid]?source=[source]
Body
<ModuleResult>
<CourseId>string</CourseId>
<UserId>string</UserId>
<Score>int 0 -100</Score>
<Completed>boolean</Completed>
<UpdatedAt>datetime</UpdatedAt>
<Note>string</Note>
<Attempts>int</Attempts>
</ModuleResult>
Important Note: Attempt values can only be upserted for embed and link module types. Attempt values for other module types are created generically by the system.
Comments
0 comments
Article is closed for comments.