Get Templates Lookup
GET/api/templates/get-filtered-templates-lookup
Tier: Public — stable, supported for third-party integration.
Returns a lean lookup projection of templates (id, name, type only) for any authenticated caller, regardless of Template-module permission. Intended for dropdown/picker UIs.
Request
Responses
- 200
- 400
- 401
A PageResult of Templates.TemplateLookupDto.
The OData query options failed validation (bare 400, no body), or a service-level failure occurred (JSON error array body).
Caller is not authenticated.