v1

latestOpenAPI 3.1.02026-08-04821427.6 KB

/review-cycles/templates

Creates a performance review master template for the account. Required scope: w_reviews. Requires a user token with permission to manage performance templates.

The questionnaire is normalised before being persisted — position is auto-assigned when omitted, and type / semantic_type accept either snake_case (e.g. star_rated) or PascalCase (e.g. StarRated). The response is returned in snake_case.

post/review-cycles/templates

Request body

titlestring required

Title of the template

Response

201

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
}