Job API:Lists
Get a custom field
get/jobs/fields/custom/{fieldId}
Path parameters
fieldIdinteger required
Response
Requested job custom field definition
Example response
{
"fieldId": 1,
"name": "Text Field 1",
"type": "Text",
"mandatory": true,
"maxLength": 50,
"multiLine": true,
"multiSelect": false,
"values": []
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.