Submission#

Whenever you're dealing with a submission in your template, you're actually working with a Submission object.

Attributes#

AttributeDescription
idID of the submission.
ownerIdThe entry ID this submission was made on.
ownerEntry (opens new window) this submission was made on.
draftIdThe ID for the Entry Draft this submission was made on (if any).
editorIdThe user ID for the editor who made this submission.
editorUser (opens new window) for the editor who made this submission.
publisherIdThe user ID for the editor who made this submission.
publisherUser (opens new window) for the publisher who approved this submission (if any).
statusThe status of this submission (Approved or Pending).
editorNotesAny notes left by editors on submissions.
publisherNotesAny notes left by publishers on submissions.
dateApprovedThe date this submission has been approved (if approved by publisher).
dateRejectedThe date this submission has been rejected (if rejected by publisher).
dateRevokedThe date this submission has been revoked (if revoked by editor).
dateCreatedThe date this submission was submitted by an editor.

Previous ← Submission Queries Next Events →