v1
latestOpenAPI 3.1.02026-07-14801408.6 KB/review-cycles/templates
Returns the account's performance review master templates. Required scope: r_reviews. Requires a user token with permission to view performance templates.
Only the latest, non-deleted master templates in the performance_review category are returned. Pagination is optional via limit and offset; when omitted every template is returned.
get/review-cycles/templates
Query parameters
limitinteger
Maximum number of templates to return. When omitted, all matching templates are returned.
offsetinteger
Number of templates to skip (for pagination).
Response
200
Example response
{
"total_count": 1,
"templates": [
{
"id": "template-spi-review-1",
"title": "SPI Review Q1",
"version": 1
}
]
}