List assets of type PressurePipe

Query parameters:

organisation Filter by organisation. Supports lookups on uuid and name.

code Exact filter on the code field. The (case-sensitive) startswith lookup is also supported.

created: Temporal filter on created. Supports various lookup types (exact, lt, lte, gt, gte; created__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

last_modified: Temporal filter on last_modified. Supports various lookup types (exact, lt, lte, gt, gte; last_modified__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

geometry The following lookups are available: isnull, contained, contains, contains_properly, covered_by, covers, crosses, disjoint, equals, intersects, overlaps, and within. Query geometries can be supplied as WKT, EWKT or HEXEWKB.

boundary__id: Filter on geometry of the region/boundary with the id boundary__id. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__code: Filter on geometry of the region/boundary with the id boundary__code. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__type: Spatial filter on geometry, whereby geometry is specified by a region/boundary object (see below) and filter operator is ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD, MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA, PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT, NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM

boundary__name: Filter on name of the region/boundary with the name boundary__name. Requires boundary__type. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.

page_size The number of results on a single page. Defaults to 10, maximum is 100. Note that pagination is disabled for the root endpoint: the response will be truncated to page_size.

Custom route: search

Full-text search in 'code' and 'name' fields. Results are ranked.

Examples:

?code=ABC_2123

?code__startswith=ABC

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z

?organisation__name__startswith=Nelen

?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb

?organisation__name__icontains=Schuur

?geometry__intersects=POINT (5 52)

?boundary__id=198

?boundary__code=NL_GM0344

?boundary__type=PROVINCE&boundary__name=Utrecht

/search/abc/
GET /api/v4/pressurepipes/6554/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demo.lizard.net/api/v4/pressurepipes/6554/?format=api",
    "id": 6554,
    "code": "PL_317",
    "organisation": {
        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
        "name": "Hoogheemraadschap Hollands Noorderkwartier"
    },
    "geometry": {
        "type": "LineString",
        "coordinates": [
            [
                5.108952168173713,
                52.46479701646941,
                0.0
            ],
            [
                5.108943716487861,
                52.464797868423744,
                0.0
            ],
            [
                5.108926730906297,
                52.4647190537043,
                0.0
            ],
            [
                5.108882025868117,
                52.46466312785182,
                0.0
            ],
            [
                5.10886956551404,
                52.46464158269248,
                0.0
            ],
            [
                5.108867838674236,
                52.46463773201779,
                0.0
            ],
            [
                5.108867516520382,
                52.464635142880475,
                0.0
            ],
            [
                5.108867751259439,
                52.46463291454724,
                0.0
            ],
            [
                5.108868590822826,
                52.4646304449726,
                0.0
            ],
            [
                5.108869914554115,
                52.464628201219924,
                0.0
            ],
            [
                5.108872403959635,
                52.46462544791871,
                0.0
            ],
            [
                5.108874799424242,
                52.46462359314058,
                0.0
            ],
            [
                5.109268898860119,
                52.46443964570066,
                0.0
            ],
            [
                5.109596881684095,
                52.464281542876684,
                0.0
            ],
            [
                5.109979188276384,
                52.46402719384365,
                0.0
            ],
            [
                5.110332311155345,
                52.46386462705517,
                0.0
            ],
            [
                5.110696213073692,
                52.46370506817082,
                0.0
            ],
            [
                5.111032749984072,
                52.463539755407844,
                0.0
            ],
            [
                5.111225886884112,
                52.46345323351621,
                0.0
            ],
            [
                5.11123507336051,
                52.46344776356633,
                0.0
            ],
            [
                5.111239262531424,
                52.46344375592864,
                0.0
            ],
            [
                5.111242231993049,
                52.463439493804806,
                0.0
            ],
            [
                5.111243680736141,
                52.46343605498701,
                0.0
            ],
            [
                5.111244456829982,
                52.46343194054645,
                0.0
            ],
            [
                5.111243764578716,
                52.46336834382995,
                0.0
            ],
            [
                5.111243821048853,
                52.463361648320515,
                0.0
            ],
            [
                5.111245868134607,
                52.463354283384675,
                0.0
            ],
            [
                5.111250581397118,
                52.463346457304944,
                0.0
            ],
            [
                5.111257185946678,
                52.463339732092585,
                0.0
            ],
            [
                5.111264309891732,
                52.46333466177654,
                0.0
            ],
            [
                5.111270555107973,
                52.46333128804151,
                0.0
            ],
            [
                5.111276338748429,
                52.46332878501378,
                0.0
            ],
            [
                5.111510668736841,
                52.463226639449694,
                0.0
            ],
            [
                5.111744343229902,
                52.463123251633206,
                0.0
            ],
            [
                5.111972370763789,
                52.463002594371574,
                0.0
            ],
            [
                5.111978370044504,
                52.462998527995786,
                0.0
            ],
            [
                5.111985719593325,
                52.4629926492904,
                0.0
            ],
            [
                5.111990781979877,
                52.4629878078204,
                0.0
            ],
            [
                5.111995538835912,
                52.4629824084201,
                0.0
            ],
            [
                5.112000660677237,
                52.46297510452964,
                0.0
            ],
            [
                5.112003668013774,
                52.462969467396356,
                0.0
            ],
            [
                5.112006269504738,
                52.46296284070318,
                0.0
            ],
            [
                5.112007823504139,
                52.462956660951505,
                0.0
            ],
            [
                5.112008568175598,
                52.46295048830947,
                0.0
            ],
            [
                5.112018929647434,
                52.46274657839243,
                0.0
            ],
            [
                5.11198919805337,
                52.462480678952446,
                0.0
            ],
            [
                5.111989196487838,
                52.46225380902615,
                0.0
            ],
            [
                5.112110545747177,
                52.46213264326941,
                0.0
            ],
            [
                5.11238901236027,
                52.4619565508005,
                0.0
            ],
            [
                5.112409322036219,
                52.46193924310999,
                0.0
            ],
            [
                5.112425217441642,
                52.461919579467775,
                0.0
            ],
            [
                5.112437285155101,
                52.46189313941425,
                0.0
            ],
            [
                5.112440235384399,
                52.46187535111785,
                0.0
            ],
            [
                5.112439313908241,
                52.46185787740014,
                0.0
            ],
            [
                5.112434204229457,
                52.46183955814817,
                0.0
            ],
            [
                5.112428015062987,
                52.461826844557564,
                0.0
            ],
            [
                5.112418595537857,
                52.46181305397733,
                0.0
            ],
            [
                5.11240952192685,
                52.46180279626166,
                0.0
            ],
            [
                5.112285891607825,
                52.46166377964222,
                0.0
            ],
            [
                5.111927618457314,
                52.46152290637268,
                0.0
            ],
            [
                5.111867572841931,
                52.4614872306573,
                0.0
            ],
            [
                5.111853432941322,
                52.46145885144383,
                0.0
            ],
            [
                5.111778107176063,
                52.461306168663235,
                0.0
            ],
            [
                5.111710642093716,
                52.46095445921749,
                0.0
            ],
            [
                5.11166160332826,
                52.460930573518915,
                0.0
            ],
            [
                5.111436418038614,
                52.460946155659215,
                0.0
            ],
            [
                5.111141999115026,
                52.46085185755436,
                0.0
            ],
            [
                5.111117545869551,
                52.46074562299195,
                0.0
            ],
            [
                5.111161003460079,
                52.460612152771574,
                0.0
            ],
            [
                5.111165083392119,
                52.460594951314256,
                0.0
            ],
            [
                5.111170775257132,
                52.46056700462687,
                0.0
            ],
            [
                5.111175379849811,
                52.460538812747615,
                0.0
            ],
            [
                5.111179198865551,
                52.460506826338914,
                0.0
            ],
            [
                5.111181446336075,
                52.46047675059782,
                0.0
            ],
            [
                5.11118213974524,
                52.46045993670582,
                0.0
            ],
            [
                5.111182432959148,
                52.4604365161118,
                0.0
            ],
            [
                5.11118178027182,
                52.4604090579543,
                0.0
            ],
            [
                5.111180298460679,
                52.46038478840942,
                0.0
            ],
            [
                5.111177935486787,
                52.46036025617789,
                0.0
            ],
            [
                5.111174761385852,
                52.46033602763147,
                0.0
            ],
            [
                5.111170619583956,
                52.46031125758609,
                0.0
            ],
            [
                5.111167539646424,
                52.46029552239228,
                0.0
            ],
            [
                5.11116379086702,
                52.46027850942468,
                0.0
            ],
            [
                5.111156465613841,
                52.46024516693576,
                0.0
            ],
            [
                5.111147227473557,
                52.46020949224598,
                0.0
            ],
            [
                5.111136965453838,
                52.4601752082258,
                0.0
            ],
            [
                5.111126810077099,
                52.46014505867672,
                0.0
            ],
            [
                5.111116739034909,
                52.460117902141526,
                0.0
            ],
            [
                5.111106872496708,
                52.46009334345267,
                0.0
            ],
            [
                5.111088722696793,
                52.46005222858291,
                0.0
            ],
            [
                5.111074574031057,
                52.46002304936323,
                0.0
            ],
            [
                5.111058216780944,
                52.45999177092499,
                0.0
            ],
            [
                5.111042501113804,
                52.459963783382754,
                0.0
            ],
            [
                5.111025376830083,
                52.45993518141177,
                0.0
            ],
            [
                5.111010617696875,
                52.45991188753809,
                0.0
            ],
            [
                5.110991813029681,
                52.459883784945724,
                0.0
            ],
            [
                5.110954249729978,
                52.459832001681285,
                0.0
            ],
            [
                5.11091623358285,
                52.45978442347331,
                0.0
            ],
            [
                5.110893257180162,
                52.45975760533831,
                0.0
            ],
            [
                5.110863652650282,
                52.459724875992094,
                0.0
            ],
            [
                5.110832048382472,
                52.45969195324199,
                0.0
            ],
            [
                5.110817426311323,
                52.45967736849581,
                0.0
            ],
            [
                5.11006597002245,
                52.45896495069008,
                0.0
            ],
            [
                5.109765174477511,
                52.458681718068455,
                0.0
            ],
            [
                5.109489894209782,
                52.45844075844962,
                0.0
            ],
            [
                5.109391508177306,
                52.458373095211385,
                0.0
            ],
            [
                5.109357571579,
                52.458351104315724,
                0.0
            ],
            [
                5.109309678950319,
                52.458321081882126,
                0.0
            ],
            [
                5.109241154910646,
                52.45828002841602,
                0.0
            ],
            [
                5.109181795999767,
                52.45824615939083,
                0.0
            ],
            [
                5.109090122963259,
                52.458196729191656,
                0.0
            ],
            [
                5.109022631015744,
                52.4581624096163,
                0.0
            ],
            [
                5.108960512414002,
                52.45813227278445,
                0.0
            ],
            [
                5.108904077785734,
                52.45810604980994,
                0.0
            ],
            [
                5.108837630222816,
                52.45807648693905,
                0.0
            ],
            [
                5.108780169331786,
                52.45805204999855,
                0.0
            ],
            [
                5.108712634751631,
                52.458024578580584,
                0.0
            ],
            [
                5.10863769449424,
                52.45799561578813,
                0.0
            ],
            [
                5.108569027520186,
                52.45797043342732,
                0.0
            ],
            [
                5.108520495106113,
                52.45795337805632,
                0.0
            ],
            [
                5.107948319156562,
                52.4577534365283,
                0.0
            ],
            [
                5.107654729320402,
                52.45765120467117,
                0.0
            ],
            [
                5.107524756486705,
                52.45759809697545,
                0.0
            ],
            [
                5.107274281095612,
                52.45752530985769,
                0.0
            ],
            [
                5.106973777869102,
                52.457421010847206,
                0.0
            ],
            [
                5.106657755072676,
                52.45730501763595,
                0.0
            ],
            [
                5.106388372685768,
                52.45715413688645,
                0.0
            ],
            [
                5.106373133183537,
                52.457144475241485,
                0.0
            ],
            [
                5.106365021635643,
                52.457138317604596,
                0.0
            ],
            [
                5.106356609861935,
                52.457130784176236,
                0.0
            ],
            [
                5.106347201207763,
                52.45712037240219,
                0.0
            ],
            [
                5.106339474868294,
                52.45710915574085,
                0.0
            ],
            [
                5.106335289121059,
                52.45710105712215,
                0.0
            ],
            [
                5.106332061599401,
                52.45709265519916,
                0.0
            ],
            [
                5.106329695535357,
                52.45708297011076,
                0.0
            ],
            [
                5.106328750782273,
                52.45707419612102,
                0.0
            ],
            [
                5.106328907666316,
                52.457065703351226,
                0.0
            ],
            [
                5.106329743526315,
                52.4570591804412,
                0.0
            ],
            [
                5.10633112145087,
                52.457053018313,
                0.0
            ],
            [
                5.10633314835972,
                52.457046597085615,
                0.0
            ],
            [
                5.106334720617006,
                52.45704226885765,
                0.0
            ],
            [
                5.106335831895207,
                52.45703871245876,
                0.0
            ],
            [
                5.106337251387828,
                52.457032954864246,
                0.0
            ],
            [
                5.106338136056112,
                52.45702801386112,
                0.0
            ],
            [
                5.106338728593373,
                52.45702273963055,
                0.0
            ],
            [
                5.106338970493844,
                52.45701707810908,
                0.0
            ],
            [
                5.106338760883482,
                52.457010696522225,
                0.0
            ],
            [
                5.106337837854505,
                52.45700313588981,
                0.0
            ],
            [
                5.106335747216191,
                52.45699409855009,
                0.0
            ],
            [
                5.106332713126077,
                52.456985355561926,
                0.0
            ],
            [
                5.106329404467299,
                52.45697814877757,
                0.0
            ],
            [
                5.106324048787165,
                52.45696894193084,
                0.0
            ],
            [
                5.106319426710523,
                52.4569623701447,
                0.0
            ],
            [
                5.106314463406615,
                52.456956246922644,
                0.0
            ],
            [
                5.106309057032054,
                52.45695039227448,
                0.0
            ],
            [
                5.10630228631943,
                52.456943923247906,
                0.0
            ],
            [
                5.106293959100616,
                52.45693698318682,
                0.0
            ],
            [
                5.106287428285525,
                52.45693212348143,
                0.0
            ],
            [
                5.105953628125467,
                52.45673903683723,
                0.0
            ],
            [
                5.105605936969157,
                52.45651446916177,
                0.0
            ],
            [
                5.10551714443044,
                52.4564251027681,
                0.0
            ],
            [
                5.105426314976545,
                52.45635532411325,
                0.0
            ],
            [
                5.105337309498626,
                52.4562833298214,
                0.0
            ],
            [
                5.105264039005421,
                52.45622631451015,
                0.0
            ],
            [
                5.10475616567873,
                52.45582750558904,
                0.0
            ],
            [
                5.104739878537385,
                52.455802319901565,
                0.0
            ],
            [
                5.104738172223501,
                52.45566166217787,
                0.0
            ],
            [
                5.104819511554816,
                52.455662026643296,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:04.758944Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}