Retrieves the report path by Report ID.

SecurityBearer
Request
path Parameters
reportId
required
integer

The report ID.

Responses
200

OK

401

Unauthorized

404

Not Found

500

Internal Server Error

get/api/reports-by-id/{reportId}
Request samples
Response samples
application/json
{
  • "ppgId": 0,
  • "reportName": "string",
  • "reportPath": "string"
}