List assets of type Pipe

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

{
    "count": 50109,
    "next": "https://demo.lizard.net/api/v4/pipes/?format=api&page=5002",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=5000",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810281/?format=api",
            "id": 810281,
            "code": "DK_DKR048-DK_DKR060",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.394517196009438,
                        52.08040929910594,
                        0.0
                    ],
                    [
                        4.394123003986042,
                        52.08020535147105,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:33.305125Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/935932/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901774/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.0,
            "invert_level_end_point": -1.0,
            "length": 35.29,
            "type": "rain water",
            "material": "00",
            "width": 0.3,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810282/?format=api",
            "id": 810282,
            "code": "DK_DKR108-DK_DKR109",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.393948351246002,
                        52.08046257198199,
                        0.0
                    ],
                    [
                        4.393969975390061,
                        52.080474259696516,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:33.346037Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937083/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901775/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -0.9,
            "invert_level_end_point": -0.9,
            "length": 1.97,
            "type": "rain water",
            "material": "01",
            "width": 0.315,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810283/?format=api",
            "id": 810283,
            "code": "DK_DKR112-DK_DKR113",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.393818245149996,
                        52.08055981074364,
                        0.0
                    ],
                    [
                        4.393820523585267,
                        52.080582031852806,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:33.387517Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937085/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901776/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.05,
            "invert_level_end_point": -2.05,
            "length": 2.48,
            "type": "rain water",
            "material": "00",
            "width": 0.6,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810284/?format=api",
            "id": 810284,
            "code": "DR_DRR095-DR_DRR096",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.401849177043382,
                        52.085855646578814,
                        0.0
                    ],
                    [
                        4.401708268454882,
                        52.08593994992777,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:33.431195Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936027/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901778/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.07,
            "invert_level_end_point": -1.6,
            "length": 13.46,
            "type": "rain water",
            "material": "00",
            "width": 0.3,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810285/?format=api",
            "id": 810285,
            "code": "EI_EIR026-EI_EIR030",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.366880731481128,
                        52.069350610527444,
                        0.0
                    ],
                    [
                        4.366898033944467,
                        52.069359389502026,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:33.473503Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936090/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901779/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -0.63,
            "invert_level_end_point": -0.63,
            "length": 1.54,
            "type": "rain water",
            "material": "01",
            "width": 0.315,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810286/?format=api",
            "id": 810286,
            "code": "PL_PLR005-PL_PLR006",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.355953508783938,
                        52.05895981813039,
                        0.0
                    ],
                    [
                        4.357237733193592,
                        52.058137262677796,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:33.514736Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936418/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901782/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.6,
            "invert_level_end_point": -1.6,
            "length": 127.02,
            "type": "rain water",
            "material": "00",
            "width": 0.25,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810287/?format=api",
            "id": 810287,
            "code": "PL_PLR009-PL_PLR010",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.358369042506346,
                        52.058198744635625,
                        0.0
                    ],
                    [
                        4.35832304134314,
                        52.05816364645735,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:33.557523Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/901520/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901783/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.65,
            "invert_level_end_point": -1.65,
            "length": 5.02,
            "type": "rain water",
            "material": "00",
            "width": 0.4,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810288/?format=api",
            "id": 810288,
            "code": "RK_RKR043-RK_RKR044",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.39356088505317,
                        52.090837742184256,
                        0.0
                    ],
                    [
                        4.393515171585705,
                        52.09086576075858,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:33.599670Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936509/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901784/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.6,
            "invert_level_end_point": -1.61,
            "length": 4.42,
            "type": "rain water",
            "material": "01",
            "width": 0.315,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810289/?format=api",
            "id": 810289,
            "code": "ST_STR022-ST_STR033",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.354996813993857,
                        52.078899132473225,
                        0.0
                    ],
                    [
                        4.355257881321088,
                        52.07889584622417,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:33.642047Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937202/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901785/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.9,
            "invert_level_end_point": -1.9,
            "length": 17.9,
            "type": "rain water",
            "material": "00",
            "width": 0.6,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810290/?format=api",
            "id": 810290,
            "code": "ZW_ZWR014-ZW_ZWR015",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/6d571bfe-ddbe-4dfa-a0a7-555cc01546f8/?format=api",
                "uuid": "6d571bfe-ddbe-4dfa-a0a7-555cc01546f8",
                "name": "Leidschendam-Voorburg"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.390330668897412,
                        52.074106990500376,
                        0.0
                    ],
                    [
                        4.390533642633272,
                        52.074103943694226,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:33.682912Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937338/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901789/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.8,
            "invert_level_end_point": -1.8,
            "length": 13.92,
            "type": "rain water",
            "material": "00",
            "width": 0.3,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}