ReviewersMapping List

Last published : Jun 07, 2026
GET https://<Reporting endpoint Base URL>/odata/ReviewerMapping
Sample requests
GET https://<Reporting endpoint Base URL>/odata/ReviewerMapping?reportid=<ID of the ReviewerMappingAsync API report>
GET https://<Reporting endpoint Base URL>/odata/ReviewerMapping?reportid=d0558287-3349-4df3-9528-11168637a83b
Parameter/Filters
The following filter can be used with the ReviewerMapping API when invoked using the GET method only. The system uses the AND operator between the filters to return the result based on the specified filters.
ReportID Mandatory Specify the ID of report you want to view.
Scenario 1
GET https://<Reporting endpoint Base URL>/odata/ReviewerMapping?reportid=3890a807-970c-4c71-b849-c1611fe11a53
Sample response
Status code: 200 OK
image
Supported OData Filters
Responses
See Responses.
Related information