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=5007
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=5008",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=5006",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810347/?format=api",
            "id": 810347,
            "code": "SW_SWG014c2-SW_SWG015",
            "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.460770685939373,
                        52.097989285282644,
                        0.0
                    ],
                    [
                        4.460837228496933,
                        52.09802495340761,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.084794Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938233/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901868/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -5.07,
            "invert_level_end_point": -5.07,
            "length": 6.12,
            "type": "overflow",
            "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/810348/?format=api",
            "id": 810348,
            "code": "SW_SWR009c2-SW_SWR010",
            "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.46928514695145,
                        52.09308165557145,
                        0.0
                    ],
                    [
                        4.469248247249383,
                        52.09300244897058,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.125879Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938199/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901869/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -5.34,
            "invert_level_end_point": -5.32,
            "length": 9.14,
            "type": "overflow",
            "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/810349/?format=api",
            "id": 810349,
            "code": "SW_SWR039c2-SW_SWR040  was weir",
            "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.467047545525483,
                        52.093998474245105,
                        0.0
                    ],
                    [
                        4.466508661486481,
                        52.09379759699157,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.167030Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938234/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901870/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -5.67,
            "invert_level_end_point": -5.67,
            "length": 43.1661731358849,
            "type": "rain water",
            "material": "00",
            "width": 0.9,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810350/?format=api",
            "id": 810350,
            "code": "WN_WNG052c2-WN_WNG053  was weir",
            "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.346501391645107,
                        52.062989739787085,
                        0.0
                    ],
                    [
                        4.346360901086422,
                        52.06310481237883,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.208457Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938216/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901871/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.18,
            "invert_level_end_point": -1.18,
            "length": 16.0232986731262,
            "type": "rain water",
            "material": "00",
            "width": 0.9,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810351/?format=api",
            "id": 810351,
            "code": "DK_DKR147c3-DK_DKR148",
            "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.398064907392243,
                        52.082153892170545,
                        0.0
                    ],
                    [
                        4.398118760260233,
                        52.08221250055897,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.249977Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938187/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901872/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.1,
            "invert_level_end_point": -1.1,
            "length": 7.54,
            "type": "overflow",
            "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/810352/?format=api",
            "id": 810352,
            "code": "DK_DKR74-DK_DKR75",
            "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.396718952903876,
                        52.084567804888394,
                        0.0
                    ],
                    [
                        4.396975030055497,
                        52.08444852083442,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.296199Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937097/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901873/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -0.95,
            "invert_level_end_point": -0.95,
            "length": 22.01,
            "type": "tranport",
            "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/810353/?format=api",
            "id": 810353,
            "code": "DV_DVG136c2-DV_DVG184  was weir",
            "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.398705969523261,
                        52.10302666842176,
                        0.0
                    ],
                    [
                        4.398633720676944,
                        52.10315190272521,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.341215Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938191/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901874/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.9,
            "invert_level_end_point": -2.9,
            "length": 14.7870754489135,
            "type": "rain water",
            "material": "00",
            "width": 0.9,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810354/?format=api",
            "id": 810354,
            "code": "ES_ESG422c2-ES_ESG421  was weir",
            "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.375002257840695,
                        52.0824508890929,
                        0.0
                    ],
                    [
                        4.37547950378706,
                        52.08273408500126,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.384153Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938225/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901876/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.16,
            "invert_level_end_point": -2.16,
            "length": 45.420535037041,
            "type": "rain water",
            "material": "00",
            "width": 0.9,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810355/?format=api",
            "id": 810355,
            "code": "ES_ESR002-ES_ESR006",
            "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.365972315532283,
                        52.08581266381684,
                        0.0
                    ],
                    [
                        4.366134816575369,
                        52.0860317770504,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.426563Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/932051/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901877/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 26.8,
            "type": "tranport",
            "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/810356/?format=api",
            "id": 810356,
            "code": "ES_ESR118-ES_ESR117",
            "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.375449211669894,
                        52.08330568233622,
                        0.0
                    ],
                    [
                        4.375911118902741,
                        52.08306758326513,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.468865Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936197/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901878/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.75,
            "invert_level_end_point": -2.04,
            "length": 41.28,
            "type": "rain water",
            "material": "00",
            "width": 0.3,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}