Assignments

Create an assignment

Creates a new assignment.

post/assignment

Headers

Accept'application/vnd.Creative Force.v2.3+json' | 'application/vnd.Creative Force.v2.3+xml' required

Defines the response type.

x-api-languagestring[]

Defines the languages included in the response. If omitted, the account default language is used.

Value all overrides any other values present.

Request body

score_setstring required

Slug of the score set to assign under.

Its current season must be either active or draft. Entries and rounds must belong to the same form as this score set.

entriesstring[] required

Slugs of the entries to include.

Each entry must belong to the same form as score_set.

judgesstring[] required

Slugs of the users to assign as judges.

Each user must hold the Judge role for the account.

roundsstring[] required

Slugs of the judging rounds to link the assignments to.

Each round must be a judging round on the same form as score_set.

Response

Assignment creation accepted.

The response body is empty. Created assignments become available via GET /assignment once processing completes.

Changes