v1
latestOpenAPI 3.1.02026-07-14801408.6 KB/jobs/:shortcode/questions
Returns the questions for the specified job. Required scope: r_jobs. Accessible with all token types.
get/jobs/{shortcode}/questions
Path parameters
shortcodestring required
The job's shortcode
Response
200
Example response
{
"questions": [
{
"id": "2128d717",
"body": "Explain one aspect of this role you believe you will excel at.",
"type": "free_text",
"required": true
}
]
}