v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > ReviewEvaluationAnswer

Reads all Review evaluation answers

Retrieves the questions and answers of review evaluations.

get/api/2026-07-01/resources/performance/review_evaluation_answers

Query parameters

performance_review_evaluation_ids[]string[]

Filter by review evaluation IDs

Filter by review evaluation IDs

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

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "performance_review_evaluation_id": "1",
      "answered_questionnaire_with_sections": {
        "content": [
          {
            "uuid": "b69c9b4d-0aa6-4ada-89d5-5fdcb04c1327",
            "type": "section",
            "section_title": "Performance",
            "questions": [
              {
                "question": {
                  "uuid": "84ba99f3-4e4f-4917-a2af-6d0aa8c2e0f2",
                  "mandatory": true,
                  "with_comment": false,
                  "title": "Do you think the employee is a team player?",
                  "answer_type": "multiple_choice",
                  "max_choices": 1,
                  "choice_options": [
                    "Yes",
                    "No"
                  ]
                },
                "answer": {
                  "uuid": "84ba99f3-4e4f-4917-a2af-6d0aa8c2e0f2",
                  "answer_text": "Example answer",
                  "answer_int": 10,
                  "answer_float": 10.5,
                  "answer_choice": [
                    "Yes"
                  ],
                  "answer_rating": {
                    "value": 3,
                    "comment": "The employee is doing well."
                  }
                }
              },
              {
                "question": {
                  "uuid": "a347a2fd-1a0a-4eee-b6c8-f74be63624fb",
                  "mandatory": true,
                  "with_comment": true,
                  "title": "How would you rate the commitment of the employee?",
                  "answer_type": "rating"
                },
                "answer": {
                  "uuid": "a347a2fd-1a0a-4eee-b6c8-f74be63624fb",
                  "answer_text": "Example answer",
                  "answer_int": 10,
                  "answer_float": 10.5,
                  "answer_choice": [
                    "Yes"
                  ],
                  "answer_rating": {
                    "value": 3,
                    "comment": "The employee is doing well."
                  }
                }
              }
            ]
          }
        ]
      },
      "answered_employee_score_questionnaire": {
        "content": [
          {
            "uuid": "b69c9b4d-0aa6-4ada-89d5-5fdcb04c1327",
            "type": "section",
            "section_title": "Overall performance",
            "questions": [
              {
                "question": {
                  "uuid": "a347a2fd-1a0a-4eee-b6c8-f74be63624fb",
                  "mandatory": true,
                  "with_comment": true,
                  "title": "How would you rate the evarall performance of the employee?",
                  "answer_type": "rating",
                  "scale": [
                    {
                      "value": 1,
                      "text": "Unsatisfactory"
                    },
                    {
                      "value": 2,
                      "text": "Needs Improvement"
                    },
                    {
                      "value": 3,
                      "text": "Meets Expectations"
                    },
                    {
                      "value": 4,
                      "text": "Exceeds Expectations"
                    },
                    {
                      "value": 5,
                      "text": "Outstanding"
                    }
                  ]
                },
                "answer": {
                  "uuid": "a347a2fd-1a0a-4eee-b6c8-f74be63625fb",
                  "answer_text": "Example answer",
                  "answer_int": 10,
                  "answer_float": 10.5,
                  "answer_choice": [
                    "Yes"
                  ],
                  "answer_rating": {
                    "value": 3,
                    "comment": "The employee is doing well."
                  }
                }
              }
            ]
          }
        ]
      }
    }
  ]
}