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=4984
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=4985",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=4983",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810108/?format=api",
            "id": 810108,
            "code": "ST_STR317-ST_STR315",
            "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.36615180145947,
                        52.081836740453035,
                        0.0
                    ],
                    [
                        4.3660526309738,
                        52.08172639926078,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:27.403153Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938278/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938276/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 14.03,
            "type": "rain water",
            "material": "01",
            "width": 0.16,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810109/?format=api",
            "id": 810109,
            "code": "ST_STR320-ST_STR315",
            "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.366428295520129,
                        52.0814522642764,
                        0.0
                    ],
                    [
                        4.3660526309738,
                        52.08172639926078,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:27.430372Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937224/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938276/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 39.92,
            "type": "rain water",
            "material": "01",
            "width": 0.16,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810110/?format=api",
            "id": 810110,
            "code": "ST_STR319-ST_STR317",
            "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.366379357782437,
                        52.08176185904452,
                        0.0
                    ],
                    [
                        4.36615180145947,
                        52.081836740453035,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:27.457573Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938280/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938278/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.21,
            "invert_level_end_point": -2.21,
            "length": 17.68,
            "type": "tranport",
            "material": "00",
            "width": 1.0,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810111/?format=api",
            "id": 810111,
            "code": "ST_STR321-ST_STR318",
            "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.366585025084444,
                        52.081540092761166,
                        0.0
                    ],
                    [
                        4.366336064625817,
                        52.08172184400876,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:27.484641Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937225/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938279/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 26.46,
            "type": "rain water",
            "material": "01",
            "width": 0.16,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810112/?format=api",
            "id": 810112,
            "code": "ST_STR319-ST_STR318",
            "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.366379357782437,
                        52.08176185904452,
                        0.0
                    ],
                    [
                        4.366336064625817,
                        52.08172184400876,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:27.511468Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938280/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938279/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 5.35,
            "type": "rain water",
            "material": "01",
            "width": 0.16,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810113/?format=api",
            "id": 810113,
            "code": "ST_STR322-ST_STR319",
            "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.366636018495699,
                        52.08167743164508,
                        0.0
                    ],
                    [
                        4.366379357782437,
                        52.08176185904452,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:27.539359Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937226/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938280/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.21,
            "invert_level_end_point": -2.21,
            "length": 19.94,
            "type": "tranport",
            "material": "00",
            "width": 1.0,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810114/?format=api",
            "id": 810114,
            "code": "SW_SWG001-SW_PBG006",
            "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.454997089734935,
                        52.09575289922976,
                        0.0
                    ],
                    [
                        4.455722769116734,
                        52.09573571579523,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:27.566690Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/934884/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938281/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -3.94,
            "invert_level_end_point": -3.99,
            "length": 49.77,
            "type": "mixed sewer",
            "material": "01",
            "width": 0.2,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810115/?format=api",
            "id": 810115,
            "code": "SW_PBG006-SW_PBG007",
            "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.455722769116734,
                        52.09573571579523,
                        0.0
                    ],
                    [
                        4.456206530615441,
                        52.09574412214909,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:27.594228Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938281/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938282/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -3.99,
            "invert_level_end_point": -4.05,
            "length": 33.16,
            "type": "mixed sewer",
            "material": "01",
            "width": 0.2,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810116/?format=api",
            "id": 810116,
            "code": "SW_PBG007-SW_PBG008",
            "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.456206530615441,
                        52.09574412214909,
                        0.0
                    ],
                    [
                        4.456753975166684,
                        52.095735951059105,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:27.621766Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938282/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938283/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -4.05,
            "invert_level_end_point": -4.12,
            "length": 37.53,
            "type": "mixed sewer",
            "material": "01",
            "width": 0.2,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810117/?format=api",
            "id": 810117,
            "code": "SW_SWG049-SW_SWG050",
            "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.470487512687035,
                        52.095158103185575,
                        0.0
                    ],
                    [
                        4.470657786782348,
                        52.095216774155524,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:27.648919Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938284/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938285/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -6.41,
            "invert_level_end_point": -6.51,
            "length": 13.37,
            "type": "mixed sewer",
            "material": "00",
            "width": 0.4,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}