Returns a collection of the custom attributes that are relevant to a specific job. Required scope: r_jobs
. Accessible with all token types.
Results
Calling the endpoint will return a collection of the custom attributes that are applicable for the specified job.
key | description |
---|---|
custom_attributes | array if custom attributes |
Each custom attribute will have the following keys:
key | type | description |
---|---|---|
id |
| The custom attribute identifier |
type |
| Custom attribute's type |
enabled |
| Custom attribute's state (enabled or disabled) |
label |
| Custom attribute's label |
hint |
| Custom attribute's hint |
single_answer |
| Custom attribute's single answer state (enabled/disabled) when its type is |
choices/id |
| The choice attribute identifier |
choices/body |
| Choice's title |
choices/hint |
| Choice's hint |
choices/translations/<language>/body |
| Choice's title in specific language |
choices/translations/<language>/hint |
| Choice's hint in specific language |