v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/review-cycles/templates/:id

Returns a single performance review master template by its id. Required scope: r_reviews. Requires a user token with permission to view performance templates.

Only the latest, non-deleted master template in the performance_review category is returned. Templates belonging to a different category (e.g. surveys) return 404.

get/review-cycles/templates/{id}

Path parameters

idstring required

Master template id

Response

200

idstring

Master template id

titlestring
updated_atstring nullable

ISO 8601 timestamp of the last update in the template registry

versioninteger

Example response

{
  "id": "template-spi-review-1",
  "title": "SPI Review Q1",
  "version": 1
}