Data Reviewer Map Service
- URL:http://<catalog-url>/<serviceName>/MapServer/exts/DataReviewerServer/
- Child Resources:Batch Validation,Dashboard,Reviewer Results,Utilities
- Required Capability:Data Reviewer Map Service
- Related Resources:Batch Validation
- Version Introduced:10.1
Description
License:The ArcGIS Data Reviewer for Server extension is required in order to use this resource.
ArcGIS Data Reviewer for Server is a server object extension (.soe) that 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
Parameter | Details |
|---|---|
| f | Description: The response format. The default response is html. Values: html | json |
Example usage
Example 1: Display the location of the Reviewer workspace and the spatial reference of the REVDATASET.
http://localhost:6080/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]]\"}"