With this API, you can get the generation status of compliance framework reports.
|
Parameter |
Required/Optional |
Data Type |
Description |
|---|---|---|---|
| reportDataId | Required | Integer | Enter the report data ID from create API. |
API Request
curl -X GET "<gateway_base_url>/pcrs/1.0/mandate/report/status?reportDataId=98765" \
-H "Authorization: <bearer_token>" \
-H "Accept: application/json"
JSON Response
{
"status": 2,
"percentageCompleted": 75
}