v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBAssignments
Retrieve an assignment
Retrieves the assignment identified by the specified slug.
get/assignment/{assignment_slug}
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.
Response
Assignment retrieved.
Example response
{
"entry": {
"slug": "AbCdEfGh",
"link": "https://api.au.cr4ce.com/entry/AbCdEfGh",
"title": "Project title"
},
"category": {
"slug": "WxYzAbCd",
"link": "https://api.au.cr4ce.com/category/WxYzAbCd",
"name": {
"en_GB": "Documentary"
}
},
"chapter": {
"slug": "MnOpQrSt",
"link": "https://api.au.cr4ce.com/chapter/MnOpQrSt",
"name": {
"en_GB": "Film"
}
},
"comments": {
"judging": [],
"abstention": [],
"conflict": [],
"criteria": [
{
"name": "Originality",
"comments": []
},
{
"name": "Execution",
"comments": []
}
]
},
"created": "2025-01-15T09:00:00Z",
"form": "GhIjKlMn",
"method": "Automatic (Panel)",
"panels": [
{
"slug": "OpQrStUv",
"link": "https://api.au.cr4ce.com/panel/OpQrStUv",
"name": {
"en_GB": "Panel A"
}
}
],
"judge": {
"slug": "EfGhIjKl",
"link": "https://api.au.cr4ce.com/judge/EfGhIjKl",
"name": "Jane Doe"
},
"role": null,
"rounds": [
{
"slug": "QrStUvWx",
"link": "https://api.au.cr4ce.com/round/QrStUvWx",
"name": {
"en_GB": "Judging"
}
}
],
"score": null,
"score_set": {
"slug": "UvWxYzAb",
"link": "https://api.au.cr4ce.com/score-set/UvWxYzAb",
"name": {
"en_GB": "Scoring rubric"
}
},
"slug": "AbCdEfGhEfGhIjKlUvWxYzAbA",
"status": "To be scored",
"updated": "2025-06-20T14:30:00Z"
}