Reviews

List answers

GET
/api/public/v3/performance/review_cycles/{review_cycle_id}/reviews/{review_id}/answers

Path Parameters

review_cycle_id*integer
review_id*integer

Response Body

application/json

curl -X GET "https://example.com/api/public/v3/performance/review_cycles/0/reviews/0/answers"
{  "data": [    {      "id": 0,      "review_participant_id": 0,      "type": "string",      "text": null,      "comment": null,      "rating": null,      "review_question_id": 0    }  ],  "metadata": {    "pagination": {      "page": 0,      "pages": 0,      "count": 0,      "items": 0    }  }}