Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.46 KB

ModuleReportAPI.md

File metadata and controls

40 lines (26 loc) · 1.46 KB

ModuleReportAPI

All URIs are relative to https://prod.api.appcluster01.ca-central-1.ezmax.com/rest

Method HTTP request Description
ModuleReportAPI_reportGetReportFromCacheV1 GET /1/module/report/getReportFromCache/{sReportgroupCacheID} Retrieve report from cache

ModuleReportAPI_reportGetReportFromCacheV1

// Retrieve report from cache
//
// Retrieve a report that was previously generated and cached
//
common_get_report_v1_response_t* ModuleReportAPI_reportGetReportFromCacheV1(apiClient_t *apiClient, char *sReportgroupCacheID);

Parameters

Name Type Description Notes
apiClient apiClient_t * context containing the client configuration
sReportgroupCacheID char *

Return type

common_get_report_v1_response_t *

Authorization

Authorization, Presigned

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json, application/pdf, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/zip, text/html

[Back to top] [Back to API list] [Back to Model list] [Back to README]