v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > ReviewProcessEstimatedTarget

Reads all Review process estimated targets

Retrieve review process estimated target before the review process is launched

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

Query parameters

performance_review_process_ids[]string[]

Filter by review process IDs

Filter by review process IDs

[
  "1"
]
access_ids[]string[]

Filter by access IDs

Filter by access IDs

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

Response

OK

Example response

{
  "data": [
    {
      "id": "1-1",
      "performance_review_process_id": "1",
      "access_id": "1",
      "employee_id": "1"
    }
  ]
}