Data Reviewer Map Service

URL:
https://<catalog-url>/<serviceName>/MapServer/exts/DataReviewerServer/
Methods:
GET
Required Capability:
Data Reviewer Map Service
Version Introduced:
10.1

Description

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.

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.

Use dark colors for code blocksCopy
1
https://localhost:6443/arcgis/rest/services/reviewer/MapServer/exts/DataReviewerServer?f=pjson

JSON Response example

Use dark colors for code blocksCopy
1
2
3
4
{
"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]]\"}"

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.