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=11
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=12",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=10",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6337/?format=api",
            "id": 6337,
            "code": "PL_100",
            "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.782161353827706,
                        52.896348206322465,
                        0.0
                    ],
                    [
                        4.782136067263701,
                        52.89635529446701,
                        0.0
                    ],
                    [
                        4.782089876624306,
                        52.896311654904096,
                        0.0
                    ],
                    [
                        4.781764634619215,
                        52.896005682488564,
                        0.0
                    ],
                    [
                        4.781743642915651,
                        52.89599775766851,
                        0.0
                    ],
                    [
                        4.781720194004392,
                        52.89599557183805,
                        0.0
                    ],
                    [
                        4.781566211749065,
                        52.89600737223307,
                        0.0
                    ],
                    [
                        4.781549714176038,
                        52.896008636552025,
                        0.0
                    ],
                    [
                        4.781546438915353,
                        52.89600906927147,
                        0.0
                    ],
                    [
                        4.781542411969188,
                        52.89601012724325,
                        0.0
                    ],
                    [
                        4.781536870434894,
                        52.896013244461045,
                        0.0
                    ],
                    [
                        4.781528905308976,
                        52.8960196744442,
                        0.0
                    ],
                    [
                        4.781398232828243,
                        52.89613044596069,
                        0.0
                    ],
                    [
                        4.781381477006698,
                        52.896138538797,
                        0.0
                    ],
                    [
                        4.781363544904225,
                        52.89614572699832,
                        0.0
                    ],
                    [
                        4.781331461679891,
                        52.89615428125789,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.808672Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6338/?format=api",
            "id": 6338,
            "code": "PL_101",
            "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.912256314290016,
                        52.509494198871195,
                        0.0
                    ],
                    [
                        4.912219958254528,
                        52.50952047641887,
                        0.0
                    ],
                    [
                        4.912223342080422,
                        52.50954140372633,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.814599Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6339/?format=api",
            "id": 6339,
            "code": "PL_102",
            "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.790564736857537,
                        52.51562787524389,
                        0.0
                    ],
                    [
                        4.790559695109931,
                        52.51562921599565,
                        0.0
                    ],
                    [
                        4.790545739527965,
                        52.515631716255335,
                        0.0
                    ],
                    [
                        4.7905298345867,
                        52.51563456621201,
                        0.0
                    ],
                    [
                        4.7905132189983,
                        52.51561695703869,
                        0.0
                    ],
                    [
                        4.790418292248213,
                        52.51554232381496,
                        0.0
                    ],
                    [
                        4.79036888332314,
                        52.51554433119306,
                        0.0
                    ],
                    [
                        4.79028344962554,
                        52.51554779307395,
                        0.0
                    ],
                    [
                        4.790282579765385,
                        52.51554784262348,
                        0.0
                    ],
                    [
                        4.790257664264867,
                        52.51554920023162,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.820292Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6340/?format=api",
            "id": 6340,
            "code": "PL_103",
            "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.723526015374459,
                        52.781472819729025,
                        0.0
                    ],
                    [
                        4.723518719437145,
                        52.781475025842326,
                        0.0
                    ],
                    [
                        4.723544874553967,
                        52.78150959159019,
                        0.0
                    ],
                    [
                        4.723560998368614,
                        52.78153125010558,
                        0.0
                    ],
                    [
                        4.723565961019283,
                        52.78153729002308,
                        0.0
                    ],
                    [
                        4.723619938430518,
                        52.78160302471118,
                        0.0
                    ],
                    [
                        4.72363652597706,
                        52.78162342762163,
                        0.0
                    ],
                    [
                        4.723653113539021,
                        52.78164383052976,
                        0.0
                    ],
                    [
                        4.723672861746642,
                        52.78166692914937,
                        0.0
                    ],
                    [
                        4.723673793643336,
                        52.78166803074814,
                        0.0
                    ],
                    [
                        4.72368572311297,
                        52.78168283579588,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.826161Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6341/?format=api",
            "id": 6341,
            "code": "PL_104",
            "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.846593859724454,
                        52.55234238574029,
                        0.0
                    ],
                    [
                        4.846606988615171,
                        52.55237915899518,
                        0.0
                    ],
                    [
                        4.846656872181064,
                        52.55237163895554,
                        0.0
                    ],
                    [
                        4.849421904357057,
                        52.55195481225773,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.831806Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6342/?format=api",
            "id": 6342,
            "code": "PL_105",
            "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.774700551444117,
                        53.07685781274771,
                        0.0
                    ],
                    [
                        4.77481357453207,
                        53.07696449944667,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.838055Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6343/?format=api",
            "id": 6343,
            "code": "PL_106",
            "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.87879609891367,
                        52.60158465734856,
                        0.0
                    ],
                    [
                        4.878775488163232,
                        52.60158507246033,
                        0.0
                    ],
                    [
                        4.878723971211397,
                        52.60158397129723,
                        0.0
                    ],
                    [
                        4.878605091626481,
                        52.60158113489364,
                        0.0
                    ],
                    [
                        4.878513464357446,
                        52.601581785249834,
                        0.0
                    ],
                    [
                        4.878458107041927,
                        52.60158218638091,
                        0.0
                    ],
                    [
                        4.878407827783459,
                        52.60158255530348,
                        0.0
                    ],
                    [
                        4.878376721190882,
                        52.601593278739756,
                        0.0
                    ],
                    [
                        4.878361825310336,
                        52.601597313154414,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.843790Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6344/?format=api",
            "id": 6344,
            "code": "PL_107",
            "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.9954200789146,
                        52.57988780523708,
                        0.0
                    ],
                    [
                        4.995042115435616,
                        52.579718343972516,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.849730Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6345/?format=api",
            "id": 6345,
            "code": "PL_108",
            "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.708416687296947,
                        52.78810464992311,
                        0.0
                    ],
                    [
                        4.708419685578696,
                        52.788097702098405,
                        0.0
                    ],
                    [
                        4.708419598314938,
                        52.78809759375787,
                        0.0
                    ],
                    [
                        4.708413857845701,
                        52.78808922116039,
                        0.0
                    ],
                    [
                        4.708444934114941,
                        52.788034317011174,
                        0.0
                    ],
                    [
                        4.708469609777798,
                        52.78802608167575,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.855224Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6346/?format=api",
            "id": 6346,
            "code": "PL_109",
            "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.873462279077495,
                        53.163639473585505,
                        0.0
                    ],
                    [
                        4.87341709224529,
                        53.163792201375294,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:02.861088Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}