v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBAts > Question
Reads all Questions
Reads all Questions
get/api/2026-07-01/resources/ats/questions
Query parameters
ids[]string[]
identifiers of the questions
identifiers of the questions
[ "1", "2" ]
ats_job_posting_ids[]string[]
identifiers of the related job postings
identifiers of the related job postings
[ "1", "2" ]
Response
OK
Example response
{
"data": [
{
"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
}
]
}
]
}