v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPerformance > ReviewProcessCustomTemplate
Reads all Review process custom templates
Retrieves the templates for the company.
get/api/2026-07-01/resources/performance/review_process_custom_templates
Query parameters
ids[]string[]
Filter by template IDs
Filter by template IDs
[ "1", "2", "3" ]
author_ids[]string[]
Filter by author IDs
Filter by author IDs
[ "1", "2", "3" ]
searchstring
Filter by template name
Example:Q1 2024
Filter by template name
Response
OK
Example response
{
"data": [
{
"id": "1",
"author_id": "1",
"company_id": "1",
"name": "Performance Review - Q1 2024",
"description": "Quarterly 360 review process",
"template_description": "This template evaluates the performance of employees",
"target_strategy": {
"arguments": [],
"strategy": "all_employees"
},
"reviewer_strategies": [
"self",
"manager"
],
"agreements_enabled": true,
"employee_potential_score_enabled": true,
"visibility_settings": {
"early_access_to_answers_for_managers": true,
"restrict_answers_visibility_to_reportees": false,
"anonymous_peer_evaluation_for_target": false
},
"created_at": "2025-01-01T00:00:00.000Z"
}
]
}