An object that represents a Document assigned to an employee.
The following attributes are present for all Document Assignments.
Attributes | Type | Description |
---|---|---|
id | Integer | ID of Document Assignment. |
document_id | String | ID of Document associated with assignment. |
current_submission_id | Integer | ID of the Current Submission associated with assignment. |
employee_id | Integer | ID of Employee associated with assignment. |
optional | Boolean | Whether the form is optional or required. |
status | String | The 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). |
active | Boolean | Represents if a document is currently assigned or not. |