Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 8.76 KB

File metadata and controls

15 lines (12 loc) · 8.76 KB

LmsCreateAssignmentRequestDto

Fields

Field Type Required Description Example
passthrough Map<String, Object> Value to pass through to the provider {
"other_known_names": "John Doe"
}
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
progress JsonNullable<Double> The progress associated with this assigment 40
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<LmsCreateAssignmentRequestDtoStatus> The status of the assignment
learningObjectExternalReference String ✔️ The external reference of the learning object associated with this assignment, this is the main identifier for creating assignments. learning-content-123