v1
latestOpenAPI 3.1.02026-07-24181585937.4 KBCustom Field
customField.list
Lists all custom fields.
See the Pagination and Incremental Synchronization guide for detailed usage examples.
Requires the hiringProcessMetadataRead permission.
post/customField.list
Request body
Example request
{
"cursor": "G8",
"syncToken": "jYnEBmjzR",
"limit": 25
}Response
Responses from the customField.list endpoint
Example response
{
"success": true,
"results": [
{
"id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
"title": "Preferred Team",
"description": "A description of the custom field",
"objectType": "Application",
"isArchived": false,
"isPrivate": false,
"fieldType": "String",
"isRequired": false
}
],
"moreDataAvailable": false,
"syncToken": "sync-token-example"
}