cURL
curl --request GET \ --url https://your-sift-api-url.com/v1/organizations/{organizationId}/report_templates/{clientKey} \ --header 'Authorization: Bearer <token>'
{ "reportTemplate": { "reportTemplateId": "<string>", "organizationId": "<string>", "name": "<string>", "createdByUserId": "<string>", "modifiedByUserId": "<string>", "createdDate": "2023-11-07T05:31:56Z", "modifiedDate": "2023-11-07T05:31:56Z", "rules": [ { "ruleId": "<string>", "ruleVersionId": "<string>", "ruleVersionNumber": 123, "clientKey": "<string>" } ], "tags": [ { "tagName": "<string>" } ], "metadata": [ { "key": { "name": "<string>", "type": "METADATA_KEY_TYPE_UNSPECIFIED", "archivedDate": "2023-11-07T05:31:56Z" }, "stringValue": "<string>", "numberValue": 123, "booleanValue": true, "archivedDate": "2023-11-07T05:31:56Z" } ], "clientKey": "<string>", "description": "<string>", "archivedDate": "2023-11-07T05:31:56Z" } }
Retrieve a report template.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
The request of a call to ReportTemplateService_GetReportTemplate to retrieve a report template.
ReportTemplateService_GetReportTemplate
Show child attributes
Was this page helpful?