URL | http://baoapi.esri.com/rest/report/ThematicQuery |
---|
A high performance Web service which easily, quickly, and flexibly provides access to the same set of data and area features that are leveraged behind the scenes by the Esri Business Analyst Online and Community Analyst Web applications. The service supports simple yet advanced spatial and SQL-like attribute query options and the optional ability to retrieve the associated polygon geometries of the output area result set.
See what's possible and get started now.
The Online API contains several thousand valuable projections, estimates, and observations which are of great interest to investors, decision makers, and stakeholders in a wide variety of fields. Cumulatively, this vast and valuable collection of data would be unobtainable to only but the largest of businesses and organizations and; even then, the investment that would have to be made in time, resources, and money would be so great that it would be difficult to justify and produce. Instead, leverage this Cloud-based Service and easily and seamlessly access and leverage up-to-date data through the world's premiere geospatial data hosting and analysis infrastructure.
The result of the service is a list of area features from the Online API data set which satisfy the spatial and/or attribute-based query parameters included in the request.
Each area feature consists of an Esri JSON Feature Object with Attributes and/or mappable Polygon Geometries, depending on the query parameters (See the supported JSON Response syntax and examples).
Since the service is standards based and built on the HTTP stack, any client application which supports HTTP (including simple Web browsers) can consume, leverage, and integrate the output of the service. This lightweight and platform-independent output can be consumed by anything from small, nimble, and simple mobile applications to high performance, complex, and critical LOB enterprise applications.
Optionally, the Esri Web SDKs, including the ArcGIS API for Silverlight, for Flex, and for JavaScript; and the Esri Mobile SDKs, including ArcGIS for iOS, for Windows Phone, and for Android can be leveraged to quickly and easily consume, render, analyze, and work with the output of this service.
$all
'. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
).You can provide arguments to the Smart Map Facts (Thematic Query) Service as defined in the parameters table below.
Parameter | Details | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
GeoLevelID (Required) |
Description:
(Required). The Online API data layer to query. Use the Get Standard Geography Levels service to obtain a list of administrative boundary/standard geography data layers that can be currently queried.
Default: null Syntax: Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OutFields (Required) | Description:
(Required). Specifies the attribute fields from the Online API data layer which will be queried.
Default: null Syntax: Notes: All three of the required parameters plus one or more of the following parameters are required to complete a service request: where, geometry, text. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Token (Required) |
Description: (Required). A current and valid Online API token string.
Default: null Syntax: Example Description: A token string generated with the Get Token service validates and authenticates your Online API services request. Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ActiveDatasetID | Description: (Optional). The currently-active data set which is being accessed with the service.
Default: USA Syntax: Example Description: Use the service to query data layers in the Canada data set All available administrative boundary/standard geographic data layers (See GeoLevelID parameter) and associated attributes (See OutFields parameter) from the Canada data set become active. Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
f |
Description:
(Optional). The REST response format.
Default: HTML
Syntax: Example Description: Retrieve the service response in the JSON format. Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GeneralizationLevel | Description: (Optional). The specified level of generalization/detail in the area representations of the administrative boundary/standard geographic data layers Default: 1 Syntax: Example Description: Retrieve the output geometry is the most generalized (bandwidth friendly) manner in order to have a higher performance client application Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Geometry |
Description:
(Optional). The spatial description of the area to query. The area(s) in the data layer which touch/intersect the area(s) described by the input Geometry will be queried.
Default: null Syntax: Notes:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GeometryType | Description:
(Optional). The type of supported Geometry specified in the Geometry parameter.
Default: null Syntax: Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
InSR | Description: (Optional). The spatial reference/coordinate reference system of the input Geometry specified in the Geometry parameter. Default: 102100 Syntax: Example Description: The input Geometry specified in the Geometry parameter is a feature consisting of latitude-longitude coordinates (WGS 1984 Geographic Coordinate System) and the Geometry does not have an embedded SpatialReference property. Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OutSR | Description: (Optional). The spatial reference/coordinate reference system of the output Geometry, if Geometry is returned with the output response. Default: 102100 Syntax: Example Description: If the output Geometry is returned with the service output response, the output Geometry will consist of latitude-longitude coordinates (WKID: 4326 - WGS 1984 Geographic Coordinate System). Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
RelationParam | Description:
(Optional). An advanced way to specify custom spatial relationship/intersection rules between the input Geometry (See the Geometry parameter) and the Online API administrative boundary/standard geography area data layer (See the GeoLevelID parameter) when the SpatialRel parameter value is set to Default: null Syntax: Example Description: If the the SpatialRel parameter value is set to Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReturnCountOnly | Description: (Optional). Obtain a count (number of area features) which satisfy the query/intersection criteria (See SpatialRel parameter) between the input Geometry (See the Geometry parameter) and the Online API administrative boundary/standard geography area data layer (See the GeoLevelID parameter) Default: false Syntax: Example Description: Only return the count of area features from the specified Online API administrative boundary/standard geography area data layer which intersect the specified input Geometry. Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReturnGeometry | Description: (Optional). Include the geometric descriptions of the polygon area(s) in the output response which satisfy the query/intersection criteria (See SpatialRel parameter) between the input Geometry (See the Geometry parameter) and the Online API administrative boundary/standard geography area data layer (See the GeoLevelID parameter) Default: false Syntax: Example Description: Include the geometry in the output response Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ReturnIDsOnly | Description: (Optional). Obtain a list of area feature IDs which satisfy the query/intersection criteria (See SpatialRel parameter) between the input Geometry (See the Geometry parameter) and the Online API administrative boundary/standard geography area data layer (See the GeoLevelID parameter) Default: false Syntax: Example Description: Only return a JSON array of area feature IDs from the specified Online API administrative boundary/standard geography area data layer which intersect the specified input Geometry. Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
SpatialRel | Description: (Optional). Specify the query/intersection criteria between the input Geometry (See the Geometry parameter) and the Online API administrative boundary/standard geography area data layer (See the GeoLevelID parameter) Default: esriSpatialRelIntersects Syntax: Example Description: This query/intersection criteria states that, an area is returned from the Online API administrative boundary/standard geography area data layer if the area feature is wholly contained within the input Geometry. Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Text | Description: (Optional). Additional query filter option which enables filtering on the area Name attribute of the area features originally satisfying the query/intersection criteria (See SpatialRel parameter) between the input Geometry (See the Geometry parameter) and the Online API administrative boundary/standard geography area data layer (See the GeoLevelID parameter) Default: null Syntax: Example Description: Further filter the output area features of the service to only include the areas which have the case-sensitive keyword Notes: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Where | Description: (Optional). Additional filter option which enables SQL-like queries on the attribute values of the area features in the current Online API administrative boundary/standard geography area data layer (See the GeoLevelID parameter) of the currently active data set (See the ActiveDatasetID parameter) Default: null Syntax: Some Supported Operators and Characters
Example Description: Further filter the output area features of the service to only include the areas which have households which spend at least $750.00 per year on alcohol Notes: |
Example 1: Query the total number of households and total annual alcohol consumer spending of each of the 48 contiguous states
Request Example (1)
Notes: See the REST Response of the Example here. The spatial extent of the 48 contiguous states is described with the geometry parameter value. The analysis variable IDs are provided in the outFields parameter. See the Get Summarizations service and include the Visibility parameter with the string value '$all
' to look up analysis/summarization variables (attribute fields) which are accessible with your Online API subscription and are in the currently-specified data set. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
). The Request Example is hyperlinked with the URL-encoded request URI without a valid token parameter value. Include a valid token value to submit. See Get Token for more information on obtaining a token.
Example 2: Query the average and median owner-occupied home values; and the number of owner-occupied, renter-occupied, and vacant-housing units in a single ZIP code (and include the detailed/higher-precision polygon geometry in the default Web Mercator format in the output)
Request Example (2)
Notes: See the REST Response of the Example here. The ZIP code is described in the Where parameter value. The analysis variable IDs are provided in the outFields parameter. See the Get Summarizations service and include the Visibility parameter with the string value '$all
' to look up analysis/summarization variables (attribute fields) which are accessible with your Online API subscription and are in the currently-specified data set. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
). The Request Example is hyperlinked with the URL-encoded request URI without a valid token parameter value. Include a valid token value to submit. See Get Token for more information on obtaining a token.
Example 3: Query the annual average household spending on sports, recreation and exercise equipment of a specific state (and include the generalized polygon geometry in the default Web Mercator format in the output)
Request Example (3)
Notes: See the REST Response of the Example here. The state name is described in the Where parameter value. The analysis variable IDs are provided in the outFields parameter. See the Get Summarizations service and include the Visibility parameter with the string value '$all
' to look up analysis/summarization variables (attribute fields) which are accessible with your Online API subscription and are in the currently-specified data set. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
). The Request Example is hyperlinked with the URL-encoded request URI without a valid token parameter value. Include a valid token value to submit. See Get Token for more information on obtaining a token.
Example 4: Query the total number of households and total population count of two specific ZIP codes (and include the generalized polygon geometry in the default Web Mercator format in the output)
Request Example (4)
Notes: See the REST Response of the Example here. The ZIP codes are described in the Where parameter value. The analysis variable IDs are provided in the outFields parameter. See the Get Summarizations service and include the Visibility parameter with the string value '$all
' to look up analysis/summarization variables (attribute fields) which are accessible with your Online API subscription and are in the currently-specified data set. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
). The Request Example is hyperlinked with the URL-encoded request URI without a valid token parameter value. Include a valid token value to submit. See Get Token for more information on obtaining a token.
Example 5: Query every Census Tract where the average household has a net worth between 1.9 and 2 million dollars
Request Example (5)
Notes: See the REST Response of the Example here. The SQL-like attribute value query is in the Where parameter value. The analysis variable IDs are provided in the outFields parameter. See the Get Summarizations service and include the Visibility parameter with the string value '$all
' to look up analysis/summarization variables (attribute fields) which are accessible with your Online API subscription and are in the currently-specified data set. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
). The Request Example is hyperlinked with the URL-encoded request URI without a valid token parameter value. Include a valid token value to submit. See Get Token for more information on obtaining a token.
Example 6: Query every ZIP code where the annual spending on Child Care is at least $2000 per household
Request Example (6)
Notes: See the REST Response of the Example here. The SQL-like attribute value query is in the Where parameter value. The analysis variable IDs are provided in the outFields parameter. See the Get Summarizations service and include the Visibility parameter with the string value '$all
' to look up analysis/summarization variables (attribute fields) which are accessible with your Online API subscription and are in the currently-specified data set. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
). The Request Example is hyperlinked with the URL-encoded request URI without a valid token parameter value. Include a valid token value to submit. See Get Token for more information on obtaining a token.
Example 7: Query states from a specified list whose average annual household spending on auto insurance exceed $1250 (and include the generalized polygon geometry in latitude-longitude format in the output)
Request Example (7)
Notes: See the REST Response of the Example here. The list of states and the SQL-like attribute value query are in the Where parameter value. The analysis variable IDs are provided in the outFields parameter. See the Get Summarizations service and include the Visibility parameter with the string value '$all
' to look up analysis/summarization variables (attribute fields) which are accessible with your Online API subscription and are in the currently-specified data set. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
). The Request Example is hyperlinked with the URL-encoded request URI without a valid token parameter value. Include a valid token value to submit. See Get Token for more information on obtaining a token.
Example 8: Query the total number of households and total population count of all the ZIP codes associated with the name 'Redlands' (and include the detailed/high-precision polygon geometry in latitude-longitude format in the output)
Request Example (8)
Notes: See the REST Response of the Example here. The SQL-like attribute value query is in the Where parameter value. The analysis variable IDs are provided in the outFields parameter. See the Get Summarizations service and include the Visibility parameter with the string value '$all
' to look up analysis/summarization variables (attribute fields) which are accessible with your Online API subscription and are in the currently-specified data set. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
). The Request Example is hyperlinked with the URL-encoded request URI without a valid token parameter value. Include a valid token value to submit. See Get Token for more information on obtaining a token.
Example 9: Query the average annual disposable income for each household in state names which contain 'Ne_ada' (where '_' is a wild card representing a single unknown character) (and include the generalized polygon geometry in latitude-longitude format in the output)
Request Example (9)
Notes: See the REST Response of the Example here. The SQL-like attribute value query is in the Where parameter value. The analysis variable IDs are provided in the outFields parameter. See the Get Summarizations service and include the Visibility parameter with the string value '$all
' to look up analysis/summarization variables (attribute fields) which are accessible with your Online API subscription and are in the currently-specified data set. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
). The Request Example is hyperlinked with the URL-encoded request URI without a valid token parameter value. Include a valid token value to submit. See Get Token for more information on obtaining a token.
Example 10: Query the total number of married, divorced, widowed, and single(never-married) individuals in states which have names which begin with 'Ne' and not 'New'
Request Example (10)
Notes: See the REST Response of the Example here. The SQL-like attribute value query are in the Where parameter value. The analysis variable IDs are provided in the outFields parameter. See the Get Summarizations service and include the Visibility parameter with the string value '$all
' to look up analysis/summarization variables (attribute fields) which are accessible with your Online API subscription and are in the currently-specified data set. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
). The Request Example is hyperlinked with the URL-encoded request URI without a valid token parameter value. Include a valid token value to submit. See Get Token for more information on obtaining a token.
Example 11: Query every county in the 48 contiguous states where 25% or more of the adult population (25 and older) attended high school but did not graduate (and only return counties where ACS values for 'ACSSOMEHS' and 'ACSEDUCBAS' are considered reliable estimates)
Request Example (11)
Notes: See the REST Response of the Example here. This is an American Community Survey data example where the Margin of Error (MOE) values for each ACS variable used are leveraged in the query to ensure that the query result only contains reliable results. More information about leveraging ACS Data in the Online API can be found here. In the SQL-like query in the Where parameter value, each term is either multiplied or divided by a decimal number to convert any int numbers into double numbers for increased precision. The spatial extent of the 48 contiguous states is described with the geometry parameter value. The analysis variable IDs are provided in the outFields parameter. See the Get Summarizations service and include the Visibility parameter with the string value '$all
' to look up analysis/summarization variables (attribute fields) which are accessible with your Online API subscription and are in the currently-specified data set. This will include a property called, Mappable
which will describe if the variable can be queried by this service (Mappable = true
). The Request Example is hyperlinked with the URL-encoded request URI without a valid token parameter value. Include a valid token value to submit. See Get Token for more information on obtaining a token.
JSON Response Syntax 1 of 4 (when returnIDsOnly = false
and returnCountOnly = false
and returnGeometry =false
)
{ "displayFieldName" : <string>, "fieldAliases" : { <string> : <string>, ... <string> : <string> }, "fields" : [ { "name" : <string>, "type" : <string>, "alias" : <string>, "length" : <int> }, ... { "name" : <string>, "type" : <string>, "alias" : <string>, "length" : <int> } ], "features" : [ <Esri JSON Feature Object with Attributes property only>, ... <Esri JSON Feature Object with Attributes property only> ] }
JSON Response Syntax 2 of 4 (when returnIDsOnly = false
and returnCountOnly = false
and returnGeometry = true
)
{ "displayFieldName" : <string>, "fieldAliases" : { <string> : <string>, ... <string> : <string> }, "geometryType" : <string>, "spatialReference" : { "wkid" : <int> }, "fields" : [ { "name" : <string>, "type" : <string>, "alias" : <string>, "length" : <int> }, ... { "name" : <string>, "type" : <string>, "alias" : <string>, "length" : <int> } ], "features" : [ <Esri JSON Feature Object with Attributes and Polygon Geometry properties>, ... <Esri JSON Feature Object with Attributes and Polygon Geometry properties> ] }
JSON Response Syntax 3 of 4 (when returnCountOnly =true
)
{ "count" : <int> }
JSON Response Syntax 4 of 4 (when returnIDsOnly =true
)
{"displayFieldName":"NAME","fieldAliases":{"ID":"ID","NAME":"NAME","TOTHH_CY":"TOTHH_CY","X2001_X":"X2001_X"},"fields":[{"name":"ID","type":"esriFieldTypeString","alias":"ID","length":2},{"name":"NAME","type":"esriFieldTypeString","alias":"NAME","length":22},{"name":"TOTHH_CY","type":"esriFieldTypeInteger","alias":"TOTHH_CY"},{"name":"X2001_X","type":"esriFieldTypeDouble","alias":"X2001_X"}],"features":[{"attributes":{"ID":"09","NAME":"Connecticut","TOTHH_CY":1352501,"X2001_X":1064325913}},. ... {"attributes":{"ID":"51","NAME":"Virginia","TOTHH_CY":3045412,"X2001_X":1948755943}},{"attributes":{"ID":"54","NAME":"West Virginia","TOTHH_CY":761707,"X2001_X":272821777}}]}
Notes: The response has been abbreviated in the example where "..." is noted.
{ "displayFieldName" : "Name", "fieldAliases" : { "ID" : "ID", "NAME" : "NAME", "AVGVAL_CY" : "AVGVAL_CY", "MEDVAL_CY" : "MEDVAL_CY", "OWNER_CY" : "OWNER_CY", "RENTER_CY" : "RENTER_CY", "VACANT_CY" : "VACANT_CY" }, "geometryType" : "esriGeometryPolygon", "spatialReference" : { "wkid" : 102100 }, "fields" : [ { "name" : "ID", "type" : "esriFieldTypeString", "alias" : "ID", "length" : 5 }, { "name" : "NAME", "type" : "esriFieldTypeString", "alias" : "NAME", "length" : 28 }, { "name" : "AVGVAL_CY", "type" : "esriFieldTypeInteger", "alias" : "AVGVAL_CY" }, { "name" : "MEDVAL_CY", "type" : "esriFieldTypeInteger", "alias" : "MEDVAL_CY" }, { "name" : "OWNER_CY", "type" : "esriFieldTypeInteger", "alias" : "OWNER_CY" }, { "name" : "RENTER_CY", "type" : "esriFieldTypeInteger", "alias" : "RENTER_CY" }, { "name" : "VACANT_CY", "type" : "esriFieldTypeInteger", "alias" : "VACANT_CY" } ], "features" : [ { "attributes" : { "NAME" : "Redlands", "ID" : "92373", "AVGVAL_CY" : 357105, "MEDVAL_CY" : 278759, "OWNER_CY" : 7219, "RENTER_CY" : 6571, "VACANT_CY" : 787 }, "geometry" : { "rings" : [ [ [ -13045154.979862113, 4023591.173150504 ], ... [ -13044588.695384659, 4023593.3247004217 ], [ -13045154.979862113, 4023591.173150504 ] ] ] } } ] }
Notes: The response has been abbreviated in the example where "..." is noted.
{ "displayFieldName" : "Name", "fieldAliases" : { "ID" : "ID", "NAME" : "NAME", "X9039_X" : "X9039_X" }, "geometryType" : "esriGeometryPolygon", "spatialReference" : { "wkid" : 102100 }, "fields" : [ { "name" : "ID", "type" : "esriFieldTypeString", "alias" : "ID", "length" : 2 }, { "name" : "NAME", "type" : "esriFieldTypeString", "alias" : "NAME", "length" : 22 }, { "name" : "X9039_X", "type" : "esriFieldTypeDouble", "alias" : "X9039_X" } ], "features" : [ { "attributes" : { "ID" : "08", "NAME" : "Colorado", "X9039_X" : 322085273 }, "geometry" : { "rings" : [ [ [ -12138858.693560056, 4438979.2514990252 ], [ -12139684.689281188, 4719488.0963623906 ], [ -12139399.047449317, 5012438.8612142093 ], [ -11857021.125889536, 5012627.0759869646 ], [ -11583154.804847971, 5012549.0478147548 ], [ -11360347.836596938, 5012684.1593603808 ], [ -11360348.176928287, 4866389.5736374799 ], [ -11359584.300330875, 4636636.1137548732 ], [ -11359290.196361899, 4438142.6939694155 ], [ -11411643.419722101, 4438397.8905663528 ], [ -11466155.237926973, 4439135.4981982689 ], [ -11827440.41910914, 4438307.7085271459 ], [ -12138858.693560056, 4438979.2514990252 ] ] ] } } ] }
{ "displayFieldName" : "Name", "fieldAliases" : { "ID" : "ID", "NAME" : "NAME", "TOTHH_CY" : "TOTHH_CY", "TOTPOP_CY" : "TOTPOP_CY" }, "geometryType" : "esriGeometryPolygon", "spatialReference" : { "wkid" : 102100 }, "fields" : [ { "name" : "ID", "type" : "esriFieldTypeString", "alias" : "ID", "length" : 5 }, { "name" : "NAME", "type" : "esriFieldTypeString", "alias" : "NAME", "length" : 28 }, { "name" : "TOTHH_CY", "type" : "esriFieldTypeInteger", "alias" : "TOTHH_CY" }, { "name" : "TOTPOP_CY", "type" : "esriFieldTypeInteger", "alias" : "TOTPOP_CY" } ], "features" : [ { "attributes" : { "NAME" : "Redlands", "ID" : "92374", "TOTHH_CY" : 13522, "TOTPOP_CY" : 42170 }, "geometry" : { "rings" : [ [ [ -13035868.705833083, 4034193.1228384441 ], ... [ -13037746.997374948, 4024549.9049475668 ], [ -13045154.979862113, 4023591.1789187342 ] ] ] } } ] }
Notes: The response has been abbreviated in the example where "..." is noted.
{ "displayFieldName" : "Name", "fieldAliases" : { "ID" : "ID", "NAME" : "NAME", "AVGNW_CY" : "AVGNW_CY" }, "fields" : [ { "name" : "ID", "type" : "esriFieldTypeString", "alias" : "ID", "length" : 11 }, { "name" : "NAME", "type" : "esriFieldTypeString", "alias" : "NAME", "length" : 13 }, { "name" : "AVGNW_CY", "type" : "esriFieldTypeInteger", "alias" : "AVGNW_CY" } ], "features" : [ { "attributes" : { "ID" : "15003000102", "NAME" : "150030001.02", "AVGNW_CY" : 1932861 } }, ... { "attributes" : { "ID" : "12099003502", "NAME" : "120990035.02", "AVGNW_CY" : 1917328 } }, { "attributes" : { "ID" : "12099007003", "NAME" : "120990070.03", "AVGNW_CY" : 1993359 } } ] }
Notes: The response has been abbreviated in the example where "..." is noted.
{"displayFieldName":"NAME","fieldAliases":{"ID":"ID","NAME":"NAME","X4003_X":"Child Care:Tot","TOTHH_CY":"TOTHH_CY"},"fields":[{"name":"ID","type":"esriFieldTypeString","alias":"ID","length":5},{"name":"NAME","type":"esriFieldTypeString","alias":"NAME","length":28},{"name":"X4003_X","type":"esriFieldTypeDouble","alias":"Child Care:Tot"},{"name":"TOTHH_CY","type":"esriFieldTypeInteger","alias":"TOTHH_CY"}],"features":[{"attributes":{"ID":"94027","NAME":"Atherton","X4003_X":5009483,"TOTHH_CY":2462}}]}
{"displayFieldName":"NAME","fieldAliases":{"ID":"ID","NAME":"NAME","X6040_X":"Vehicle Insurance:Tot","TOTHH_CY":"TOTHH_CY"},"geometryType":"esriGeometryPolygon","spatialReference":{"wkid":4326},"fields":[{"name":"ID","type":"esriFieldTypeString","alias":"ID","length":2},{"name":"NAME","type":"esriFieldTypeString","alias":"NAME","length":22},{"name":"X6040_X","type":"esriFieldTypeDouble","alias":"Vehicle Insurance:Tot"},{"name":"TOTHH_CY","type":"esriFieldTypeInteger","alias":"TOTHH_CY"}],"features":[{"attributes":{"ID":"25","NAME":"Massachusetts","X6040_X":3656413699,"TOTHH_CY":2520494},"geometry":{"rings":[[[-73.487313979469803,42.049638019703544],...[-70.011504034557646,41.542924008719019],[-70.014456973909731,41.545533968077045]]]}},{"attributes":{"ID":"06","NAME":"California","X6040_X":17057269755,"TOTHH_CY":12662806},"geometry":{"rings":[[[-114.63301304132813,35.002086015697813],...[-119.43283001007292,34.016105018891921],[-119.43272601180524,34.016058030776868]]]}},{"attributes":{"ID":"17","NAME":"Illinois","X6040_X":6102310878,"TOTHH_CY":4838349},"geometry":{"rings":[[[-89.132685947657777,36.982199999910804],...[-89.173828999246055,37.06633902289223],[-89.132685947657777,36.982199999910804]]]}},{"attributes":{"ID":"36","NAME":"New York","X6040_X":9391217524,"TOTHH_CY":7259376},"geometry":{"rings":[[[-73.487313979469803,42.049638019703544],...[-73.820594020347826,40.612317024308091],[-73.832920950041768,40.638887987702326]]]}}]}
Notes: The response has been abbreviated in the example where "..." is noted.
{ "displayFieldName" : "NAME", "fieldAliases" : { "ID" : "ID", "NAME" : "NAME", "TOTHH_CY" : "TOTHH_CY", "TOTPOP_CY" : "TOTPOP_CY" }, "geometryType" : "esriGeometryPolygon", "spatialReference" : { "wkid" : 4326 }, "fields" : [ { "name" : "ID", "type" : "esriFieldTypeString", "alias" : "ID", "length" : 5 }, { "name" : "NAME", "type" : "esriFieldTypeString", "alias" : "NAME", "length" : 28 }, { "name" : "TOTHH_CY", "type" : "esriFieldTypeInteger", "alias" : "TOTHH_CY" }, { "name" : "TOTPOP_CY", "type" : "esriFieldTypeInteger", "alias" : "TOTPOP_CY" } ], "features" : [ { "attributes" : { "ID" : "92374", "NAME" : "Redlands", "TOTHH_CY" : 13522, "TOTPOP_CY" : 42170 }, "geometry" : { "rings" : [ [ [ -117.10320100225222, 34.040140008232292 ], ... [ -117.18153400116765, 33.961199968190911 ], [ -117.18662102118022, 33.961184023438683 ] ] ] } } ] }
Notes: The response has been abbreviated in the example where "..." is noted.
{ "displayFieldName" : "Name", "fieldAliases" : { "ID" : "ID", "NAME" : "NAME", "AVGDI_CY" : "AVGDI_CY" }, "geometryType" : "esriGeometryPolygon", "spatialReference" : { "wkid" : 4326 }, "fields" : [ { "name" : "ID", "type" : "esriFieldTypeString", "alias" : "ID", "length" : 2 }, { "name" : "NAME", "type" : "esriFieldTypeString", "alias" : "NAME", "length" : 22 }, { "name" : "AVGDI_CY", "type" : "esriFieldTypeInteger", "alias" : "AVGDI_CY" } ], "features" : [ { "attributes" : { "ID" : "32", "NAME" : "Nevada", "AVGDI_CY" : 60031 }, "geometry" : { "rings" : [ [ [ -114.05059999438132, 37.000397005199929 ], ... [ -114.04777597764506, 39.365397002262227 ], [ -114.05059999438132, 37.000397005199929 ] ] ] } } ] }
Notes: The response has been abbreviated in the example where "..." is noted.
{ "displayFieldName" : "Name", "fieldAliases" : { "ID" : "ID", "NAME" : "NAME", "NEVMARR_CY" : "NEVMARR_CY", "MARRIED_CY" : "MARRIED_CY", "WIDOWED_CY" : "WIDOWED_CY", "DIVORCD_CY" : "DIVORCD_CY" }, "fields" : [ { "name" : "ID", "type" : "esriFieldTypeString", "alias" : "ID", "length" : 2 }, { "name" : "NAME", "type" : "esriFieldTypeString", "alias" : "NAME", "length" : 22 }, { "name" : "NEVMARR_CY", "type" : "esriFieldTypeInteger", "alias" : "NEVMARR_CY" }, { "name" : "MARRIED_CY", "type" : "esriFieldTypeInteger", "alias" : "MARRIED_CY" }, { "name" : "WIDOWED_CY", "type" : "esriFieldTypeInteger", "alias" : "WIDOWED_CY" }, { "name" : "DIVORCD_CY", "type" : "esriFieldTypeInteger", "alias" : "DIVORCD_CY" } ], "features" : [ { "attributes" : { "ID" : "31", "NAME" : "Nebraska", "NEVMARR_CY" : 411112, "MARRIED_CY" : 806186, "WIDOWED_CY" : 88576, "DIVORCD_CY" : 143439 } }, { "attributes" : { "ID" : "32", "NAME" : "Nevada", "NEVMARR_CY" : 635698, "MARRIED_CY" : 1139810, "WIDOWED_CY" : 119734, "DIVORCD_CY" : 289317 } } ] }
{ "displayFieldName" : "NAME", "fieldAliases" : { "ID" : "ID", "NAME" : "NAME", "MOESOMEHS" : "MOESOMEHS", "ACSSOMEHS" : "ACSSOMEHS", "MOEEDUCBAS" : "MOEEDUCBAS", "ACSEDUCBAS" : "ACSEDUCBAS" }, "fields" : [ { "name" : "ID", "type" : "esriFieldTypeString", "alias" : "ID", "length" : 5 }, { "name" : "NAME", "type" : "esriFieldTypeString", "alias" : "NAME", "length" : 45 }, { "name" : "MOESOMEHS", "type" : "esriFieldTypeInteger", "alias" : "MOESOMEHS" }, { "name" : "ACSSOMEHS", "type" : "esriFieldTypeInteger", "alias" : "ACSSOMEHS" }, { "name" : "MOEEDUCBAS", "type" : "esriFieldTypeInteger", "alias" : "MOEEDUCBAS" }, { "name" : "ACSEDUCBAS", "type" : "esriFieldTypeInteger", "alias" : "ACSEDUCBAS" } ], "features" : [ { "attributes" : { "ID" : "13167", "NAME" : "Johnson County", "MOESOMEHS" : 244, "ACSSOMEHS" : 1579, "MOEEDUCBAS" : 199, "ACSEDUCBAS" : 6209 } }, { "attributes" : { "ID" : "13065", "NAME" : "Clinch County", "MOESOMEHS" : 213, "ACSSOMEHS" : 1104, "MOEEDUCBAS" : 92, "ACSEDUCBAS" : 4405 } }, { "attributes" : { "ID" : "13269", "NAME" : "Taylor County", "MOESOMEHS" : 217, "ACSSOMEHS" : 1436, "MOEEDUCBAS" : 90, "ACSEDUCBAS" : 5670 } }, { "attributes" : { "ID" : "51029", "NAME" : "Buckingham County", "MOESOMEHS" : 631, "ACSSOMEHS" : 3966, "MOEEDUCBAS" : 315, "ACSEDUCBAS" : 13795 } } ] }