Get all release templates

Enterprise feature

Returns a list of all release templates.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Response

#/components/schemas/releasePlanTemplateSchema

idstring

The release plan/template’s ID. Release template IDs are ulids.

discriminatorenum
A field to distinguish between release plans and release templates.
Allowed values:
namestring
The name of the release template.
createdByUserIddouble

Release template: The ID of the user who created this template.

createdAtstringformat: "date-time"
The date and time that the release template was created.
descriptionstring or null
A description of the release template.
milestoneslist of objects or null
A list of the milestones in this release template.
archivedAtstring or nullformat: "date-time"
The date and time that the release template was archived.

Errors