Score sets
Retrieve score sets
Retrieves score sets.
get/score-set
Query parameters
mode'qualifying' | 'top_pick' | 'vip_judging' | 'voting' | 'gallery'
Filter by score set mode.
formstring
Filter by form slug.
Use the value all to include results from every form rather than a single form.
seasonstring
Filter by season slug. Use all to show all seasons.
order'created' | 'mode' | 'name' | 'updated'
Sort by a supported score set field.
dir'asc' | 'desc'
Sort in ascending or descending order.
archived'only' | 'all' | 'none'
Filter by archive mode.
- only - Show only archived resources.
- all - Include archived resources.
- none - Exclude archived resources.
trashed'only' | 'all' | 'none'
Filter by soft-deletion mode.
- only - Show only soft-deleted resources.
- all - Include soft-deleted resources alongside live ones.
- none - Exclude soft-deleted resources.
pagestring
Specify the page number to return.
per_pagestring
Limit the number of items returned to between 1 and 100.
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
Score sets retrieved.
Example response
{
"current_page": 1,
"data": [
{
"created": "2026-06-24T13:43:50Z",
"form": "AbCdEfGh",
"mode": "vip_judging",
"name": {
"en_GB": "Assignments view testing"
},
"order": null,
"season": {
"slug": "CdEfGhIj",
"link": "https://api.eu.staging.cr4ce.com/season/CdEfGhIj",
"name": {
"en_GB": "2026"
}
},
"slug": "EfGhIjKl",
"updated": "2026-06-24T13:43:50Z"
},
{
"created": "2025-04-02T16:00:58Z",
"form": "AbCdEfGh",
"mode": "voting",
"name": {
"en_GB": "Voting"
},
"order": null,
"season": {
"slug": "CdEfGhIj",
"link": "https://api.eu.staging.cr4ce.com/season/CdEfGhIj",
"name": {
"en_GB": "2026"
}
},
"slug": "GhIjKlMn",
"updated": "2026-06-23T15:22:33Z"
}
],
"first_page_url": "https://api.eu.staging.cr4ce.com/score-set?per_page=100&page=1",
"from": 1,
"last_page": 1,
"last_page_url": "https://api.eu.staging.cr4ce.com/score-set?per_page=100&page=1",
"next_page_url": "",
"path": "https://api.eu.staging.cr4ce.com/score-set",
"per_page": 100,
"prev_page_url": "",
"to": 21,
"total": 21
}