v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > ReviewProcessTarget

Reads a single Review process target

Retrieves the participants of active review processes.

get/api/2026-07-01/resources/performance/review_process_targets/{id}

Path parameters

idstring required

Filter by review process target IDs

Response

OK

idstring required

Review process target ID (composed with performance_review_process_id and access_id)

access_idstring required

Participant access ID

performance_review_process_idstring required

Review process ID

materialized_process_target_idstring required

Materialized review process target ID

Example response

{
  "id": "1-3",
  "access_id": "3",
  "performance_review_process_id": "1",
  "materialized_process_target_id": "5"
}