Get Detailed Templates
POST/api/templates/getdetailedtemplates
Tier: Public — stable, supported for third-party integration.
Returns the full detail of multiple templates by id in a single call.
Request
Responses
- 200
- 400
- 401
- 403
The Templates.TemplateDetailDto records for the ids that exist; unknown ids are silently
omitted. An empty list is returned (with HTTP 200) when none match.
GetDetailedTemplatesDto.TemplateIds was null (MissingRequiredField,
field "TemplateIds"), or a service-level failure occurred.
Caller is not authenticated.
Caller does not have Read permission on the Template module.