The request for a call to ReportTemplateService_GetReportTemplate to retrieve a report template.
If report_template_id is provided then all other arguments will be ignored. The argument report_template_id
should not be used together with client_key. The organization_id argument is only required
if using client_key and the user belongs to multiple organizations.
The maximum number of report templates to return. The service may return fewer than this value. If unspecified, at most 50 report templates will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. Optional.
A page token, received from a previous ListReportTemplates call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListReportTemplates must match the call that provided the page token. Optional.
A Common Expression Language (CEL) filter string. Available fields to filter by are report_template_id, tag_id, tag_name, client_key, and name. For further information about how to use CELs, please refer to this guide. For more information about the fields used for filtering, please refer to this definition. Optional.
How to order the retrieved report templates. Formatted as a comma-separated string i.e. "FIELD_NAME[ desc],...". Available fields to order_by are created_date and modified_date. If left empty, items are ordered by created_date in ascending order (oldest-first). For more information about the format of this field, read this Example: "created_date desc,modified_date"
The request for a call to ReportTemplateService_UpdateReportTemplate to update a report template. When updating
tags or rules, the update will perform a full replace. Additionally, when updating rules, only the rule ID or the rule client key
is required, but it is okay to provide both. If some rules contain only client keys and others only rule IDs, they will be consolidated.