Document Assignment Object

An object that represents a Document assigned to an employee.

The following attributes are present for all Document Assignments.

AttributesTypeDescription
idIntegerID of Document Assignment.
document_idStringID of Document associated with assignment.
current_submission_idIntegerID of the Current Submission associated with assignment.
employee_idIntegerID of Employee associated with assignment.
optionalBooleanWhether the form is optional or required.
statusStringThe status of the assignment, e.g. "accepted" (submission looks good), "rejected" (submission looks incorrect, needs to be redone), "pending" (submitted, waiting on administrator acceptance or rejection), or "missing" (has not been submitted).
activeBooleanRepresents if a document is currently assigned or not.