v50
latestOpenAPI 3.1.0Creative Force Client Subscription Termsraw.githubusercontent.com2026-07-137852387.4 KBRetrieve assignments
Retrieves assignments that match the specified filters.
Query parameters
Filter to a single assignment by slug. Returns at most one item.
Filter by assignment status.
Filter by category slug.
Filter by chapter slug.
Filter by judge slug.
Filter by assignment method.
Filter by panel slug.
Filter by score set slug.
Filter by season slug. Use all to show all seasons.
Filter by entry state.
- current - Only current (non-archived) entries.
- archived - Only archived entries.
- all - Include both current and archived entries.
- only - Equivalent to archived.
- none - Exclude all entries.
Filter by tag.
Filter by deletion mode.
- only - Show only deleted resources.
- included - Include deleted resources.
- none - Exclude deleted resources.
Filter by soft-deletion mode.
- only - Show only soft-deleted resources.
- all - Include soft-deleted resources alongside live ones.
- none - Exclude soft-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.
Sort by a supported assignment column. Unsupported values fall back silently to the default sort (updated descending).
Sort in ascending or descending order.
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
Assignments retrieved.
Example response
{
"current_page": 1,
"data": [
{
"entry": {
"slug": "IjKlMnOp",
"link": "https://api.au.cr4ce.com/entry/IjKlMnOp",
"title": "Photo series"
},
"category": {
"slug": "QrStUvWx",
"link": "https://api.au.cr4ce.com/category/QrStUvWx",
"name": {
"en_GB": "Photography"
}
},
"chapter": {
"slug": "MnOpQrSt",
"link": "https://api.au.cr4ce.com/chapter/MnOpQrSt",
"name": {
"en_GB": "Image"
}
},
"comments": {
"judging": [
{
"slug": "AbCdEfGh",
"comment": "<p>Strong composition.</p>",
"created_at": "2025-05-20T11:00:00Z",
"updated_at": "2025-05-20T11:00:00Z",
"user": {
"slug": "YzAbCdEf",
"link": "https://api.au.cr4ce.com/user/YzAbCdEf",
"name": "Jane Doe",
"first_name": "Jane",
"last_name": "Doe"
}
}
],
"abstention": [],
"conflict": [],
"criteria": [
{
"name": "Composition",
"comments": []
}
]
},
"created": "2025-05-20T10:30:00Z",
"form": "GhIjKlMn",
"method": "Stray",
"panels": [],
"judge": {
"slug": "YzAbCdEf",
"link": "https://api.au.cr4ce.com/judge/YzAbCdEf",
"name": "Jane Doe"
},
"role": null,
"rounds": [],
"score": null,
"score_set": {
"slug": "KlMnOpQr",
"link": "https://api.au.cr4ce.com/score-set/KlMnOpQr",
"name": {
"en_GB": "Scoring rubric"
}
},
"slug": "IjKlMnOpYzAbCdEfKlMnOpQrA",
"status": "To be scored",
"updated": "2025-06-10T09:00:00Z"
}
],
"first_page_url": "https://api.au.cr4ce.com/assignment?per_page=50&page=1",
"from": 1,
"last_page": 4,
"last_page_url": "https://api.au.cr4ce.com/assignment?per_page=50&page=4",
"next_page_url": "https://api.au.cr4ce.com/assignment?per_page=50&page=2",
"path": "https://api.au.cr4ce.com/assignment",
"per_page": 50,
"prev_page_url": "",
"to": 50,
"total": 175
}