Retrieves a transactions report that is aggregated by time periods.
Report retrieved.
Unauthorized access. Invalid credentials used.
Access forbidden.
const params = { periodStart: '2017-08-29T00:00:00Z', periodEnd: '2017-09-29T23:59:59Z', type: 'count', subaggregate: 'gateway-account', limit: 20, offset: 0 }; const report = await api.reports.getTimeSeriesTransaction(params);
{- "data": [
- {
- "date": "string",
- "total": 0,
- "subaggregates": {
- "subaggregate": "string",
- "value": 0
}
}
]
}