Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Introduction

In collaboration with the Department of Planning we have written a restful parcel service. This page describes that service.

Data Concurrency

The parcel data are updated every weeknight. Because these updates rely on lots of moving parts, they will fail a few times a year. We actively monitor this and usually have everything fixed for the next business day.

User Contacts
ContactDepartment
Aksel OlsenDepartment of Planning

...

Example Response

Code Block
{
    "returnObj": [
        {
            "date_map_addgeometry": "1998-07-01",
        "date_map_drop": null,MULTIPOLYGON (((6000289.6490318738000000 2109189.6356368181000000, 6000303.3496173630000000 2109090.5707322196000000, 6000331.9383771177000000 2109094.5545561356000000, 6000318.0463601183000000 2109193.5863283621000000, 6000289.6490318738000000 2109189.6356368181000000)))",
            "block_num": "1234",
            "blk_lot_num": "0011234001",
            "blk_lotcentroid": "1234001POINT (6000310.7489634585000000 2109142.0785302911000000)",
            "maplot_blk_lotnum": "1234001001",
            "srid": 2227,
        "centroid    "date_map_add": "POINT (6000310.7489634585000000 2109142.0785302911000000)","1998-07-01",
            "date_rec_drop": null,
            "geometrymap_blk_lot": "MULTIPOLYGON (((6000289.6490318738000000 2109189.6356368181000000, 6000303.3496173630000000 2109090.5707322196000000, 6000331.9383771177000000 2109094.5545561356000000, 6000318.0463601183000000 2109193.5863283621000000, 6000289.6490318738000000 2109189.6356368181000000)))"

    }
]1234001"
        }
    ],
    "status_code": 0,
    "message": "",
    "errors": {},
    "success": true
}
Field Definitions
Anchor
fields
fields

...