Returns a collection of the account's custom attributes. Required scope: r_jobs
. Accessible with all token types.
Results
Calling the /custom_attributes
endpoint will return a collection of the account's custom attributes.
key | description |
---|---|
custom_attributes | array of 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/ |
| Choice's title in specific language |
choices/translations/ |
| Choice's hint in specific language |