With this API, you can download the compliance framework report in HTML format.
|
Parameter |
Required/Optional |
Data Type |
Description |
|---|---|---|---|
| reportDataId | Required | Integer | Enter the report data ID. |
API Request
curl -X GET "<gateway_base_url>/pcrs/1.0/mandate/report/download/html?reportDataId=98765" \
-H "Authorization: <bearer_token>" \
-o mandate_report.zip
Response
Report is downloaded.