GET Report Generation Status API

POST/pcrs/1.0/mandate/report/status

With this API, you can get the generation status of compliance framework reports.

Input ParametersInput Parameters

Parameter

Required/Optional

Data Type

Description

reportDataId Required Integer Enter the report data ID from create API.

Sample -  Generate report statusSample -  Generate report status

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
}

 

 

success Thank you! We're glad to hear that this topic was useful.
success We appreciate your feedback. We'll work to make this topic better for you in the future.