Skip To Content
ArcGIS Developer
Dashboard

Data Reviewer Map Service

Description

License:

The ArcGIS Data Reviewer extension is required to use this resource.

Note:

This resource is dependent on the ArcGIS Data Reviewer ArcMap runtime-based server object extension (SOE). ArcGIS Enterprise 10.9.x, part of the ArcGIS 2021 releases, is the last release of ArcGIS Enterprise to support services published from ArcMap.

Consider Data Reviewer capabilities enabled using ArcGIS Pro and integrated in the Validation service.

The Data Reviewer ArcMap runtime-based server object extension (.soe) extends data quality workflows to web clients. It exposes four REST resources that provide the following functionality:

  • manual and automated validation of data
  • data quality reporting
  • error geometry visualization
  • Data Reviewer workspace information

This resource returns the location of the Reviewer workspace and the spatial reference of the REVDATASET layer.

The Data Reviewer Map Service hosts the DataReviewerServer server object extension (.soe). This extension exposes Batch Validation, Dashboard, Reviewer Results, and Utilities functionality through REST child resources.

This map service serves data from the Data Reviewer workspace. It hosts three layers:

  • REVTABLEPOINT
  • REVTABLELINE
  • REVTABLEPOLY

Spatial filters used with the Filter and Get Results operations use these geometries to query for records in the Reviewer workspace. The Get Layer Definition operation can also use a spatial filter to build a layer definition. You can apply the layer definition to this map service.

Note:

This map service should not be used for any other functionality other than Data Reviewer Server.

Request parameters

ParameterDetails
f

The response format. The default response is html.

Values: html | json

Example usage

Display the location of the Reviewer workspace and the spatial reference of the REVDATASET.

https://localhost:6443/arcgis/rest/services/reviewer/MapServer/exts/DataReviewerServer?f=pjson

JSON Response example

{
"reviewerWorkspace": {
 "location": "C:\\data\\Illinois_data.sde",
 "spatialReference": "{\"wkt\":\"PROJCS[\\\"NAD_1983_HARN_StatePlane_Illinois_East_FIPS_1202\\\",GEOGCS[\\\"GCS_North_American_1983_HARN\\\",DATUM[\\\"D_North_American_1983_HARN\\\",SPHEROID[\\\"GRS_1980\\\",6378137.0,298.257222101]],PRIMEM[\\\"Greenwich\\\",0.0],UNIT[\\\"Degree\\\",0.0174532925199433]],PROJECTION[\\\"Transverse_Mercator\\\"],PARAMETER[\\\"False_Easting\\\",984250.0],PARAMETER[\\\"False_Northing\\\",0.0],PARAMETER[\\\"Central_Meridian\\\",-88.33333333333333],PARAMETER[\\\"Scale_Factor\\\",0.999975],PARAMETER[\\\"Latitude_Of_Origin\\\",36.66666666666666],UNIT[\\\"Foot_US\\\",0.3048006096012192]]\"}"