v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPerformance > ReviewProcessTarget
Reads all Review process targets
Retrieves the participants of active review processes.
get/api/2026-07-01/resources/performance/review_process_targets
Query parameters
ids[]string[]
Filter by review process target IDs
Filter by review process target IDs
[ "1-1", "1-2", "1-3" ]
access_ids[]string[]
Filter by access IDs
Filter by access IDs
[ "1", "2", "3" ]
only_for_peer_assignmentboolean
Only participants for peer assignment
Only participants for peer assignment
without_managerboolean
Only participants with no manager assigned
Only participants with no manager assigned
performance_review_process_ids[]string[]
Filter by reviewer process IDs
Filter by reviewer process IDs
[ "1", "2", "3" ]
agreement_completion_status'canbeinitiated' | 'notinitiated' | 'haspendingagreement' | 'hassignedagreement' | 'haspendingesignaturesagreement' | 'haspartiallyesignedagreement' | 'hasesignedagreement' | 'hasdeclinedagreement' | 'hasbouncedemailagreement' | 'hascancelledagreement' | 'haserroragreement' | 'hasexpiredagreement'
Filter by agreement status
Example:canbeinitiated
Filter by agreement status
pending_peer_evaluationsboolean
Only participants with no peer evaluations
Only participants with no peer evaluations
Only participants managed by the specified employee ID
{
"manager_employee_id": 1,
"only_direct_reports": false
}Response
OK
Example response
{
"data": [
{
"id": "1-3",
"access_id": "3",
"performance_review_process_id": "1",
"materialized_process_target_id": "5"
}
]
}