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=4996
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=4997",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=4995",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810231/?format=api",
            "id": 810231,
            "code": "PV_PVR027-PV_PVR028",
            "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.37644112498393,
                        52.09272115978852,
                        0.0
                    ],
                    [
                        4.376366961367386,
                        52.09279351136679,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:31.734800Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936442/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901707/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.26,
            "invert_level_end_point": -2.3,
            "length": 9.52,
            "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/810232/?format=api",
            "id": 810232,
            "code": "PV_PVR035-PV_PVR036",
            "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.381031901207747,
                        52.09126563442155,
                        0.0
                    ],
                    [
                        4.381097370517117,
                        52.09120956502202,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:31.761883Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936449/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901708/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.93,
            "invert_level_end_point": -1.96,
            "length": 7.68,
            "type": "rain water",
            "material": "00",
            "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/810233/?format=api",
            "id": 810233,
            "code": "PV_PVR037-PV_PVR039",
            "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.381247412912308,
                        52.09105255617647,
                        0.0
                    ],
                    [
                        4.381187297448807,
                        52.091104177048294,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:31.789656Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/931935/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901709/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.02,
            "invert_level_end_point": -2.05,
            "length": 7.07,
            "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/810234/?format=api",
            "id": 810234,
            "code": "PV_PVR050-PV_PVR051",
            "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.378774996692388,
                        52.09258573942812,
                        0.0
                    ],
                    [
                        4.378555910250008,
                        52.092490652558865,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:31.822159Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936461/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901710/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.04,
            "invert_level_end_point": -2.07,
            "length": 18.37,
            "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/810235/?format=api",
            "id": 810235,
            "code": "RK_RKR002-RK_RKR003",
            "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.384378858796242,
                        52.08529299675675,
                        0.0
                    ],
                    [
                        4.384122583449122,
                        52.085308792841744,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:31.859254Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936486/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901711/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.4,
            "invert_level_end_point": -1.4,
            "length": 17.65,
            "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/810236/?format=api",
            "id": 810236,
            "code": "RK_RKR006-RK_RKR007",
            "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.389628734377641,
                        52.087857425818505,
                        0.0
                    ],
                    [
                        4.389526914460392,
                        52.087914989883934,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:31.895518Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936489/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901712/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.2,
            "invert_level_end_point": -1.2,
            "length": 9.47,
            "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/810237/?format=api",
            "id": 810237,
            "code": "RK_RKR017-RK_RKR016",
            "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.39177813872069,
                        52.08942748538684,
                        0.0
                    ],
                    [
                        4.391673188825736,
                        52.08946174435009,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:31.930214Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936495/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901713/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.2,
            "invert_level_end_point": -1.2,
            "length": 8.14,
            "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/810238/?format=api",
            "id": 810238,
            "code": "RK_RKR019-RK_RKR020",
            "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.396215982845224,
                        52.08683463935435,
                        0.0
                    ],
                    [
                        4.396075122292546,
                        52.08694248660129,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:31.958127Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936497/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901714/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -0.49,
            "invert_level_end_point": -1.0,
            "length": 15.4,
            "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/810239/?format=api",
            "id": 810239,
            "code": "RK_RKR032-RK_RKR029",
            "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.398516538423353,
                        52.08952250070531,
                        0.0
                    ],
                    [
                        4.398701132559438,
                        52.089575104472374,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:31.984551Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936519/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901715/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.3,
            "invert_level_end_point": -2.3,
            "length": 14.1,
            "type": "rain water",
            "material": "01",
            "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/810240/?format=api",
            "id": 810240,
            "code": "S1_S1R010-S1_S1R001",
            "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.375510594865362,
                        52.08943493204079,
                        0.0
                    ],
                    [
                        4.375281548502716,
                        52.08937471918325,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:32.011356Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936520/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901716/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.8,
            "invert_level_end_point": -1.82,
            "length": 17.07,
            "type": "rain water",
            "material": "01",
            "width": 0.315,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}