get https://{subdomain}.workable.com/spi/v3/jobs//custom_attributes
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 | string | The custom attribute identifier |
type | string | Custom attribute's type |
enabled | boolean | Custom attribute's state (enabled or disabled) |
label | string | Custom attribute's label |
hint | string | Custom attribute's hint |
single_answer | boolean | Custom attribute's single answer state (enabled/disabled) when its type is multiple_choice |
choices/id | string | The choice attribute identifier |
choices/body | string | Choice's title |
choices/hint | string | Choice's hint |
choices/translations//body | string | Choice's title in specific language |
choices/translations//hint | string | Choice's hint in specific language |