Review task
Retrieve a review task
Retrieves the review task identified by the specified token.
get/review-task/{token}
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.
Response
Review task retrieved.
Example response
{
"action_at": null,
"category": {
"slug": "CdEfGhIj",
"link": "https://api.au.cr4ce.com/category/CdEfGhIj",
"name": {
"en_GB": "Photography"
}
},
"created": "2026-01-15T09:00:00Z",
"decision": null,
"entry": {
"slug": "AbCdEfGh",
"link": "https://api.au.cr4ce.com/entry/AbCdEfGh",
"title": "Sustainable Cities Initiative"
},
"review_stage": {
"slug": "EfGhIjKl",
"link": "https://api.au.cr4ce.com/review-stage/EfGhIjKl",
"name": {
"en_GB": "First round"
}
},
"reviewer": [
{
"name": "Jane Smith",
"email": "jane.smith@example.com"
}
],
"season": {
"slug": "QrStUvWx",
"link": "https://api.au.cr4ce.com/season/QrStUvWx",
"name": {
"en_GB": "2025"
}
},
"token": "REDACTED",
"updated": "2026-01-15T09:00:00Z"
}