get https://api.mural.co/enterprise/v1/reports/templates
The Templates Report API lists all templates created at your company and Mural templates used at your company within the last year. 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 collaborator who created the template. Note: creatorId is not returned for global templates.
- creatorEmail
- Email address of the collaborator who created the template. Note: creatorEmail is not returned for global templates.
- dateCreated
- Date when the template was created.
- templateType
- Types of templates:
- Custom
- Global - userCount
- Number of collaborators who created murals using the template within the last year.
- muralCount
- Number of murals created using the template within the last year.