v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Performance > ReviewProcessTarget

Add peers a Review process target

Assign peers to evaluate a specific participant.

post/api/2026-07-01/resources/performance/review_process_targets/add_peers

Request body

idstring required

Review process target ID

peer_access_idsstring[] required

List of access IDs to be added as peers for the participant

Example request

{
  "id": "1-3",
  "peer_access_ids": [
    "1",
    "2",
    "3"
  ]
}

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