| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
JsonNullable<String> | ➖ | The ID associated with this assignment | 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" } |
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 assignment |
e3gd34-23tr21-er234-345er56 |
learningObjectId |
JsonNullable<String> | ➖ | The learning_object_id associated with this assignment. 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 assignment | e3cb55bf-aa84-466e-a6c1-b8302b257a49 |
learningObjectExternalReference |
JsonNullable<String> | ➖ | The external reference of the learning object associated with this assignment, this is the main identifier for creating assignments. | learning-content-123 |
progress |
JsonNullable<Double> | ➖ | The progress associated with this assigment | 40 |
updatedAt |
OffsetDateTime | ➖ | The date the assignment was last updated | 2021-07-21T14:00:00.000Z |
createdAt |
OffsetDateTime | ➖ | The date the assignment was created | 2021-07-21T14:00:00.000Z |
assignedAt |
OffsetDateTime | ➖ | The date the assignment was assigned | 2021-07-21T14:00:00.000Z |
dueDate |
OffsetDateTime | ➖ | The date the assignment is due to be completed | 2021-07-21T14:00:00.000Z |
status |
JsonNullable<AssignmentStatus> | ➖ | The status of the assignment | |
learningObjectType |
JsonNullable<LearningObjectType> | ➖ | The learning object type of the assignment | |
userId |
JsonNullable<String> | ➖ | The user ID associated with this assignment | c28xyrc55866bvuv |
remoteUserId |
JsonNullable<String> | ➖ | Provider's unique identifier of the user related to the assignment | e3cb75bf-aa84-466e-a6c1-b8322b257a48 |
certificateUrl |
JsonNullable<String> | ➖ | The certification URL associated with this assignment | https://example.com/certificate/12345 |
result |
JsonNullable<AssignmentResult1> | ➖ | The result of the assignment | |
completedAt |
OffsetDateTime | ➖ | The date the content was completed | 2021-07-21T14:00:00.000Z |
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 assignment |
16873-ENG-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 related to the assignment |
e3cb75bf-aa84-466e-a6c1-b8322b257a48 |