get_report#
- static ADR.get_report(**kwargs) Template#
Fetch a root report template (no parent) using template fields.
- Parameters:
- **kwargs
Any Filter arguments (for example,
name="Report Name").
- **kwargs
- Returns:
TemplateThe matching root template.
- Raises:
ADRExceptionIf no kwargs are provided or the template cannot be found.