Skip to main content
GET
List job application fields

Authorizations

Authorization
string
header
required

Organisation API key created in Assess → Developer → API Keys. Format: Bearer ct_live_<your-key> (live) or Bearer ct_test_<your-key> (test). Optional per-key CIDR allowlists return 403 IP_NOT_ALLOWED.

Path Parameters

key
string
required

Response

id
string<uuid>
required
read-only
key
string
required
Maximum string length: 80
Pattern: ^[-a-zA-Z0-9_]+$
label
string
required
Maximum string length: 255
field_type
enum<string>
required
Available options:
short_text,
long_text,
single_select,
multi_select,
number,
boolean,
url
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
placeholder
string
Maximum string length: 255
help_text
string
Maximum string length: 500
is_required
boolean
sort_order
integer
Required range: 0 <= x <= 2147483647
is_active
boolean
options
object[]
Last modified on September 5, 2026