get https://api.mural.co/enterprise/v1/reports/templates
The Templates Report API lists all templates created in your organization. Company admins can access the API using the API keys generated from their company dashboard. Use filter parameters to narrow the API results.
Note: Some attributes may not be returned if they do not contain a value.
List of attributes response:
- templateId
- Unique ID of the template.
- templateTitle
- Title of the template.
- creatorId
- Unique ID of the user who created the template.
- creatorEmail
- Email address of the user who created the template.
- dateCreated
- Date when the template was created.
- templateType
- Types of templates:
- Custom
- Global - userCount
- Number of users who created murals using the template.
- muralCount
- Number of murals created using the template.