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").