Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 9.47 KB

File metadata and controls

16 lines (13 loc) · 9.47 KB

LmsCreateCompletionRequestDto

Fields

Field Type Required Description Example
passthrough Map<String, Object> Value to pass through to the provider {
"other_known_names": "John Doe"
}
result JsonNullable<LmsCreateCompletionRequestDtoResult> The result of the completion
completedAt OffsetDateTime The date the content was completed 2021-07-21T14:00:00.000Z
learningObjectId JsonNullable<String> The id of the learning object associated with this completion. This is not required unless specified in an integration. e3gd34-23tr21-er234-345er56
timeSpent JsonNullable<String> ISO 8601 duration format representing the time spent on completing the learning object PT1H30M45S
contentExternalReference JsonNullable<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The external reference associated with this content
SOFTWARE-ENG-LV1-TRAINING-VIDEO-1-CONTENT
contentId JsonNullable<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The content ID associated with this completion
16873-ENG-VIDEO-1
score JsonNullable<LmsCreateCompletionRequestDtoScore> The score associated with this completion {
"percentage": 87,
"raw_value": "87 / 100"
}
learningObjectExternalReference String ✔️ The external reference of the learning object associated with this completion, this is the main identifier for creating completions. learning-content-123