Get All Parcels for Record

Gets the parcels associated with the specified parcel.

Resource Information

Scoperecords

Deprecated scope name:   get_record_parcels

App TypeAll
Authorization TypeNo authorization required
URI /v4/records/{recordId}/parcels?lang={lang}
HTTP MethodGET
Automation Version(s)7.3.2

Request Information

Field or ParameterTypeRequiredValuesDescriptionAutomation Version
fieldsstringNoComma-delimited names of fields to be returned in the response. Note: Field names are case-sensitive and only first-level fields are supported. Invalid field names are ignored.7.3.2
langStringNoIndicates the language applied.7.3.2
recordIdstringYes Get All Records Search Records Get My Records The unique ID associated with a record.7.3.2

Example

Sample Request Head

GET https://apis.accela.com/v4/records/12CAP-00000-00003/parcels

Notes

The following sample request uses the ISLANDTON agency in the TEST environment on the Accela Developer Sandbox. Click the "Send to Hurl.It" link below to submit the sample request. Replace YOUR-ACCESS-TOKEN before submitting the request.

curl
   -H 'Content-type: application/json'
   -H 'Accept: application/json'
   -H 'Authorization: YOUR-ACCESS-TOKEN'
   -X GET https://apis.accela.com/v4/records/12CAP-00000-00003/parcels

Response Information

FieldTypeDescriptionAutomation Version
result[]result{}7.3.2
result.blockstringThe block number associated with the parcel.7.3.2
result.bookstringA reference to the physical location of parcel information in the County Assessor's office.7.3.2
result.censusTractstringThe unique number assigned by the Census Bureau that identifies the tract to which this parcel belongs.7.3.2
result.councilDistrictstringThe council district to which the parcel belongs.7.3.2
result.exemptionValuelongThe total value of any tax exemptions that apply to the land within the parcel. 7.3.2
result.gisSequenceNumberLongThis is the ID number that you use to identify the parcel in Geographic Information Systems (GIS).7.3.2
result.idstringThe unique identifier for the object, assigned by the Civic Platform server and provided in a response.7.3.2
result.improvedValueDoubleThis is the total value of any improvements to the land within the parcel.7.3.2
result.isPrimarystringIndicates whether or not to designate the parcel as the primary parcel.7.3.2
result.landValueDoubleThis is the total value of the land within the parcel.7.3.2
result.legalDescriptionstringThe legal description of the parcel.7.3.2
result.lotstringThe lot name associated with the parcel.7.3.2
result.mapNumberstringThe unique map number that identifies the map for this parcel.7.3.2
result.mapReferenceInfostringThe reference to where the map for this parcel exists.7.3.2
result.pagestringA reference to the physical location of the parcel information in the records of the County Assessor (or other responsible department).7.3.2
result.parcelstringThe official parcel name or number, as determined by the county assessor or other responsible department.7.3.2
result.parcelAreaDoubleThe total area of the parcel. Your agency determines the standard unit of measure.7.3.2
result.parcelNumberstringThe localized display text.7.3.2
result.planAreastringThe total area of the parcel. Your agency determines the standard unit of measure.7.3.2
result.rangestringWhen land is surveyed using the rectangular-survey system, range represents the measure of units east and west of the base line. 7.3.2
result.recordIdresult.recordId{}The unique ID associated with a record.7.3.2
result.recordId.customIdstringAn ID based on a different numbering convention from the numbering convention used by the record ID (xxxxx-xx-xxxxx). Accela Automation auto-generates and applies an alternate ID value when you submit a new application.7.3.2
result.recordId.idstringThe unique identifier for the object, assigned by the Civic Platform server and provided in a response.7.3.2
result.recordId.serviceProviderCodestringThe unique agency identifier, the system assigns, on the Accela Civic Platform.7.3.2
result.recordId.trackingIdlongThe application tracking number (IVR tracking number).7.3.2
result.recordId.valuestringThe value for the specified parameter.7.3.2
result.sectionlongA piece of a township measuring 640 acres, one square mile, numbered with reference to the base line and meridian line.7.3.2
result.statusresult.status{}The parcel status.7.3.2
result.status.textstringThe localized display text.7.3.2
result.status.valuestringThe value for the specified parameter.7.3.2
result.subdivisionresult.subdivision{}The name of the subdivision. 7.3.2
result.subdivision.textstringThe localized display text.7.3.2
result.subdivision.valuestringThe value for the specified parameter.7.3.2
result.supervisorDistrictstringThe supervisor district to which the parcel belongs.7.3.2
result.townshipstringWhen land is surveyed using the rectangular-survey system, township represents the measure of units North or South of the base line. Townships typically measure 6 miles to a side, or 36 square miles. 7.3.2
result.tractstringThe name of the tract associated with this application. A tract may contain one or more related parcels.7.3.2
statusintegerThe record status.7.3.3

Example

Sample Response Body

{
  "result": [
    {
      "recordId": {
        "id": "ISLANDTON-12CAP-00000-00003",
        "serviceProviderCode": "ISLANDTON",
        "trackingId": 0,
        "value": "12CAP-00000-00003"
      },
      "isPrimary": "N",
      "status": {
        "value": "A",
        "text": "Active"
      },
      "parcelArea": 923000,
      "id": "136473014",
      "parcelNumber": "136473014"
    }
  ],
  "status": 200
}