get https://{subdomain}.workable.com/spi/v3/disqualification_reasons
Returns a collection of account’s disqualification reasons. Required scope: r_jobs
. Accessible with all token types.
Results
Calling the /disqualification_reasons
endpoint will return a collection of the account’s disqualification reasons used while disqualifying candidates.
Each disqualification reason
will have the following keys:
key | type | description |
---|---|---|
id | string | The disqualification unique key |
description | string | The string disqualification reason description |
candidate_withdrew | boolean | If true the disqualification reason is of category “candidate withdrew”. Otherwise is of “candidate rejected” |
position | integer | The position of the disqualification rule in the disqualification list |