SubmissionModel’s have the following attributes and methods:
Attribute | Description |
---|---|
id | ID of the submission. |
owner | EntryModel (opens new window) this submission was made on. |
draftId | The ID for the Entry Draft this submission was made on (if any). |
editor | UserModel (opens new window) for the editor who made this submission. |
publisher | UserModel (opens new window) for the publisher who approved this submission (if any). |
status | The status of this submission (Approved or Pending). |
dateApproved | The date this submission has been approved (if approved by publisher). |
dateCreated | The date this submission was submitted by an editor. |