v50

latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KB
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 non are provided, the account default language is returned.

Value all overrides any other values present.

You can request multiple languages using a comma-separated string of languages.

The selected language must be supported by your account or a 400 error is returned.

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.