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/6519/?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/6519/?format=api",
    "id": 6519,
    "code": "PL_282",
    "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": [
            [
                4.659508384901496,
                52.59696508126004,
                0.0
            ],
            [
                4.659508161855891,
                52.59696875575638,
                0.0
            ],
            [
                4.65950691319002,
                52.59698895187091,
                0.0
            ],
            [
                4.659506106162103,
                52.597002068588665,
                0.0
            ],
            [
                4.659546564526948,
                52.59700369144419,
                0.0
            ],
            [
                4.660131792573934,
                52.59702508709251,
                0.0
            ],
            [
                4.660761768148102,
                52.59705744849387,
                0.0
            ],
            [
                4.661426425201754,
                52.59709006333548,
                0.0
            ],
            [
                4.662078210515758,
                52.59712461807449,
                0.0
            ],
            [
                4.662720293118348,
                52.597155092688496,
                0.0
            ],
            [
                4.662763160831866,
                52.59715741218302,
                0.0
            ],
            [
                4.663399895626552,
                52.597191831947356,
                0.0
            ],
            [
                4.663635013769316,
                52.59720266482368,
                0.0
            ],
            [
                4.663647689144693,
                52.59720914106499,
                0.0
            ],
            [
                4.66364923648801,
                52.59725781744495,
                0.0
            ],
            [
                4.66365437366137,
                52.59741863392535,
                0.0
            ],
            [
                4.663660354191386,
                52.5977725505429,
                0.0
            ],
            [
                4.663662210309747,
                52.597817705722534,
                0.0
            ],
            [
                4.663674022726356,
                52.59810501600587,
                0.0
            ],
            [
                4.663697944157963,
                52.59847825693651,
                0.0
            ],
            [
                4.66371179269588,
                52.598638910711465,
                0.0
            ],
            [
                4.663729633566314,
                52.598845874055925,
                0.0
            ],
            [
                4.663743531777397,
                52.599012504756026,
                0.0
            ],
            [
                4.663818003749764,
                52.59948488810849,
                0.0
            ],
            [
                4.663819233327549,
                52.599492705670286,
                0.0
            ],
            [
                4.663820759410024,
                52.5995004441502,
                0.0
            ],
            [
                4.663832905633823,
                52.59955446963271,
                0.0
            ],
            [
                4.66384086149395,
                52.599589524102775,
                0.0
            ],
            [
                4.663847751297797,
                52.59965624378258,
                0.0
            ],
            [
                4.663835498884541,
                52.59973183435898,
                0.0
            ],
            [
                4.663778004688203,
                52.59984255098319,
                0.0
            ],
            [
                4.663764833189225,
                52.59990488848432,
                0.0
            ],
            [
                4.663768354509482,
                52.599985275509276,
                0.0
            ],
            [
                4.663766707731044,
                52.600094543624685,
                0.0
            ],
            [
                4.663783206430168,
                52.600196327833636,
                0.0
            ],
            [
                4.663872875452061,
                52.60054249422891,
                0.0
            ],
            [
                4.663931287346101,
                52.60077329639953,
                0.0
            ],
            [
                4.663958496734903,
                52.60092580788072,
                0.0
            ],
            [
                4.66396187691516,
                52.60120182331995,
                0.0
            ],
            [
                4.663961052035764,
                52.601331183303195,
                0.0
            ],
            [
                4.663970124754337,
                52.60144568439789,
                0.0
            ],
            [
                4.663996238916029,
                52.60155075354932,
                0.0
            ],
            [
                4.664037798743454,
                52.60167436787521,
                0.0
            ],
            [
                4.664082744038475,
                52.60183005193916,
                0.0
            ],
            [
                4.664103824372044,
                52.60197203772223,
                0.0
            ],
            [
                4.664100969053608,
                52.602063251686594,
                0.0
            ],
            [
                4.664083569614692,
                52.60216552154857,
                0.0
            ],
            [
                4.66402676660126,
                52.60234547256823,
                0.0
            ],
            [
                4.663945973062226,
                52.60254538240404,
                0.0
            ],
            [
                4.663784133671339,
                52.60290560177351,
                0.0
            ],
            [
                4.663753601753928,
                52.60296973887723,
                0.0
            ],
            [
                4.663701763976854,
                52.60313843174419,
                0.0
            ],
            [
                4.66363884652674,
                52.60351969950775,
                0.0
            ],
            [
                4.663616493663254,
                52.60362776296048,
                0.0
            ],
            [
                4.663534332816258,
                52.6038890751919,
                0.0
            ],
            [
                4.663465821151371,
                52.60405902348571,
                0.0
            ],
            [
                4.663423154168957,
                52.60417434184032,
                0.0
            ],
            [
                4.663394423268424,
                52.60427342390847,
                0.0
            ],
            [
                4.663372786289888,
                52.60442410101608,
                0.0
            ],
            [
                4.663332758666591,
                52.6047865894276,
                0.0
            ],
            [
                4.663301457179611,
                52.60501060787994,
                0.0
            ],
            [
                4.66326951170277,
                52.605172294647815,
                0.0
            ],
            [
                4.663233572913034,
                52.60533352567775,
                0.0
            ],
            [
                4.66311842580476,
                52.605745804929,
                0.0
            ],
            [
                4.663087126836625,
                52.60594711209569,
                0.0
            ],
            [
                4.663078640738548,
                52.60601880693074,
                0.0
            ],
            [
                4.663065870425251,
                52.60612660507056,
                0.0
            ],
            [
                4.663053078689998,
                52.60624108971339,
                0.0
            ],
            [
                4.663019414277471,
                52.60651888330643,
                0.0
            ],
            [
                4.663012923694415,
                52.60657065620174,
                0.0
            ],
            [
                4.663007501796461,
                52.60661399642595,
                0.0
            ],
            [
                4.662992656235859,
                52.60673395984473,
                0.0
            ],
            [
                4.66296168540021,
                52.60697987347383,
                0.0
            ],
            [
                4.662943166901902,
                52.60710322971019,
                0.0
            ],
            [
                4.662921162662778,
                52.607171921219795,
                0.0
            ],
            [
                4.6628857669182,
                52.60725057903311,
                0.0
            ],
            [
                4.662754519305304,
                52.607510306157224,
                0.0
            ],
            [
                4.662653442469942,
                52.60773523806695,
                0.0
            ],
            [
                4.662578351870769,
                52.60793209887377,
                0.0
            ],
            [
                4.662489841144357,
                52.60817200837997,
                0.0
            ],
            [
                4.66242227663382,
                52.60832591020356,
                0.0
            ],
            [
                4.662297444743848,
                52.608545295469725,
                0.0
            ],
            [
                4.662133409218773,
                52.60881523826565,
                0.0
            ],
            [
                4.661957432211064,
                52.60909478739435,
                0.0
            ],
            [
                4.66185829902483,
                52.609281911414705,
                0.0
            ],
            [
                4.661793205629641,
                52.60941193041548,
                0.0
            ],
            [
                4.661736515730926,
                52.60954353752401,
                0.0
            ],
            [
                4.661696237112797,
                52.60967458870957,
                0.0
            ],
            [
                4.661673276764385,
                52.609776922984395,
                0.0
            ],
            [
                4.661659286742736,
                52.609867071165716,
                0.0
            ],
            [
                4.661635716234574,
                52.60994459645516,
                0.0
            ],
            [
                4.661591467916574,
                52.6100459289606,
                0.0
            ],
            [
                4.661399795993217,
                52.61033308359937,
                0.0
            ],
            [
                4.661342032371911,
                52.610441011110034,
                0.0
            ],
            [
                4.661310625556045,
                52.610544255365795,
                0.0
            ],
            [
                4.661303969303776,
                52.61062114692293,
                0.0
            ],
            [
                4.661308566918117,
                52.610722894487054,
                0.0
            ],
            [
                4.661308688041839,
                52.610801535044025,
                0.0
            ],
            [
                4.661290308155309,
                52.61088116804722,
                0.0
            ],
            [
                4.661250869584721,
                52.61097901571246,
                0.0
            ],
            [
                4.66115456679685,
                52.611146258262956,
                0.0
            ],
            [
                4.660978306727075,
                52.611420537503676,
                0.0
            ],
            [
                4.66093900675363,
                52.611507223546084,
                0.0
            ],
            [
                4.660906322404341,
                52.611599198649174,
                0.0
            ],
            [
                4.660895951096673,
                52.611691813399844,
                0.0
            ],
            [
                4.660892300652343,
                52.61177170710471,
                0.0
            ],
            [
                4.660909341114251,
                52.611882572031305,
                0.0
            ],
            [
                4.660928001144962,
                52.61196148763565,
                0.0
            ],
            [
                4.661004262420868,
                52.61219768429121,
                0.0
            ],
            [
                4.6610700690472,
                52.612507432834406,
                0.0
            ],
            [
                4.661075535458551,
                52.61253318818316,
                0.0
            ],
            [
                4.66107559436306,
                52.61253319753046,
                0.0
            ],
            [
                4.661084016395026,
                52.61257311711042,
                0.0
            ],
            [
                4.661094812144873,
                52.61262398886208,
                0.0
            ],
            [
                4.661100170110553,
                52.61264915936513,
                0.0
            ],
            [
                4.66110089684679,
                52.61265254306893,
                0.0
            ],
            [
                4.661106199322681,
                52.612677497534754,
                0.0
            ],
            [
                4.661116905264123,
                52.61272755088053,
                0.0
            ],
            [
                4.661123481613232,
                52.61275852570058,
                0.0
            ],
            [
                4.661128232108437,
                52.612781140067575,
                0.0
            ],
            [
                4.661130080978514,
                52.61278989610623,
                0.0
            ],
            [
                4.661134762998183,
                52.61281218650797,
                0.0
            ],
            [
                4.661137939992504,
                52.61283799976445,
                0.0
            ],
            [
                4.66114592070925,
                52.61290290162165,
                0.0
            ],
            [
                4.661167521773361,
                52.61307841376447,
                0.0
            ],
            [
                4.66122377715752,
                52.61344104858548,
                0.0
            ],
            [
                4.66124093056632,
                52.613554107030005,
                0.0
            ],
            [
                4.66125946443361,
                52.61363896244713,
                0.0
            ],
            [
                4.6612799757576,
                52.61371940813586,
                0.0
            ],
            [
                4.661312880320899,
                52.61380759576537,
                0.0
            ],
            [
                4.661360368319925,
                52.61391039608741,
                0.0
            ],
            [
                4.661413939204238,
                52.61400427309501,
                0.0
            ],
            [
                4.661534118877687,
                52.614195638682425,
                0.0
            ],
            [
                4.661656794309336,
                52.614391522057886,
                0.0
            ],
            [
                4.661707688124818,
                52.61447857911327,
                0.0
            ],
            [
                4.661741661937699,
                52.61453869649383,
                0.0
            ],
            [
                4.661764478065882,
                52.6145985210761,
                0.0
            ],
            [
                4.661804555814469,
                52.6147792955715,
                0.0
            ],
            [
                4.661824037594683,
                52.61483180201976,
                0.0
            ],
            [
                4.661838561444323,
                52.61486618657268,
                0.0
            ],
            [
                4.661843180333416,
                52.61488338069279,
                0.0
            ],
            [
                4.661845875724387,
                52.61493218972831,
                0.0
            ],
            [
                4.661846013071398,
                52.614934608176576,
                0.0
            ],
            [
                4.661846159261065,
                52.61493738617487,
                0.0
            ],
            [
                4.66184878872328,
                52.614984819735305,
                0.0
            ],
            [
                4.661863159937876,
                52.61501682169171,
                0.0
            ],
            [
                4.662036043413119,
                52.61529958661896,
                0.0
            ],
            [
                4.662227190074801,
                52.61560681851175,
                0.0
            ],
            [
                4.662312227626179,
                52.61575289705355,
                0.0
            ],
            [
                4.662321686745197,
                52.61576759521208,
                0.0
            ],
            [
                4.662336170425602,
                52.615791904577655,
                0.0
            ],
            [
                4.662539525458534,
                52.616117517692615,
                0.0
            ],
            [
                4.662757668452741,
                52.616483259398024,
                0.0
            ],
            [
                4.663035488595959,
                52.6169385551576,
                0.0
            ],
            [
                4.663167325547398,
                52.617151074341386,
                0.0
            ],
            [
                4.663266399088326,
                52.61731140175091,
                0.0
            ],
            [
                4.663316706142709,
                52.61738873908415,
                0.0
            ],
            [
                4.663325499609518,
                52.61740354993624,
                0.0
            ],
            [
                4.663329824737186,
                52.61741082011501,
                0.0
            ],
            [
                4.663343977750384,
                52.617434650997865,
                0.0
            ],
            [
                4.663358101987906,
                52.6174584367667,
                0.0
            ],
            [
                4.663368260617029,
                52.61747553872645,
                0.0
            ],
            [
                4.6633767238343,
                52.617489781357385,
                0.0
            ],
            [
                4.663415328501165,
                52.61753256275754,
                0.0
            ],
            [
                4.66344006489959,
                52.617556646810115,
                0.0
            ],
            [
                4.663474887918179,
                52.617584252420635,
                0.0
            ],
            [
                4.663514489504544,
                52.61760861570537,
                0.0
            ],
            [
                4.663823315054187,
                52.61780262807179,
                0.0
            ],
            [
                4.663879511971536,
                52.61783882976222,
                0.0
            ],
            [
                4.663893889809977,
                52.61784810237132,
                0.0
            ],
            [
                4.663953871261737,
                52.61788674466412,
                0.0
            ],
            [
                4.663960578118266,
                52.61789106347231,
                0.0
            ],
            [
                4.663967036481086,
                52.61789522798249,
                0.0
            ],
            [
                4.663981376867603,
                52.617907681888944,
                0.0
            ],
            [
                4.664002613008779,
                52.6179318343959,
                0.0
            ],
            [
                4.664024617252918,
                52.61795687233641,
                0.0
            ],
            [
                4.664069088529947,
                52.61802642669359,
                0.0
            ],
            [
                4.664079067569102,
                52.61804190077844,
                0.0
            ],
            [
                4.664100473212467,
                52.61807012558531,
                0.0
            ],
            [
                4.664155959714561,
                52.6181532190162,
                0.0
            ],
            [
                4.664325480469741,
                52.61839600189918,
                0.0
            ],
            [
                4.664446493162292,
                52.6185812938269,
                0.0
            ],
            [
                4.664555792137142,
                52.61875967500051,
                0.0
            ],
            [
                4.66476167613055,
                52.619106680321764,
                0.0
            ],
            [
                4.664997514715077,
                52.61946424768181,
                0.0
            ],
            [
                4.665256272457318,
                52.61983911963986,
                0.0
            ],
            [
                4.665327576283289,
                52.619907964673686,
                0.0
            ],
            [
                4.665385378862428,
                52.619963561156645,
                0.0
            ],
            [
                4.665453263536517,
                52.62002931166246,
                0.0
            ],
            [
                4.665496801646737,
                52.62007137634562,
                0.0
            ],
            [
                4.665741404082699,
                52.62030213839625,
                0.0
            ],
            [
                4.666054611365083,
                52.62060994258752,
                0.0
            ],
            [
                4.666305771437349,
                52.620945625949496,
                0.0
            ],
            [
                4.666597946133681,
                52.62127672217838,
                0.0
            ],
            [
                4.666913376524508,
                52.621620028618416,
                0.0
            ],
            [
                4.667350717747436,
                52.62205198705374,
                0.0
            ],
            [
                4.667411875163165,
                52.622109562064594,
                0.0
            ],
            [
                4.667457134007923,
                52.62216314025535,
                0.0
            ],
            [
                4.667497274112726,
                52.622231732305636,
                0.0
            ],
            [
                4.667514259458962,
                52.622397814032716,
                0.0
            ],
            [
                4.667545043786736,
                52.62270087501651,
                0.0
            ],
            [
                4.667600537237058,
                52.62306798579589,
                0.0
            ],
            [
                4.667549129743024,
                52.62311312373714,
                0.0
            ],
            [
                4.667556763256404,
                52.623198145587985,
                0.0
            ],
            [
                4.667558124127841,
                52.623213369453595,
                0.0
            ],
            [
                4.667602414738893,
                52.62353315674453,
                0.0
            ],
            [
                4.667583718355774,
                52.62355662643282,
                0.0
            ],
            [
                4.667583024536345,
                52.62355751198267,
                0.0
            ],
            [
                4.66754804744515,
                52.62360122153252,
                0.0
            ],
            [
                4.667540871054959,
                52.623610192422355,
                0.0
            ],
            [
                4.667534945729827,
                52.62361761607026,
                0.0
            ],
            [
                4.667538026309016,
                52.623627017539874,
                0.0
            ],
            [
                4.667579105309795,
                52.62363916551724,
                0.0
            ],
            [
                4.667546268613103,
                52.62368112649821,
                0.0
            ],
            [
                4.667563598457982,
                52.62368614750785,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:04.399008Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}