JobFormFields Object ​
The form field's unique identifier
The form field's name. Use this when submitting the application.
The form field's job
Unique identifier of the job
The form field's label.
The form field's position inside a form. If group_id
is present, the index is relative to the group.
Whether the form field is required or not.
The form field's answer visibility inside the ATS.
private
public
The form field's description.
The form field's type. If no clear mapping exists, then raw value is returned.
text
textarea
dropdown
file
radio
checkbox
date
number
The form field's options. Only present for dropdown, radio and checkbox types.
The option's unique identifier
The option's label
The option's value
The form field's group identifier. If present, the form field is part of a group.
The form field's group name or label. If present, the form field is part of a group.
Raw data returned from the remote API call.