GET api/v2/referencetables/county
Returns county names
| Name | Description | Type |
|---|---|---|
| county |
County where the well is located |
string |
Response Formats
application/json, text/json
Sample:
[
{
"county": "sample string 1"
},
{
"county": "sample string 1"
}
]
application/xml, text/xml
Sample:
<ArrayOfCounty xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<County>
<county>sample string 1</county>
</County>
<County>
<county>sample string 1</county>
</County>
</ArrayOfCounty>