get https://api.informed.co/reports/requests
Get all Report Requests and their Report Request ID's. This API call will include reports requested on the Reports page in the app.
The default date range is the past 7 days. You can optionally specify a date range or just a start date or end date. Be mindful when passing a single date that that the default value will still apply for the other date.
Note: The response payload will always have a null value for the download link even if the report request was completed without errors.
To get a download link call the requestReport endpoint with the returned reportRequestID.