Update an application
Updates the application identified by the specified slug.
entry_fields, only the field slugs you include are updated, and any field slug that does not exist on the form for the application is ignored. For most field types the value you supply replaces the stored value. Table fields are merged cell by cell: include only the cells you want to change, and send a cell with an empty value to clear it.Authorizations
API key used to authenticate and authorise every request.
Include it in the x-api-key header.
Headers
Defines the response type.
application/vnd.Creative Force.v2.3+json, application/vnd.Creative Force.v2.3+xml Path Parameters
Slug of the application.
^[A-Za-z]{8}$Body
Application update payload.
Slug of the category.
^[A-Za-z]{8}$Slug of the chapter.
^[A-Za-z]{8}$Slug of the applicant.
^[A-Za-z]{8}$Title of the application.
Application status.
submitted, in_progress, resubmission_required, resubmitted Moderation status of the application.
approved, undecided, rejected Application field values keyed by field slug. Each key must be a valid 8-letter field slug. The value type depends on the field type.
Custom deadline in yyyy-mm-dd hh:mm format.
^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01]) ([01][0-9]|2[0-3]):[0-5][0-9]$Slug of the grant status. Available when the grants feature is enabled.
^[A-Za-z]{8}$Date when the grant ends. Available when the grants feature is enabled.
Response
Application updated.
Single application, including the applicant, form field responses, attachments, contributors, and status.
Applicant who created and owns the application.
Automated score calculated for the application.
Category the application is assigned to.
Chapter the entry is assigned to.
Manager comments recorded on the entry, joined into a single string.
Number of contributors linked to the application.
Date and time when the entry was created.
Custom submission deadline for the entry, or - when none is set.
Division number assigned to the entry, or null when none is assigned.
Eligibility status of the application.
Number of files uploaded to the application.
Entry form used to capture the application.
Date when the grant ends, or null when not applicable. Only present when the grants feature is enabled on the account.
Grant status assigned to the entry, or null when none is set. Only present when the grants feature is enabled on the account.
Sequential identifier of the entry within the account.
Moderation status of the application.
Parent of the assigned category, or null when the category has no parent.
Payment status of the application.
Plagiarism scan status of the application.
Review status of the application.
Season the entry belongs to.
URL-safe identifier of the application.
Submission status of the application. Possible values include submitted, in_progress, resubmission_required, resubmitted, invited, and not_approved_for_submission.
Date and time when the entry was submitted, or null when not yet submitted.
Tags applied to the entry, as a comma-separated list.
Title of the application.
Date and time when the entry was last updated.
Comments left by users on the entry, joined into a single string.
Form field responses captured on the application.
Files attached to the application.
Contributors linked to the application.