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/6516/?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/6516/?format=api",
    "id": 6516,
    "code": "PL_279",
    "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.740879314084268,
                52.743129472154905,
                0.0
            ],
            [
                4.74090438633876,
                52.74312736144476,
                0.0
            ],
            [
                4.740941731014862,
                52.74312148883775,
                0.0
            ],
            [
                4.740948825984045,
                52.74312036800547,
                0.0
            ],
            [
                4.741037823955341,
                52.74310636374709,
                0.0
            ],
            [
                4.741044933726929,
                52.74310524298953,
                0.0
            ],
            [
                4.741090857630859,
                52.74309801489932,
                0.0
            ],
            [
                4.741072208861349,
                52.74302998064615,
                0.0
            ],
            [
                4.740960416069278,
                52.742622117085176,
                0.0
            ],
            [
                4.740881492499335,
                52.74233333039618,
                0.0
            ],
            [
                4.740877150673778,
                52.742317453680926,
                0.0
            ],
            [
                4.740862017630539,
                52.74226211019592,
                0.0
            ],
            [
                4.740794431587549,
                52.74201498599527,
                0.0
            ],
            [
                4.740778697168238,
                52.74195625111296,
                0.0
            ],
            [
                4.740759241386489,
                52.74188576792946,
                0.0
            ],
            [
                4.740702255716015,
                52.741678055476356,
                0.0
            ],
            [
                4.740698981729232,
                52.7416660939148,
                0.0
            ],
            [
                4.740638651550909,
                52.74144622175699,
                0.0
            ],
            [
                4.740536555250315,
                52.74107222851625,
                0.0
            ],
            [
                4.740523594727471,
                52.74102627025823,
                0.0
            ],
            [
                4.740515293753144,
                52.7409957141446,
                0.0
            ],
            [
                4.740395860299795,
                52.740562428874775,
                0.0
            ],
            [
                4.740287456295591,
                52.74019070174937,
                0.0
            ],
            [
                4.740246636668278,
                52.74005482942307,
                0.0
            ],
            [
                4.74022102846653,
                52.73996588024083,
                0.0
            ],
            [
                4.740189516134634,
                52.7398515644681,
                0.0
            ],
            [
                4.740168723394075,
                52.73977547494412,
                0.0
            ],
            [
                4.740106091948843,
                52.73954633321959,
                0.0
            ],
            [
                4.740063930420291,
                52.73939209295709,
                0.0
            ],
            [
                4.740042739450317,
                52.73931492278981,
                0.0
            ],
            [
                4.739978339302672,
                52.73908029823729,
                0.0
            ],
            [
                4.739942717733916,
                52.73895052925952,
                0.0
            ],
            [
                4.739914838932193,
                52.73884796123604,
                0.0
            ],
            [
                4.739886786432821,
                52.73873911030521,
                0.0
            ],
            [
                4.739826830379765,
                52.738506468962925,
                0.0
            ],
            [
                4.739756350680361,
                52.738261556951095,
                0.0
            ],
            [
                4.739749408217475,
                52.738237344020256,
                0.0
            ],
            [
                4.739736006236236,
                52.73819131134028,
                0.0
            ],
            [
                4.739729160804136,
                52.738167548288246,
                0.0
            ],
            [
                4.739712702718508,
                52.73810987872201,
                0.0
            ],
            [
                4.739680359581046,
                52.73800588436445,
                0.0
            ],
            [
                4.739668379132006,
                52.73796687829612,
                0.0
            ],
            [
                4.739591395483939,
                52.73771933352249,
                0.0
            ],
            [
                4.739587649692832,
                52.73770627292893,
                0.0
            ],
            [
                4.739547001462607,
                52.73757313325739,
                0.0
            ],
            [
                4.739417801107891,
                52.73714977806372,
                0.0
            ],
            [
                4.739350929025639,
                52.7369315858949,
                0.0
            ],
            [
                4.739347625558877,
                52.736920666617664,
                0.0
            ],
            [
                4.739280124109433,
                52.736701024052735,
                0.0
            ],
            [
                4.739181616475893,
                52.73637729530562,
                0.0
            ],
            [
                4.739177377370546,
                52.73636356696682,
                0.0
            ],
            [
                4.739150599823747,
                52.73627588725346,
                0.0
            ],
            [
                4.739082909326889,
                52.73605414053093,
                0.0
            ],
            [
                4.739046882447763,
                52.73593611505282,
                0.0
            ],
            [
                4.739020745813851,
                52.73584918471331,
                0.0
            ],
            [
                4.739005572979658,
                52.73580085057715,
                0.0
            ],
            [
                4.739002301018351,
                52.735789814626116,
                0.0
            ],
            [
                4.738901011575476,
                52.73545923125687,
                0.0
            ],
            [
                4.73888379151075,
                52.735406176731814,
                0.0
            ],
            [
                4.738870788358371,
                52.73536633817414,
                0.0
            ],
            [
                4.738786881667554,
                52.735107970510036,
                0.0
            ],
            [
                4.738775228351185,
                52.735072983316925,
                0.0
            ],
            [
                4.738771481957932,
                52.73506199869627,
                0.0
            ],
            [
                4.738665242893313,
                52.73473696008326,
                0.0
            ],
            [
                4.738610363847851,
                52.734569313010475,
                0.0
            ],
            [
                4.738571377313407,
                52.73445035453374,
                0.0
            ],
            [
                4.738545488276643,
                52.73436983317852,
                0.0
            ],
            [
                4.738541835874407,
                52.73435850755149,
                0.0
            ],
            [
                4.738519772925901,
                52.73429058892552,
                0.0
            ],
            [
                4.738379535760587,
                52.73386099793671,
                0.0
            ],
            [
                4.7382669730445,
                52.73351644940916,
                0.0
            ],
            [
                4.738255500468036,
                52.73348131035237,
                0.0
            ],
            [
                4.738238517803246,
                52.73342932645629,
                0.0
            ],
            [
                4.738097145932146,
                52.7329967451271,
                0.0
            ],
            [
                4.738087949325148,
                52.7329679004179,
                0.0
            ],
            [
                4.738078545343257,
                52.73293906356443,
                0.0
            ],
            [
                4.737993921405582,
                52.73267976556676,
                0.0
            ],
            [
                4.737982859959521,
                52.73264588690608,
                0.0
            ],
            [
                4.7379412277385,
                52.73251785475731,
                0.0
            ],
            [
                4.737873637351688,
                52.73231115199588,
                0.0
            ],
            [
                4.737868319177598,
                52.7322943621039,
                0.0
            ],
            [
                4.737852701259841,
                52.73224625900415,
                0.0
            ],
            [
                4.737847847950788,
                52.732231071344984,
                0.0
            ],
            [
                4.73782137553661,
                52.732135124775084,
                0.0
            ],
            [
                4.737802983060722,
                52.73207443361867,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:04.370673Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}