All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest
Method | HTTP request | Description |
---|---|---|
reportGetReportFromCacheV1 | GET /1/module/report/getReportFromCache/{sReportgroupCacheID} | Retrieve report from cache |
CommonGetReportV1Response reportGetReportFromCacheV1(sReportgroupCacheID)
Retrieve report from cache
Retrieve a report that was previously generated and cached
// Import classes:
//import org.openapitools.client.api.ModuleReportApi;
ModuleReportApi apiInstance = new ModuleReportApi();
String sReportgroupCacheID = null; // String |
try {
CommonGetReportV1Response result = apiInstance.reportGetReportFromCacheV1(sReportgroupCacheID);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling ModuleReportApi#reportGetReportFromCacheV1");
e.printStackTrace();
}
Name | Type | Description | Notes |
---|---|---|---|
sReportgroupCacheID | String | [default to null] |
- Content-Type: Not defined
- Accept: application/json, application/pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/zip, text/html