FRAMES | NO FRAMES Description | Parameters | Examples | Response
DataReviewerServer
URL http://<reviewer server map service-url>/exts/DataReviewerServer
Parent Resource Reviewer Server Map Service
Child Resource Batch Validation   Dashboard  ReviewerResults   Utilities  

Description

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:

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

Parameters

Parameter Details
f Description: The response format

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