Form
Retrieve a form
Retrieves the form identified by the specified slug.
get/form/{form_slug}
Path parameters
form_slugstring required
Slug of the form.
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
Form retrieved.
Example response
{
"callToAction": {
"en_GB": ""
},
"chapter_option": "select",
"content_block": null,
"created": "2024-09-30T10:11:17Z",
"name": {
"en_GB": "Cycling grants"
},
"season": {
"slug": "wboyrBmo",
"link": "https://api.au.cr4ce.com/season/wboyrBmo",
"name": {
"en_GB": "2026"
}
},
"slug": "WvmnJgjV",
"type": "entry",
"updated": "2025-10-16T08:00:39Z"
}