v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Ats > EvaluationForm

Reads all Evaluation forms

Reads all Evaluation forms

get/api/2026-07-01/resources/ats/evaluation_forms

Query parameters

ids[]string[]

List of IDs of the evaluation forms to be fetched.

List of IDs of the evaluation forms to be fetched.

[
  "1",
  "2",
  "3"
]
ats_job_posting_ids[]string[]

List of IDs of the job postings to filter the evaluation forms by.

List of IDs of the job postings to filter the evaluation forms by.

[
  "1",
  "2",
  "3"
]
templateboolean

If true, only the evaluation forms that are templates will be fetched.

Example:true

If true, only the evaluation forms that are templates will be fetched.

Response

OK

Example response

{
  "data": [
    {
      "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"
    }
  ]
}