Retrieve a future renewals report.
Report was retrieved successfully.
Unauthorized access, invalid credentials were 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.getFutureRenewals(params);
{- "data": [
- {
- "date": "string",
- "sum": 0,
- "plansCount": [
- {
- "planId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "count": 0
}
]
}
]
}