Clears the cache for report-templates api requests.
Create a new report template.
Create a new report template.
an object with the body content
Optionaloptions: ApiCallOptionsDelete the specified report template.
Delete the specified report template.
The ID of the report template to delete.
Optionaloptions: ApiCallOptionsDownload the template file of the specified report template
Download the template file of the specified report template
The ID of the report template.
Optionaloptions: ApiCallOptionsGet descriptive info for the specified report template.
Get descriptive info for the specified report template.
The ID of the report template.
Optionaloptions: ApiCallOptionsGet descriptive info for the specified templates.
Get descriptive info for the specified templates.
an object with query parameters
Optionallimit?: numberIf present, restrict the number of returned items to this value.
Optionalname?: stringTemplate name to search and filter for. Case-insensitive open search with wildcards both as prefix and suffix.
OptionalownerId?: stringReturn the templates for the specified owner.
Optionalskip?: numberIf present, skip this number of the returned values in the result set (facilitates paging).
Optionalsort?: (Field to sort by. Prefix with +/- to indicate ascending/descending. By default, the sort order is ascending.
OptionalsourceAppId?: stringReturn the templates that are using the specified app as data source.
Optionaloptions: ApiCallOptionsPatch an existing report template.
Patch an existing report template.
The ID of the report template to patch.
an object with the body content
Optionaloptions: ApiCallOptionsUpdate an existing report template.
Update an existing report template.
The ID of the report template to update.
an object with the body content
Optionaloptions: ApiCallOptions
Clears the cache for report-templates api requests.