SubmissionStatus
org.sagebionetworks.repo.model.form.SubmissionStatus
The status of a a submitted FormData object.
| Field | Type | Description |
|---|---|---|
| submittedOn | STRING | The date when the object was submitted. |
| reviewedOn | STRING | The date when this submission was reviewed. |
| reviewedBy | STRING | The id of the service user that reviewed the submission. |
| state | StateEnum | The enumeration of possible FormData submission states. |
| rejectionMessage | STRING | The message provided by the reviewer when a submission is rejected. |