Retrieves a rules matched summary report that is based on triggered events.
Report retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
const params = { periodStart: '2017-09-22T00:00:00Z', periodEnd: '2017-09-29T23:59:59Z', limit: 20, offset: 0, tz: 0 }; const report = await api.reports.getRulesMatchedSummary(params);
{- "data": [
- {
- "rule": "string",
- "count": 0,
- "approvalRate": 0
}
]
}