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=4986
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=4987",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=4985",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810129/?format=api",
            "id": 810129,
            "code": "WL_WLR057c2-WL_WLR058c2",
            "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.383352072228816,
                        52.088921861841,
                        0.0
                    ],
                    [
                        4.38333039498364,
                        52.08891898060079,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:27.997879Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/901986/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901586/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.46,
            "invert_level_end_point": -2.46,
            "length": 1.52,
            "type": "tranport",
            "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/810130/?format=api",
            "id": 810130,
            "code": "WL_WLG021c2-WL_WLR059",
            "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.384386689380102,
                        52.088015089139134,
                        0.0
                    ],
                    [
                        4.383820177151668,
                        52.08845376577442,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:28.026581Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938211/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901587/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.58,
            "invert_level_end_point": -2.71,
            "length": 62.31,
            "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/810131/?format=api",
            "id": 810131,
            "code": "WL_WLR063-WL_WLR061",
            "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.383940646873095,
                        52.09090185406148,
                        0.0
                    ],
                    [
                        4.383719609290886,
                        52.09112118214019,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:28.056117Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/901589/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901588/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.0,
            "invert_level_end_point": -2.25,
            "length": 28.72,
            "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/810132/?format=api",
            "id": 810132,
            "code": "WL_WLR064-WL_WLR063",
            "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.384048736376292,
                        52.090793112995655,
                        0.0
                    ],
                    [
                        4.383940646873095,
                        52.09090185406148,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:28.084874Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937303/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901589/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.97,
            "invert_level_end_point": -2.0,
            "length": 14.19,
            "type": "rain water",
            "material": "00",
            "width": 0.5,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810133/?format=api",
            "id": 810133,
            "code": "WL_WLR075-WL_WLR079c2",
            "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.38548249935756,
                        52.08947508260103,
                        0.0
                    ],
                    [
                        4.385544327376517,
                        52.08990041034155,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:28.114149Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938242/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938298/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.68,
            "invert_level_end_point": -2.71,
            "length": 47.5,
            "type": "tranport",
            "material": "00",
            "width": 0.8,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810134/?format=api",
            "id": 810134,
            "code": "WL_WLR096-WL_WLR102",
            "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.384392962390046,
                        52.08793055956219,
                        0.0
                    ],
                    [
                        4.383876436454688,
                        52.08851518764228,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:28.143321Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937307/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938299/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.8,
            "length": 74.06,
            "type": "tranport",
            "material": "01",
            "width": 0.5,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810135/?format=api",
            "id": 810135,
            "code": "WL_WLR109-WL_WLR102",
            "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.383775106125027,
                        52.088478999598536,
                        0.0
                    ],
                    [
                        4.383876436454688,
                        52.08851518764228,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:28.171455Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938302/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938299/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.71,
            "invert_level_end_point": -1.8,
            "length": 8.03,
            "type": "tranport",
            "material": "01",
            "width": 0.5,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810136/?format=api",
            "id": 810136,
            "code": "WL_WLR087-WL_WLR055c1",
            "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.383259367582843,
                        52.08918389950531,
                        0.0
                    ],
                    [
                        4.383403361643882,
                        52.089009668150915,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:28.200252Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/935860/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901987/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.85,
            "invert_level_end_point": -2.88,
            "length": 22.71,
            "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/810137/?format=api",
            "id": 810137,
            "code": "WL_WLR059-WL_WLR057c1",
            "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.383820177151668,
                        52.08845376577442,
                        0.0
                    ],
                    [
                        4.383321435105011,
                        52.088921600864886,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:28.228627Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/901587/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938300/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.71,
            "invert_level_end_point": -2.83,
            "length": 61.22,
            "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/810138/?format=api",
            "id": 810138,
            "code": "WL_WLR046-WL_WLR058c1",
            "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.382776438513633,
                        52.0887002413202,
                        0.0
                    ],
                    [
                        4.383299757861989,
                        52.08891871961823,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:28.257498Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/932042/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938301/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.4,
            "invert_level_end_point": -2.46,
            "length": 45.01,
            "type": "tranport",
            "material": "00",
            "width": 0.7,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}