v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Ats > Answer

Reads all Answers

Reads all Answers

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

Query parameters

ids[]string[]

Identifier of the answers

Identifier of the answers

[
  "1",
  "2"
]
ats_application_ids[]string[]

Identifier of the apllications

Identifier of the apllications

[
  "1",
  "2"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "ats_question_id": "1",
      "ats_application_id": "1",
      "original_question_label": "How was your application ranked?",
      "value": "One of the best I have ever seen",
      "original_question_type": "text",
      "created_at": "2021-01-01T00:00:00.000Z",
      "updated_at": "2021-01-01T00:00:00.000Z"
    }
  ]
}