Retrieves a future renewals report.
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.getFutureRenewals(params);
{- "data": [
- {
- "date": "string",
- "sum": 0,
- "plansCount": [
- {
- "planId": "plan_0YV7DENSVGDBW9S71XZNNYYQ0X",
- "count": 0
}
]
}
]
}