Retrieves an API log summary report.
Report retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
const params = { periodStart: '2017-09-21T00:00:00Z', periodEnd: '2017-09-28T23:59:59Z', limit: 20, offset: 0, tz: 0 }; const report = await api.reports.getApiLogSummary(params);
{- "data": [
- {
- "route": "string",
- "total": 0,
- "get": 0,
- "post": 0,
- "put": 0,
- "patch": 0,
- "delete": 0,
- "head": 0,
- "options": 0
}
]
}