Get Single Template
GET/api/templates/gettemplate/:id
Tier: Public — stable, supported for third-party integration.
Returns the full detail of a single template by its identifier.
Request
Responses
- 200
- 400
- 401
- 403
Returns the template. See Templates.TemplateDetailDto.
The template does not exist or does not belong to the caller's organisation (empty error array).
Caller is not authenticated.
Caller does not have Read permission on the Template module.