v53

OpenAPI 3.0.1raw.githubusercontent.com2026-07-31147343479.6 KB
Tenant Templates

Get a Specific Template Version

Returns one version of a tenant template, addressed by version number or by latest, with its content and publish timestamp.

get/tenants/{tenant_id}/templates/{template_id}/versions/{version}

Path parameters

tenant_idstring required

Id of the tenant for which to retrieve the template.

template_idstring required

Id of the template to be retrieved.

versionstring required

Version of the template to retrieve. Accepts "latest", "published", or a specific version string (e.g., "v1", "v2").

Response

idstring required

The template's id

created_atstring required

The timestamp at which the template was created

updated_atstring required

The timestamp at which the template was last updated

published_atstring required

The timestamp at which the template was published

versionstring required

The version of the template