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/6513/?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/6513/?format=api",
    "id": 6513,
    "code": "PL_276",
    "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.851719875993772,
                52.707305040434214,
                0.0
            ],
            [
                4.851719562981849,
                52.70730280125086,
                0.0
            ],
            [
                4.851625408810433,
                52.70727170488538,
                0.0
            ],
            [
                4.851571264921234,
                52.707256291138265,
                0.0
            ],
            [
                4.851528173488722,
                52.707238482623424,
                0.0
            ],
            [
                4.851335439043674,
                52.707175298986606,
                0.0
            ],
            [
                4.851112599372422,
                52.707102048773656,
                0.0
            ],
            [
                4.850932352108107,
                52.70702448750762,
                0.0
            ],
            [
                4.850525837969099,
                52.70690856490624,
                0.0
            ],
            [
                4.850244094541063,
                52.70687066316997,
                0.0
            ],
            [
                4.850111676524966,
                52.70683013633257,
                0.0
            ],
            [
                4.849826916046624,
                52.706813959672225,
                0.0
            ],
            [
                4.849777009141418,
                52.70681030131983,
                0.0
            ],
            [
                4.849762461790225,
                52.706809318964346,
                0.0
            ],
            [
                4.849738267799171,
                52.70680830204084,
                0.0
            ],
            [
                4.84962785108477,
                52.70681017604977,
                0.0
            ],
            [
                4.849276475204318,
                52.7068244958573,
                0.0
            ],
            [
                4.848932395238334,
                52.70683747259892,
                0.0
            ],
            [
                4.848632891477118,
                52.70684718102382,
                0.0
            ],
            [
                4.848484681401207,
                52.70685178580004,
                0.0
            ],
            [
                4.848427949699746,
                52.70685205928667,
                0.0
            ],
            [
                4.848399744888221,
                52.706852336048044,
                0.0
            ],
            [
                4.848372689899502,
                52.7068517552502,
                0.0
            ],
            [
                4.848351187470966,
                52.70685205335037,
                0.0
            ],
            [
                4.848312977595719,
                52.70685135913565,
                0.0
            ],
            [
                4.848240550833626,
                52.706851336805876,
                0.0
            ],
            [
                4.848079897801395,
                52.70685106768159,
                0.0
            ],
            [
                4.847779866452392,
                52.706865157253226,
                0.0
            ],
            [
                4.847616174706666,
                52.70687496619463,
                0.0
            ],
            [
                4.847287069381482,
                52.7068877903677,
                0.0
            ],
            [
                4.847211807607515,
                52.706887287226934,
                0.0
            ],
            [
                4.847105477238145,
                52.706885312999525,
                0.0
            ],
            [
                4.846972051006825,
                52.706884878320004,
                0.0
            ],
            [
                4.846749408928757,
                52.70689005980877,
                0.0
            ],
            [
                4.846440737935485,
                52.706901581419615,
                0.0
            ],
            [
                4.846155226694005,
                52.70691518464577,
                0.0
            ],
            [
                4.845914124478463,
                52.70692230275689,
                0.0
            ],
            [
                4.845755463324866,
                52.706983672772644,
                0.0
            ],
            [
                4.84544419022047,
                52.70699255574597,
                0.0
            ],
            [
                4.844180519181179,
                52.70701318408751,
                0.0
            ],
            [
                4.84404030213783,
                52.7070066848308,
                0.0
            ],
            [
                4.844026320200693,
                52.70700664799465,
                0.0
            ],
            [
                4.843984114842016,
                52.70700479280326,
                0.0
            ],
            [
                4.843972121595748,
                52.7070042707476,
                0.0
            ],
            [
                4.843959674029359,
                52.70700339612224,
                0.0
            ],
            [
                4.843944906484271,
                52.70700227724482,
                0.0
            ],
            [
                4.843686502284622,
                52.706988228252165,
                0.0
            ],
            [
                4.843592180982255,
                52.70698309733687,
                0.0
            ],
            [
                4.843515543911535,
                52.706978936833835,
                0.0
            ],
            [
                4.843450706412595,
                52.706975405350896,
                0.0
            ],
            [
                4.843400004473572,
                52.7069726483843,
                0.0
            ],
            [
                4.843349021540991,
                52.70696988112537,
                0.0
            ],
            [
                4.842774725401208,
                52.70693865021538,
                0.0
            ],
            [
                4.84183569959694,
                52.70688759229439,
                0.0
            ],
            [
                4.841469047390359,
                52.70686765028033,
                0.0
            ],
            [
                4.841218525769247,
                52.706854027490394,
                0.0
            ],
            [
                4.84116695175063,
                52.70685122063635,
                0.0
            ],
            [
                4.841093272415337,
                52.706847215931674,
                0.0
            ],
            [
                4.840945899102069,
                52.706839197330964,
                0.0
            ],
            [
                4.840857478076952,
                52.70683438789383,
                0.0
            ],
            [
                4.840732210041243,
                52.70682757588731,
                0.0
            ],
            [
                4.840661473257467,
                52.70682372821593,
                0.0
            ],
            [
                4.840575122403921,
                52.70681902693101,
                0.0
            ],
            [
                4.840489348137412,
                52.706814364179635,
                0.0
            ],
            [
                4.840431874590602,
                52.7068112333393,
                0.0
            ],
            [
                4.840374400940234,
                52.70680811145772,
                0.0
            ],
            [
                4.84029761675863,
                52.70680393023035,
                0.0
            ],
            [
                4.840253406315484,
                52.706801525279275,
                0.0
            ],
            [
                4.840154960408027,
                52.706796174970556,
                0.0
            ],
            [
                4.840101020739547,
                52.70679323995113,
                0.0
            ],
            [
                4.839911951015308,
                52.706782952418415,
                0.0
            ],
            [
                4.839475746841003,
                52.70675922445456,
                0.0
            ],
            [
                4.839204008520202,
                52.706744439323174,
                0.0
            ],
            [
                4.839189968052484,
                52.70674435671379,
                0.0
            ],
            [
                4.839150330329451,
                52.70674664567407,
                0.0
            ],
            [
                4.839125381612079,
                52.706746845357394,
                0.0
            ],
            [
                4.838662798325454,
                52.70674786913711,
                0.0
            ],
            [
                4.838289284566907,
                52.706757417177904,
                0.0
            ],
            [
                4.837913760039194,
                52.70676446535298,
                0.0
            ],
            [
                4.837767567260268,
                52.70676622618229,
                0.0
            ],
            [
                4.837671260552216,
                52.70677204561996,
                0.0
            ],
            [
                4.837609681572541,
                52.706771851206575,
                0.0
            ],
            [
                4.837231469438999,
                52.706774912540396,
                0.0
            ],
            [
                4.837218451684544,
                52.706778231532226,
                0.0
            ],
            [
                4.837170017191147,
                52.70679058963405,
                0.0
            ],
            [
                4.837127491046536,
                52.706802570600324,
                0.0
            ],
            [
                4.836989333578271,
                52.706817228087814,
                0.0
            ],
            [
                4.836846298895498,
                52.70681963147701,
                0.0
            ],
            [
                4.836495603501234,
                52.706827697661176,
                0.0
            ],
            [
                4.836176848086832,
                52.70683260342408,
                0.0
            ],
            [
                4.835805234436259,
                52.70684037302942,
                0.0
            ],
            [
                4.835444841442416,
                52.70684300794875,
                0.0
            ],
            [
                4.834778663014764,
                52.70685807219886,
                0.0
            ],
            [
                4.834698408914229,
                52.7068568819205,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:04.337024Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}