v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Ats > 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

idstring required

Id of the evaluation form.

company_idstring required

Id of the company that the evaluation form belongs to.

ats_job_posting_idstring

Id of the job posting that the evaluation form is associated with.

namestring required

Name of the evaluation form.

based_on_idstring

Id of the evaluation form that this evaluation form is related.

created_atstring required

date and time when the evaluation form was created.

updated_atstring required

date and time when the evaluation form was last updated.

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"
}