Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 25.2 KB

File metadata and controls

31 lines (28 loc) · 25.2 KB

Completion

Fields

Field Type Required Description Example
id JsonNullable<String> The ID associated with this completion 123456
remoteId JsonNullable<String> Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
unifiedCustomFields Map<String, Object> Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
learningObjectExternalReference JsonNullable<String> The external reference of the learning object associated with this completion, this is the main identifier for creating completions. learning-content-123
externalReference 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 completion
e3gd34-23tr21-er234-345er56
result JsonNullable<CompletionResult1> The result of the completion
completedAt OffsetDateTime The date the content was completed 2021-07-21T14:00:00.000Z
createdAt OffsetDateTime The created date of the completion 2021-07-21T14:00:00.000Z
updatedAt OffsetDateTime The updated date of the completion 2021-07-21T14:00:00.000Z
learningObjectType JsonNullable<CompletionLearningObjectType> The learning object type of the completion
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
remoteLearningObjectId JsonNullable<String> Provider's unique identifier of the learning object related to the completion e3cb55bf-aa84-466e-a6c1-b8302b257a49
userId JsonNullable<String> The user ID associated with this completion c28xyrc55866bvuv
remoteUserId JsonNullable<String> Provider's unique identifier of the user related to the completion e3cb75bf-aa84-466e-a6c1-b8322b257a48
timeSpent JsonNullable<String> ISO 8601 duration format representing the time spent on completing the learning object PT1H30M45S
certificateUrl JsonNullable<String> The certification URL associated with this completion https://example.com/certificate/12345
externalId JsonNullable<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The external ID associated with this completion
SOFTWARE-ENG-LV1-TRAINING-VIDEO-1-COMPLETION
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
remoteExternalId JsonNullable<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Provider's unique identifier of the content external reference
e3cb75bf-aa84-466e-a6c1-b8322b257a48
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
remoteContentId JsonNullable<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Provider's unique identifier of the content associated with the completion
e3cb75bf-aa84-466e-a6c1-b8322b257a48
courseId JsonNullable<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

The course ID associated with this completion
16873-ENG-COURSE-1
remoteCourseId JsonNullable<String> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Provider's unique identifier of the course associated with the completion
e3cb75bf-aa84-466e-a6c1-b8322b257a48
score JsonNullable<CompletionScore> The score associated with this completion {
"percentage": 87,
"raw_value": "87 / 100"
}