List all UI templates for an API
List all UI templates for a specific API/application.
Args: api_name: API name (also used as application_id for search) detailed: If True, returns full template data including HTML. If False, returns summary only.
Returns: UITemplateListResponse (if detailed=True) or UITemplateSummaryListResponse (if detailed=False) with list of all templates for the API
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Path Parameters
Query Parameters
If true, returns full template data including HTML content. If false, returns summary without HTML.
Response
List of templates (detailed or summary based on 'detailed' query parameter)
- UITemplateListResponse
- UITemplateSummaryListResponse
- UITemplateListResponse
- UITemplateSummaryListResponse
Response containing list of templates.
List of templates
