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 EZmaxApiDefinitionFull from 'e_zmax_api_definition__full';
let defaultClient = EZmaxApiDefinitionFull.ApiClient.instance;
// Configure API key authorization: Authorization
let Authorization = defaultClient.authentications['Authorization'];
Authorization.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Authorization.apiKeyPrefix = 'Token';
// Configure API key authorization: Presigned
let Presigned = defaultClient.authentications['Presigned'];
Presigned.apiKey = 'YOUR API KEY';
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Presigned.apiKeyPrefix = 'Token';
let apiInstance = new EZmaxApiDefinitionFull.ModuleReportApi();
let sReportgroupCacheID = "sReportgroupCacheID_example"; // String |
apiInstance.reportGetReportFromCacheV1(sReportgroupCacheID, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
sReportgroupCacheID | String |
- Content-Type: Not defined
- Accept: application/json, application/pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/zip, text/html