v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBAts > EvaluationForm
Reads a single Evaluation form
Reads a single Evaluation form
get/api/2026-07-01/resources/ats/evaluation_forms/{id}
Path parameters
idstring required
List of IDs of the evaluation forms to be fetched.
Response
OK
Example response
{
"id": "1",
"company_id": "1",
"ats_job_posting_id": "1",
"name": "Technical Evaluation",
"based_on_id": "1",
"questions": [
{
"id": 1,
"text": "What is your experience with Ruby on Rails?",
"description": "experience in years"
}
],
"created_at": "2021-01-01T00:00:00Z",
"updated_at": "2021-01-01T00:00:00Z"
}