Accela GIS REST API Reference
For an overview and usage, see Using the API.
HTTP Method | URI | |
---|---|---|
XAPO (External address, parcel, owner) | ||
Search Addresses by Address | POST |
/api/geo/v1/xapo/{agencyId}/addresses/byAddress
|
Search Addresses by Parcel | POST |
/api/geo/v1/xapo/{agencyId}/addresses/byParcel
|
Search Addresses by Owner | POST | /api/geo/v1/xapo/{agencyId}/addresses/byOwner |
Search Addresses by Multiple | POST | /api/geo/v1/xapo/{agencyId}/addresses/byMultiple |
Search All Parcels | POST | /api/geo/v1/xapo/{agencyId}/parcels |
Search Parcel Count | POST | /api/geo/v1/xapo/{agencyId}/parcels/count |
Search Parcels by Parcel | POST | /api/geo/v1/xapo/{agencyId}/parcels/byParcel |
Search Parcels by Address | POST | /api/geo/v1/xapo/{agencyId}/parcels/byAddress |
Search Parcels by Owner | POST | /api/geo/v1/xapo/{agencyId}/parcels/byOwner |
Search Parcels by Multiple | POST | /api/geo/v1/xapo/{agencyId}/parcels/byMultiple |
Search Owners by Owner | POST | /api/geo/v1/xapo/{agencyId}/owners/byOwner |
Search Owners by Address | POST | /api/geo/v1/xapo/{agencyId}/owners/byAddress |
Search Owners by Parcel | POST | /api/geo/v1/xapo/{agencyId}/owners/byParcel |
Search Owners by Multiple | POST | /api/geo/v1/xapo/{agencyId}/owners/byMultiple |