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