Field
Retrieve fields
Retrieves fields.
get/field
Query parameters
conditionalstring
Filter by conditional value.
protection'standard' | 'elevated' | 'maximum'
Filter by protection level.
resource'entries' | 'users' | 'attachments' | 'contributors'
Filter by resource type.
type'checkbox' | 'checkboxlist' | 'content' | 'country' | 'currency' | 'date' | 'datetime' | 'drop-down-list' | 'email' | 'file' | 'numeric' | 'phone' | 'radio' | 'table' | 'text' | 'textarea' | 'time' | 'url'
Filter by field type.
categorystring
Filter by category slug.
formstring
Filter by form slug.
Use the value all to include results from every form rather than a single form.
tabstring
Filter by tab slug.
seasonstring
Filter by season slug. Use all to show all seasons.
deleted'only' | 'included' | 'none'
Filter by deletion mode.
- only - Show only deleted resources.
- included - Include deleted resources.
- none - Exclude deleted resources.
pagestring
Specify the page number to return.
per_pagestring
Limit the number of items returned to between 1 and 100.
order'title' | 'resource' | 'type' | 'updated' | 'created' | 'categories' | 'order' | 'tab' | 'form' | 'auto_scoring' | 'category_count'
Sort by a supported field property.
dir'asc' | 'desc'
Sort in ascending or descending order.
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
Fields retrieved.
Example response
{
"current_page": 1,
"data": [
{
"applicant_read_access": true,
"applicant_write_access": true,
"auto_scoring": 0,
"categories": [
"*"
],
"category_count": "all",
"conditional_field": null,
"created": "2025-01-15T09:00:00Z",
"file_types": [],
"form": {
"slug": "GhIjKlMn",
"link": "https://api.au.cr4ce.com/form/GhIjKlMn",
"name": {
"en_GB": "Entry form"
}
},
"help_text": {
"en_GB": "<p>Provide a concise summary of your work.</p>"
},
"hint_text": {
"en_GB": "<p>Up to 500 words.</p>"
},
"label": {
"en_GB": "<p>Summary</p>"
},
"max_file_size": null,
"maximum_characters": null,
"maximum_words": 500,
"minimum_characters": null,
"minimum_words": null,
"options": [],
"order": 1,
"protection": "standard",
"registration": null,
"required": true,
"resource": "entries",
"searchable": true,
"season": {
"slug": "QrStUvWx",
"link": "https://api.au.cr4ce.com/season/QrStUvWx",
"name": {
"en_GB": "2025"
}
},
"slug": "AbCdEfGh",
"tab": {
"slug": "StUvWxYz",
"link": "https://api.au.cr4ce.com/tab/StUvWxYz",
"name": {
"en_GB": "About you"
}
},
"title": {
"en_GB": "Summary"
},
"type": "textarea",
"updated": "2025-06-20T14:30:00Z",
"visibility": [
"qualifying",
"scoring"
]
}
],
"first_page_url": "https://api.au.cr4ce.com/field?per_page=10&page=1",
"from": 1,
"last_page": 2,
"last_page_url": "https://api.au.cr4ce.com/field?per_page=10&page=2",
"next_page_url": "https://api.au.cr4ce.com/field?per_page=10&page=2",
"path": "https://api.au.cr4ce.com/field",
"per_page": 10,
"prev_page_url": "",
"to": 10,
"total": 12
}