v1
latestOpenAPI 3.0.12026-08-063985821.3 MBCandidate API:Lists
Get a custom field definition
get/candidates/fields/custom/{fieldId}
Path parameters
fieldIdinteger required
Response
Requested candidate custom field definition
Example response
{
"fieldId": 1,
"name": "Text Field 1",
"type": "Text",
"mandatory": true,
"maxLength": 50,
"multiLine": true,
"multiSelect": false,
"values": []
}