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/?format=api&page=117
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1370,
    "next": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=118",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=116",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112701/?format=api",
            "id": 112701,
            "code": "PL_31154",
            "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.683065126152274,
                        52.757498415161606,
                        0.0
                    ],
                    [
                        4.683060156448539,
                        52.7574942517393,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:21.142908Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112702/?format=api",
            "id": 112702,
            "code": "PL_31155",
            "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.778605044265356,
                        52.47283998609721,
                        0.0
                    ],
                    [
                        4.778623287143186,
                        52.47283623302827,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:21.156851Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112703/?format=api",
            "id": 112703,
            "code": "PL_31156",
            "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.837891430444665,
                        52.63286783696884,
                        0.0
                    ],
                    [
                        4.837891864899744,
                        52.63284604495725,
                        0.0
                    ],
                    [
                        4.837903430561219,
                        52.63271350088122,
                        0.0
                    ],
                    [
                        4.837904238141244,
                        52.63267364627107,
                        0.0
                    ],
                    [
                        4.83790566852538,
                        52.63260282456139,
                        0.0
                    ],
                    [
                        4.837909983805629,
                        52.63256359728665,
                        0.0
                    ],
                    [
                        4.837912034253987,
                        52.632549613650326,
                        0.0
                    ],
                    [
                        4.837919495591912,
                        52.632498564733766,
                        0.0
                    ],
                    [
                        4.837923290606389,
                        52.63247261817278,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:21.173182Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112704/?format=api",
            "id": 112704,
            "code": "PL_31157",
            "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.846519168869738,
                        52.55239974046631,
                        0.0
                    ],
                    [
                        4.846521959899852,
                        52.552399384691846,
                        0.0
                    ],
                    [
                        4.846529018729187,
                        52.55239848214429,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:21.188793Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112705/?format=api",
            "id": 112705,
            "code": "PL_31158",
            "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.836547944267577,
                        52.57360313489094,
                        0.0
                    ],
                    [
                        4.836475631847734,
                        52.57360558572527,
                        0.0
                    ],
                    [
                        4.836470765980292,
                        52.57359124631442,
                        0.0
                    ],
                    [
                        4.836467678825893,
                        52.57358212781404,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:21.202449Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112706/?format=api",
            "id": 112706,
            "code": "PL_31159",
            "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.846593858531636,
                        52.552342381493794,
                        0.0
                    ],
                    [
                        4.846606987422335,
                        52.5523791547487,
                        0.0
                    ],
                    [
                        4.846656870988157,
                        52.552371634709054,
                        0.0
                    ],
                    [
                        4.849421903161424,
                        52.55195480801153,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:21.216710Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112707/?format=api",
            "id": 112707,
            "code": "PL_31160",
            "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.912256313033867,
                        52.50949419464955,
                        0.0
                    ],
                    [
                        4.912219956998422,
                        52.509520472197195,
                        0.0
                    ],
                    [
                        4.912223340824289,
                        52.5095413995046,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:21.230607Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112708/?format=api",
            "id": 112708,
            "code": "PL_31161",
            "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.635697821807424,
                        52.618802309896076,
                        0.0
                    ],
                    [
                        4.63580786990478,
                        52.61882791874816,
                        0.0
                    ],
                    [
                        4.635919148163607,
                        52.61883077015603,
                        0.0
                    ],
                    [
                        4.637818829827181,
                        52.618918876801956,
                        0.0
                    ],
                    [
                        4.637819112367081,
                        52.61897255140205,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:21.244414Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112709/?format=api",
            "id": 112709,
            "code": "PL_31162",
            "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.880965201736855,
                        52.63374161941706,
                        0.0
                    ],
                    [
                        4.880960940041577,
                        52.63373713463675,
                        0.0
                    ],
                    [
                        4.880950676607188,
                        52.63372662085676,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:21.258207Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112710/?format=api",
            "id": 112710,
            "code": "PL_31163",
            "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.754557002002546,
                        52.493294174387756,
                        0.0
                    ],
                    [
                        4.754597620513324,
                        52.49348598808635,
                        0.0
                    ],
                    [
                        4.754510657356905,
                        52.49364430774546,
                        0.0
                    ],
                    [
                        4.754479617954985,
                        52.49373169912371,
                        0.0
                    ],
                    [
                        4.754460913856986,
                        52.49378440134669,
                        0.0
                    ],
                    [
                        4.754428677938846,
                        52.4938751297044,
                        0.0
                    ],
                    [
                        4.754433660143534,
                        52.493897391533686,
                        0.0
                    ],
                    [
                        4.755042317140404,
                        52.49670526141965,
                        0.0
                    ],
                    [
                        4.755071303756462,
                        52.49683968112623,
                        0.0
                    ],
                    [
                        4.755098218330984,
                        52.496949104348566,
                        0.0
                    ],
                    [
                        4.75510982506007,
                        52.49699627002256,
                        0.0
                    ],
                    [
                        4.755118786476791,
                        52.49702967961296,
                        0.0
                    ],
                    [
                        4.755125973880912,
                        52.49705636603915,
                        0.0
                    ],
                    [
                        4.755135759095277,
                        52.497092925664774,
                        0.0
                    ],
                    [
                        4.755141057518604,
                        52.497112690587564,
                        0.0
                    ],
                    [
                        4.755143886621422,
                        52.49712389517934,
                        0.0
                    ],
                    [
                        4.755144762540161,
                        52.497126488264904,
                        0.0
                    ],
                    [
                        4.755166856498467,
                        52.49714157925993,
                        0.0
                    ],
                    [
                        4.755265219914243,
                        52.49720892581304,
                        0.0
                    ],
                    [
                        4.755346769180055,
                        52.49726475953425,
                        0.0
                    ],
                    [
                        4.755349306506097,
                        52.4972665076484,
                        0.0
                    ],
                    [
                        4.755449584520964,
                        52.497424521804476,
                        0.0
                    ],
                    [
                        4.755451009910888,
                        52.49742679426126,
                        0.0
                    ],
                    [
                        4.755449723345905,
                        52.49742923202748,
                        0.0
                    ],
                    [
                        4.755391794442861,
                        52.497542292662246,
                        0.0
                    ],
                    [
                        4.755344256877954,
                        52.497635105706046,
                        0.0
                    ],
                    [
                        4.755333728348059,
                        52.497655658113416,
                        0.0
                    ],
                    [
                        4.755332591975487,
                        52.497657889964245,
                        0.0
                    ],
                    [
                        4.755356787925104,
                        52.497766993046646,
                        0.0
                    ],
                    [
                        4.755368644253998,
                        52.49782042434618,
                        0.0
                    ],
                    [
                        4.755383390708188,
                        52.49787359242153,
                        0.0
                    ],
                    [
                        4.755398151922691,
                        52.497926760572895,
                        0.0
                    ],
                    [
                        4.755413045955381,
                        52.49797991145392,
                        0.0
                    ],
                    [
                        4.755427925298521,
                        52.498033062254024,
                        0.0
                    ],
                    [
                        4.755442789823572,
                        52.49808622196017,
                        0.0
                    ],
                    [
                        4.755457684091411,
                        52.49813936384702,
                        0.0
                    ],
                    [
                        4.755468892868739,
                        52.49817939122681,
                        0.0
                    ],
                    [
                        4.75546942647235,
                        52.49818120955597,
                        0.0
                    ],
                    [
                        4.755470225899983,
                        52.498182975375244,
                        0.0
                    ],
                    [
                        4.755513819823458,
                        52.49827540192423,
                        0.0
                    ],
                    [
                        4.755531114199745,
                        52.498312091364205,
                        0.0
                    ],
                    [
                        4.755555555529494,
                        52.498363908971264,
                        0.0
                    ],
                    [
                        4.755596433577291,
                        52.498450613922756,
                        0.0
                    ],
                    [
                        4.755614686038937,
                        52.49848931267575,
                        0.0
                    ],
                    [
                        4.755697804417776,
                        52.498617935758865,
                        0.0
                    ],
                    [
                        4.755764152458841,
                        52.498759771110215,
                        0.0
                    ],
                    [
                        4.755821796297253,
                        52.49887592757059,
                        0.0
                    ],
                    [
                        4.755874659447541,
                        52.49896492511182,
                        0.0
                    ],
                    [
                        4.755962021681074,
                        52.49910069770943,
                        0.0
                    ],
                    [
                        4.756158184417011,
                        52.49939736910727,
                        0.0
                    ],
                    [
                        4.756398301998822,
                        52.49973478079938,
                        0.0
                    ],
                    [
                        4.756645562448478,
                        52.500077586515445,
                        0.0
                    ],
                    [
                        4.756780791692525,
                        52.500269111029276,
                        0.0
                    ],
                    [
                        4.75685701516366,
                        52.500370518212385,
                        0.0
                    ],
                    [
                        4.756865118979179,
                        52.500380564420254,
                        0.0
                    ],
                    [
                        4.756908163705089,
                        52.500444739582605,
                        0.0
                    ],
                    [
                        4.757032317771383,
                        52.50051253616342,
                        0.0
                    ],
                    [
                        4.757075163734443,
                        52.50053594264814,
                        0.0
                    ],
                    [
                        4.757345855711193,
                        52.500473370684425,
                        0.0
                    ],
                    [
                        4.757395262342136,
                        52.50045805753882,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:21.274523Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}