Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of counties.

Collection of Nano.County
NameDescriptionTypeAdditional information
id

Gets or sets the county identifier.

integer

None.

fipsId

Gets or sets the FIPS identifier.

string

None.

state

Gets or sets the state.

string

None.

name

Gets or sets the name.

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "1",
    "fipsId": "sample String 2",
    "state": "sample String 3",
    "name": "sample String 4"
  },
  {
    "id": "1",
    "fipsId": "sample String 2",
    "state": "sample String 3",
    "name": "sample String 4"
  }
]

text/html

Sample:
[{"id":"1","fipsId":"sample String 2","state":"sample String 3","name":"sample String 4"},{"id":"1","fipsId":"sample String 2","state":"sample String 3","name":"sample String 4"}]

application/xml, text/xml

Sample:
<ArrayOfCounty xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <County>
    <CountyId>1</CountyId>
    <FIPSId>sample String 2</FIPSId>
    <State>sample String 3</State>
    <Name>sample String 4</Name>
  </County>
  <County>
    <CountyId>1</CountyId>
    <FIPSId>sample String 2</FIPSId>
    <State>sample String 3</State>
    <Name>sample String 4</Name>
  </County>
</ArrayOfCounty>

application/vnd.api+json

Sample:

Sample not available.