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=17
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=18",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=16",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6397/?format=api",
            "id": 6397,
            "code": "PL_160",
            "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": [
                    [
                        5.04511955735775,
                        52.51507160001468,
                        0.0
                    ],
                    [
                        5.045075702669767,
                        52.51495347857191,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:03.176411Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6398/?format=api",
            "id": 6398,
            "code": "PL_161",
            "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": [
                    [
                        5.04511955735775,
                        52.51507160001468,
                        0.0
                    ],
                    [
                        5.045110304547172,
                        52.51510791822903,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:03.181799Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6399/?format=api",
            "id": 6399,
            "code": "PL_162",
            "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": [
                    [
                        5.045165858585368,
                        52.51521625018473,
                        0.0
                    ],
                    [
                        5.044997528758216,
                        52.51522456362559,
                        0.0
                    ],
                    [
                        5.044966464322029,
                        52.51508703936181,
                        0.0
                    ],
                    [
                        5.04511955735775,
                        52.51507160001468,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:03.187863Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6400/?format=api",
            "id": 6400,
            "code": "PL_163",
            "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.882974722887942,
                        52.63316480841779,
                        0.0
                    ],
                    [
                        4.882817265140381,
                        52.63302908101587,
                        0.0
                    ],
                    [
                        4.882813885687928,
                        52.633026226726415,
                        0.0
                    ],
                    [
                        4.882813188663058,
                        52.633022601929895,
                        0.0
                    ],
                    [
                        4.882816224877097,
                        52.633019316508964,
                        0.0
                    ],
                    [
                        4.882823126749183,
                        52.63301641596092,
                        0.0
                    ],
                    [
                        4.882825808881076,
                        52.63301309308902,
                        0.0
                    ],
                    [
                        4.882824758495436,
                        52.63300936793444,
                        0.0
                    ],
                    [
                        4.882816289153562,
                        52.63300210630245,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:03.193219Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6401/?format=api",
            "id": 6401,
            "code": "PL_164",
            "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": [
                    [
                        5.197480930589751,
                        52.73303177998754,
                        0.0
                    ],
                    [
                        5.197358829783783,
                        52.73299560221846,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:03.198536Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6402/?format=api",
            "id": 6402,
            "code": "PL_165",
            "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.776784578895622,
                        52.545896447041926,
                        0.0
                    ],
                    [
                        4.776781758187316,
                        52.54589787053177,
                        0.0
                    ],
                    [
                        4.776781164811993,
                        52.5458981371045,
                        0.0
                    ],
                    [
                        4.776780271641043,
                        52.54589876163394,
                        0.0
                    ],
                    [
                        4.7767801192568,
                        52.5458991203485,
                        0.0
                    ],
                    [
                        4.776779965629395,
                        52.54589956893113,
                        0.0
                    ],
                    [
                        4.776779193762841,
                        52.54590208144885,
                        0.0
                    ],
                    [
                        4.776778541814372,
                        52.54590445078383,
                        0.0
                    ],
                    [
                        4.776778510840299,
                        52.54590455847395,
                        0.0
                    ],
                    [
                        4.776777330342491,
                        52.545908902330616,
                        0.0
                    ],
                    [
                        4.776777250777939,
                        52.545914653889916,
                        0.0
                    ],
                    [
                        4.776776880119938,
                        52.54592013432899,
                        0.0
                    ],
                    [
                        4.776777525181057,
                        52.54592678835881,
                        0.0
                    ],
                    [
                        4.776812303490932,
                        52.546098267965924,
                        0.0
                    ],
                    [
                        4.776818201423425,
                        52.546119508669875,
                        0.0
                    ],
                    [
                        4.77681988583768,
                        52.54612562879555,
                        0.0
                    ],
                    [
                        4.776825551625582,
                        52.54613167951494,
                        0.0
                    ],
                    [
                        4.776826427397168,
                        52.5461323131388,
                        0.0
                    ],
                    [
                        4.776838780190306,
                        52.54613453363165,
                        0.0
                    ],
                    [
                        4.776849104018938,
                        52.54613422720672,
                        0.0
                    ],
                    [
                        4.776887608443547,
                        52.5461322681556,
                        0.0
                    ],
                    [
                        4.777043406238493,
                        52.54612363210424,
                        0.0
                    ],
                    [
                        4.777132699960055,
                        52.54611618200901,
                        0.0
                    ],
                    [
                        4.777166051142616,
                        52.54611374701569,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:03.221521Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6403/?format=api",
            "id": 6403,
            "code": "PL_166",
            "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.739373626223649,
                        52.717006712078465,
                        0.0
                    ],
                    [
                        4.739320277112005,
                        52.717255166943076,
                        0.0
                    ],
                    [
                        4.739250100981327,
                        52.717443388470265,
                        0.0
                    ],
                    [
                        4.739146966973989,
                        52.71771368055601,
                        0.0
                    ],
                    [
                        4.739116677482476,
                        52.71775939485738,
                        0.0
                    ],
                    [
                        4.739016184872487,
                        52.7178326409121,
                        0.0
                    ],
                    [
                        4.738934253133782,
                        52.71788369992436,
                        0.0
                    ],
                    [
                        4.738734669666435,
                        52.71801234189537,
                        0.0
                    ],
                    [
                        4.738723383814082,
                        52.71807101116362,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:03.227183Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6404/?format=api",
            "id": 6404,
            "code": "PL_167",
            "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.796685013510387,
                        52.5012521985261,
                        0.0
                    ],
                    [
                        4.796687845961833,
                        52.501258449967224,
                        0.0
                    ],
                    [
                        4.796124267652251,
                        52.5012779056678,
                        0.0
                    ],
                    [
                        4.795663931048085,
                        52.50092744355568,
                        0.0
                    ],
                    [
                        4.795211341873358,
                        52.50091930828466,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:03.232634Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6405/?format=api",
            "id": 6405,
            "code": "PL_168",
            "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.87559037016363,
                        53.15831170266154,
                        0.0
                    ],
                    [
                        4.875595066876438,
                        53.158288709876274,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:03.237921Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6406/?format=api",
            "id": 6406,
            "code": "PL_169",
            "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.831374324845942,
                        53.04441701456776,
                        0.0
                    ],
                    [
                        4.831252483317081,
                        53.04431474269267,
                        0.0
                    ],
                    [
                        4.831261748881459,
                        53.04430378659076,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:03.243411Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}