v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBAts > Question
Creates a Question
Creates a Question
post/api/2026-07-01/resources/ats/questions
Request body
Example request
{
"ats_job_posting_id": "1",
"company_id": "1",
"label": "Are you open to relocate?",
"position": 1,
"mandatory": true,
"question_type": "text",
"options": [
{
"text": "Yes",
"disqualifies": false
},
{
"text": "No",
"disqualifies": false
}
]
}Response
CREATED
Example response
{
"id": "1",
"ats_job_posting_id": "1",
"label": "Are you open to relocate?",
"position": 1,
"mandatory": true,
"question_type": "text",
"created_at": "2025-01-01T00:00:00.000Z",
"updated_at": "2025-01-01T00:00:00.000Z",
"options": [
{
"text": "Yes",
"disqualifies": false
},
{
"text": "No",
"disqualifies": false
}
]
}