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 ?string The ID associated with this completion 123456
remoteId ?string Provider's unique identifier 8187e5da-dc77-475e-9949-af0f1fa4e4e3
unifiedCustomFields array<string, mixed> Custom Unified Fields configured in your StackOne project {
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
learningObjectExternalReference ?string The external reference of the learning object associated with this completion, this is the main identifier for creating completions. learning-content-123
externalReference ?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 ?Components\CompletionResult1 The result of the completion
completedAt \DateTime The date the content was completed 2021-07-21T14:00:00.000Z
createdAt \DateTime The created date of the completion 2021-07-21T14:00:00.000Z
updatedAt \DateTime The updated date of the completion 2021-07-21T14:00:00.000Z
learningObjectType ?Components\CompletionLearningObjectType The learning object type of the completion
learningObjectId ?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 ?string Provider's unique identifier of the learning object related to the completion e3cb55bf-aa84-466e-a6c1-b8302b257a49
userId ?string The user ID associated with this completion c28xyrc55866bvuv
remoteUserId ?string Provider's unique identifier of the user related to the completion e3cb75bf-aa84-466e-a6c1-b8322b257a48
timeSpent ?string ISO 8601 duration format representing the time spent on completing the learning object PT1H30M45S
certificateUrl ?string The certification URL associated with this completion https://example.com/certificate/12345
externalId ?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 ?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 ?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 ?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 ?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 ?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 ?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 ?Components\CompletionScore The score associated with this completion {
"percentage": 87,
"raw_value": "87 / 100"
}