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=5008
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=5009",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=5007",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810357/?format=api",
            "id": 810357,
            "code": "S1_S1R006-S1_S1R007",
            "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.374970508859882,
                        52.09018417100484,
                        0.0
                    ],
                    [
                        4.37467344620364,
                        52.090143866851044,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.510003Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936517/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901879/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.8,
            "invert_level_end_point": -1.82,
            "length": 20.85,
            "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/810358/?format=api",
            "id": 810358,
            "code": "S2_S2R038-S2_S2R039",
            "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.376245157694211,
                        52.087692317326194,
                        0.0
                    ],
                    [
                        4.37590527811589,
                        52.087597447378876,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.551497Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937197/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901880/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.57,
            "invert_level_end_point": -1.82,
            "length": 25.58,
            "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/810359/?format=api",
            "id": 810359,
            "code": "S4_S4R002-S4_S4R003",
            "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.381511381013512,
                        52.08168380244948,
                        0.0
                    ],
                    [
                        4.381451984869035,
                        52.08165210493051,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.592949Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936569/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901881/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -0.85,
            "invert_level_end_point": -0.85,
            "length": 5.39,
            "type": "rain water",
            "material": "01",
            "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/810360/?format=api",
            "id": 810360,
            "code": "S6_S6R028c2-S6_S6R029",
            "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.378262000777291,
                        52.08487872143925,
                        0.0
                    ],
                    [
                        4.378204983970611,
                        52.08493549086413,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.634415Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938196/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901882/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.73,
            "invert_level_end_point": -1.75,
            "length": 7.38,
            "type": "overflow",
            "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/810361/?format=api",
            "id": 810361,
            "code": "ST_STG107c2-ST_STG108  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.360021333072511,
                        52.080543113746124,
                        0.0
                    ],
                    [
                        4.360128958046763,
                        52.08045605287987,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.677506Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938232/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901883/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.8,
            "invert_level_end_point": -1.8,
            "length": 12.1762761234244,
            "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/810362/?format=api",
            "id": 810362,
            "code": "ZW_ZWG018c2-ZW_ZWG019  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.388917812042535,
                        52.07373889806598,
                        0.0
                    ],
                    [
                        4.388842870129436,
                        52.07365889337518,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.720523Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938217/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901888/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -5.0,
            "invert_level_end_point": -5.0,
            "length": 10.2779618670127,
            "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/810365/?format=api",
            "id": 810365,
            "code": "ES_ESG420-ES_ESG422c1",
            "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.374635292583256,
                        52.08223317737347,
                        0.0
                    ],
                    [
                        4.374971625213569,
                        52.082450625956206,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.833547Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/933648/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938307/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.89,
            "invert_level_end_point": -2.18,
            "length": 34.85,
            "type": "mixed sewer",
            "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/810366/?format=api",
            "id": 810366,
            "code": "PL_PLG032-PL_PLG001c1",
            "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.355086679854229,
                        52.059063775729655,
                        0.0
                    ],
                    [
                        4.355529013403526,
                        52.05873875418544,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.862392Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/934400/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938310/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.28,
            "invert_level_end_point": -2.49,
            "length": 48.49,
            "type": "mixed sewer",
            "material": "00",
            "width": 0.7,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810367/?format=api",
            "id": 810367,
            "code": "PL_PLG023-PL_PLG001c1",
            "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.356130360382904,
                        52.058353460545085,
                        0.0
                    ],
                    [
                        4.355529013403526,
                        52.05873875418544,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.890676Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/935517/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938310/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.26,
            "invert_level_end_point": -2.31,
            "length": 58.14,
            "type": "mixed sewer",
            "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/810368/?format=api",
            "id": 810368,
            "code": "DV_DVG003-DV_DVG012c1",
            "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.391298028925472,
                        52.09963664392454,
                        0.0
                    ],
                    [
                        4.391462533732302,
                        52.09970805495291,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.919723Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/932716/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938313/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.15,
            "invert_level_end_point": -2.42,
            "length": 15.48,
            "type": "mixed sewer",
            "material": "00",
            "width": 0.3,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}