v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBRetrieve review tasks
Retrieves review tasks.
Query parameters
Filter by action timestamp. Supported values:
- [before]=YYYY-MM-DDTHH:MM:SSZ
- [after]=YYYY-MM-DDTHH:MM:SSZ
- [on]=YYYY-MM-DDTHH:MM:SSZ
- [between]=[YYYY-MM-DDTHH:MM:SSZ,YYYY-MM-DDTHH:MM:SSZ]
Filter by creation timestamp. Supported values:
- [before]=YYYY-MM-DDTHH:MM:SSZ
- [after]=YYYY-MM-DDTHH:MM:SSZ
- [on]=YYYY-MM-DDTHH:MM:SSZ
- [between]=[YYYY-MM-DDTHH:MM:SSZ,YYYY-MM-DDTHH:MM:SSZ]
Filter by update timestamp. Supported values:
- [before]=YYYY-MM-DDTHH:MM:SSZ
- [after]=YYYY-MM-DDTHH:MM:SSZ
- [on]=YYYY-MM-DDTHH:MM:SSZ
- [between]=[YYYY-MM-DDTHH:MM:SSZ,YYYY-MM-DDTHH:MM:SSZ]
Filter by decision name.
Filter by review stage slug.
Filter by reviewer name or email.
Filter by season slug. Use all to show all seasons.
Filter by deletion mode.
- only - Show only deleted resources.
- included - Include deleted resources.
- none - Exclude deleted resources.
Specify the page number to return.
Limit the number of items returned to between 1 and 100.
If you provide a value outside this range, you will receive a 400 response.
Headers
Defines the response type.
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
Review tasks retrieved.
Example response
{
"current_page": 1,
"data": [
{
"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"
}
],
"first_page_url": "https://api.au.cr4ce.com/review-task?page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://api.au.cr4ce.com/review-task?page=1",
"next_page_url": "",
"path": "https://api.au.cr4ce.com/review-task",
"per_page": 10,
"prev_page_url": "",
"to": 1,
"total": 1
}