This API is used to retrieve the report data for a report that was previously generated from an asynchronous call of the runReports API, or returns the latest result from a report generation. It return the report output as ZIP of one or more CSV/PDF files. It takes one argument, a String reportTitle, which is the name of the saved report template.
Since Product Version: 5.0
Resource Information
Rate Limiting? |
No |
Sorting? |
No |
Paging? |
No |
Filtering? |
No |
Group Filtering? |
No |
Aggregation? |
No |
Response Formats |
xml json |
User Group |
NBI Read |
HTTP Methods |
GET |
This API version has been deprecated. It will be removed in a future release of the product. Please develop new clients using the latest API version. Please modify your existing clients to use a later API version.
Resource URL
/webacs/api/v1/op/reportService/getZipReportRequest Parameters
Attribute | Source | Description |
---|---|---|
reportTitle String |
query |
Required The title of the report template to run. |
Sample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
https://10.64.88.203/webacs/api/v1/op/reportService/getZipReport?reportTitle=MyReport
Returns a result of MIME Type:
application/zip
Also sets 'Content-Disposition' to save as:
report.zip