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/6502/?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/6502/?format=api",
    "id": 6502,
    "code": "PL_265",
    "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.724294191378825,
                52.90516297194932,
                0.0
            ],
            [
                4.724812402423706,
                52.90511911676385,
                0.0
            ],
            [
                4.725314464433873,
                52.90507175489465,
                0.0
            ],
            [
                4.72555216206755,
                52.90505006623005,
                0.0
            ],
            [
                4.725839378823895,
                52.90501696867931,
                0.0
            ],
            [
                4.726595837844389,
                52.90494422977215,
                0.0
            ],
            [
                4.726917660133047,
                52.90491275892365,
                0.0
            ],
            [
                4.727338106870538,
                52.904866105541124,
                0.0
            ],
            [
                4.727463684330732,
                52.904857453229184,
                0.0
            ],
            [
                4.727484954800803,
                52.90485640246975,
                0.0
            ],
            [
                4.727520229728122,
                52.904833501605545,
                0.0
            ],
            [
                4.727571719968003,
                52.904799816434355,
                0.0
            ],
            [
                4.727563972375992,
                52.90473219391662,
                0.0
            ],
            [
                4.727513924177286,
                52.90427701242459,
                0.0
            ],
            [
                4.727462430961426,
                52.90380933139776,
                0.0
            ],
            [
                4.727408306076274,
                52.90338800695417,
                0.0
            ],
            [
                4.727367282617682,
                52.90304395031877,
                0.0
            ],
            [
                4.727335493960406,
                52.902787115367786,
                0.0
            ],
            [
                4.727287168439177,
                52.9023362566347,
                0.0
            ],
            [
                4.727241354842613,
                52.90192576186412,
                0.0
            ],
            [
                4.727187551128398,
                52.90146381908849,
                0.0
            ],
            [
                4.727149717090554,
                52.901164623313456,
                0.0
            ],
            [
                4.727078382268071,
                52.900623770328544,
                0.0
            ],
            [
                4.727053232128601,
                52.9003605912718,
                0.0
            ],
            [
                4.7270601618301,
                52.90022663822745,
                0.0
            ],
            [
                4.727060349131259,
                52.90018476134708,
                0.0
            ],
            [
                4.72706044423455,
                52.90017847119871,
                0.0
            ],
            [
                4.727064111295506,
                52.90017184133015,
                0.0
            ],
            [
                4.727073208814917,
                52.90016973482087,
                0.0
            ],
            [
                4.727108482571104,
                52.900166335145386,
                0.0
            ],
            [
                4.727107345354007,
                52.90016291392156,
                0.0
            ],
            [
                4.727267940173283,
                52.900147266082996,
                0.0
            ],
            [
                4.727503072880567,
                52.90012627837137,
                0.0
            ],
            [
                4.727613357507269,
                52.90011574412034,
                0.0
            ],
            [
                4.728003720847745,
                52.90007997595095,
                0.0
            ],
            [
                4.728115000483987,
                52.90006947369023,
                0.0
            ],
            [
                4.728475687764115,
                52.900035436368576,
                0.0
            ],
            [
                4.728695627025741,
                52.900014686017165,
                0.0
            ],
            [
                4.72944304995,
                52.89994376669391,
                0.0
            ],
            [
                4.730187044456454,
                52.8998733630361,
                0.0
            ],
            [
                4.730911503279496,
                52.89980725085218,
                0.0
            ],
            [
                4.731393415900765,
                52.8997611008681,
                0.0
            ],
            [
                4.731510106187935,
                52.899749429935774,
                0.0
            ],
            [
                4.731611295747508,
                52.89974072925745,
                0.0
            ],
            [
                4.732186508101581,
                52.8996866408036,
                0.0
            ],
            [
                4.732917966754077,
                52.89961911699266,
                0.0
            ],
            [
                4.733630709922413,
                52.89955076733902,
                0.0
            ],
            [
                4.734192143698797,
                52.89950342369387,
                0.0
            ],
            [
                4.734210890526714,
                52.89950199847745,
                0.0
            ],
            [
                4.734376543658199,
                52.899485649819816,
                0.0
            ],
            [
                4.73463718126561,
                52.89945804751003,
                0.0
            ],
            [
                4.735350343499761,
                52.899391127764666,
                0.0
            ],
            [
                4.735914960143092,
                52.89933836545528,
                0.0
            ],
            [
                4.736110824808152,
                52.89932005831699,
                0.0
            ],
            [
                4.736739148100413,
                52.899261474607044,
                0.0
            ],
            [
                4.736819665070481,
                52.89925364544323,
                0.0
            ],
            [
                4.736831867854641,
                52.89925254363938,
                0.0
            ],
            [
                4.736974066188143,
                52.89923928984901,
                0.0
            ],
            [
                4.737249905536864,
                52.89921357094384,
                0.0
            ],
            [
                4.737690239461911,
                52.899174268732615,
                0.0
            ],
            [
                4.738057648137341,
                52.89914193755022,
                0.0
            ],
            [
                4.738422117617202,
                52.89910734260178,
                0.0
            ],
            [
                4.739173325088696,
                52.899039618225,
                0.0
            ],
            [
                4.739918604844524,
                52.8989705988627,
                0.0
            ],
            [
                4.740313132827606,
                52.89893319548401,
                0.0
            ],
            [
                4.741056499787137,
                52.8988626309333,
                0.0
            ],
            [
                4.741406933647513,
                52.898832174671796,
                0.0
            ],
            [
                4.741812751457932,
                52.89879491726969,
                0.0
            ],
            [
                4.742148647937347,
                52.898762582927205,
                0.0
            ],
            [
                4.742335115352556,
                52.89874525728248,
                0.0
            ],
            [
                4.742558033545846,
                52.89872516253572,
                0.0
            ],
            [
                4.742593509219013,
                52.898697854843924,
                0.0
            ],
            [
                4.742626406906887,
                52.89867403802633,
                0.0
            ],
            [
                4.742617672560457,
                52.89864154900315,
                0.0
            ],
            [
                4.742597644516643,
                52.898568738735925,
                0.0
            ],
            [
                4.742592967560389,
                52.89855334628411,
                0.0
            ],
            [
                4.742642211198985,
                52.89854974784028,
                0.0
            ],
            [
                4.742762009253946,
                52.89853853203842,
                0.0
            ],
            [
                4.742829415207479,
                52.89853278486941,
                0.0
            ],
            [
                4.742834922687597,
                52.89853218552285,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:04.200514Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}