Data Reviewer Map Service

Description

LicenseLicense:

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

NoteNote:

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

To prepare for this change, Esri recommends that customers consider Data Reviewer capabilities enabled using ArcGIS Pro and integrated in the Validation service.

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

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:

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.

NoteNote:

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

Request parameters

Parameter

Details

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]]\"}"