v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Ats > Answer

Reads a single Answer

Reads a single Answer

get/api/2026-07-01/resources/ats/answers/{id}

Path parameters

idstring required

Identifier of the answers

Response

OK

idstring required

Identifier of the answer

ats_question_idstring

Identifier of the question

ats_application_idstring required

Identifier of the application

original_question_labelstring required

Question label of the answer

valuestring

Value of the answer

original_question_type'text' | 'long_text' | 'single_choice' | 'multiple_choice' | 'file' required

Original type of the question

created_atstring required

Created date of the answer

updated_atstring required

Last updated date of the answer

Example response

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