Interface ReportingApi
public interface ReportingApi
API for Reporting data.
-
Method Summary
Modifier and TypeMethodDescriptiongetPreSignedInsightsZipUri(String snapshotDate) Return pre-signed uri to ZIP file with reporting insights data from selected snapshot datevoidwriteInsightsZip(String snapshotDate, OutputStream outputStream) Write ZIP file with reporting insights data from selected snapshot date intoOutputStream.
-
Method Details
-
writeInsightsZip
Write ZIP file with reporting insights data from selected snapshot date intoOutputStream.- Parameters:
snapshotDate- Snapshot date for reporting insights data in ISO8601 format (e.g.: 2019-05-14)outputStream-OutputStreamto write ZIP file
-
getPreSignedInsightsZipUri
Return pre-signed uri to ZIP file with reporting insights data from selected snapshot date- Parameters:
snapshotDate- Snapshot date for reporting insights data in ISO8601 format (e.g.: 2019-05-14)- Returns:
- pre-signed uri to ZIP file with reporting insights data
-