back

Get record parcels

Scope: get_record_parcels
App Type: Citizen
Authorization Type: Access token
Url: /v3p/records/{recordId}/parcels
HTTP Method: GET

Response Information

application/json

{
    "result": [
        {
            "improvedValue": 1234.56,
            "councilDistrict": "string",
            "primary": {
                "text": "string",
                "value": "string"
            },
            "landValue": 1234.56,
            "exemptionValue": 1234,
            "id": "string",
            "township": "string",
            "recordId": {
                "serviceProviderCode": "string",
                "customId": "string",
                "id": "string",
                "trackingId": 12345678
            },
            "section": 1234,
            "gisSequenceNumber": 12345678,
            "book": "string",
            "lot": "string",
            "legalDescription": "string",
            "status": "string",
            "parcel": "string",
            "tract": "string",
            "supervisorDistrict": "string",
            "mapReferenceInfo": "string",
            "subdivision": {
                "text": "string",
                "value": "string"
            },
            "mapNumber": "string",
            "censusTract": "string",
            "range": "string",
            "parcelArea": 1234.56,
            "page": "string",
            "block": "string"
        }
    ]
}