Last updated 12 days ago
Returns a zip file containing statistic definition.
Statistic Definition Identifier
"000000000000000000000001"
Successful operation. Response zip file.
const response = await fetch('/api/v1/policy-statistics/{definitionId}/export/file', { method: 'GET', headers: { "Authorization": "Bearer JWT" }, }); const data = await response.json();
{ "code": 500, "message": "Error message" }