Search Parcels
Scope: | search_parcels |
App Type: | Agency |
Authorization Type: | Access token |
Url: | v3/search/parcels?expand={expand}&lang={lang}&offset={offset}&limit={limit} |
HTTP Method: | POST |
Request Information
Parameters
application/json
{ "filter": { "ids": [ "sample string 1" ], "number": "sample string 1", "fraction": "sample string 2", "prefix": "sample string 3", "street": "sample string 4", "type": "sample string 5", "suffix": "sample string 6", "unit": "sample string 7", "unitType": "sample string 8", "city": "sample string 9", "state": "sample string 10", "zipCode": "sample string 11", "gisObjects": [ { "id": "sample string 1", "mapService": "sample string 2", "layerId": "sample string 3" } ] } }
Response Information
application/json
{ "parcels": [ { "id": "sample string 1", "display": "sample string 2", "description": "sample string 3", "text": "sample string 4", "legalDescription": "sample string 5", "status": { "id": "sample string 1", "display": "sample string 2" }, "tract": "sample string 6", "block": "sample string 7", "lot": "sample string 8", "township": "sample string 9", "range": "sample string 10", "section": "sample string 11", "subdivision": "sample string 12", "entityState": "sample string 13" } ], "page": { "totalRows": 1, "hasMore": true } }