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=5005
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=5006",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=5004",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810327/?format=api",
            "id": 810327,
            "code": "TL_TLR158-TL_TLR159",
            "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.406455296539097,
                        52.09408223223742,
                        0.0
                    ],
                    [
                        4.406801840861237,
                        52.09433086349635,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.226766Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936909/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901838/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.0,
            "invert_level_end_point": -1.0,
            "length": 36.46,
            "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/810328/?format=api",
            "id": 810328,
            "code": "VW_VWR041-VW_VWR040",
            "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.387301751933775,
                        52.08431038904692,
                        0.0
                    ],
                    [
                        4.387433869905139,
                        52.08420912957859,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.268659Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936954/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901839/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -0.7,
            "invert_level_end_point": -0.7,
            "length": 14.45,
            "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/810329/?format=api",
            "id": 810329,
            "code": "WN_WNR054-WN_WNR052",
            "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.359568814812595,
                        52.070323721899456,
                        0.0
                    ],
                    [
                        4.359526769037982,
                        52.070338096576876,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.308894Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/932033/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901841/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 3.3,
            "type": "rain water",
            "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/810330/?format=api",
            "id": 810330,
            "code": "DH_DHG002c2-DH_DHG053",
            "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.383827342261258,
                        52.09186078422286,
                        0.0
                    ],
                    [
                        4.383640092604781,
                        52.09197235659845,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.350845Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/931788/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901842/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.1,
            "invert_level_end_point": -2.1,
            "length": 17.78,
            "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/810331/?format=api",
            "id": 810331,
            "code": "EI_EIG020c2-EI_EIG090",
            "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.364932365145274,
                        52.06904545346255,
                        0.0
                    ],
                    [
                        4.364681631433307,
                        52.06904588423112,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.391843Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938219/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901847/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.0,
            "invert_level_end_point": -1.0,
            "length": 17.56,
            "type": "overflow",
            "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/810332/?format=api",
            "id": 810332,
            "code": "ES_ESG189c2-ES_ESG188",
            "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.366974260692106,
                        52.08305014159692,
                        0.0
                    ],
                    [
                        4.366814106093026,
                        52.08286916158493,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.431626Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938223/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901848/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -3.05,
            "invert_level_end_point": -3.05,
            "length": 22.89,
            "type": "overflow",
            "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/810333/?format=api",
            "id": 810333,
            "code": "LZ_LZG071-LZ_LZG072",
            "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.401782215830007,
                        52.077173524512936,
                        0.0
                    ],
                    [
                        4.401899754133192,
                        52.076963454681035,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.473596Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938226/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901849/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -5.75,
            "invert_level_end_point": -5.77,
            "length": 24.72,
            "type": "overflow",
            "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/810334/?format=api",
            "id": 810334,
            "code": "PH_PHG077c2-PH_PHG147  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.403797075256599,
                        52.101507126941286,
                        0.0
                    ],
                    [
                        4.403788692476759,
                        52.10167586257656,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.514256Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938263/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901850/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.07,
            "invert_level_end_point": -2.07,
            "length": 18.7827261218185,
            "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/810335/?format=api",
            "id": 810335,
            "code": "RK_RKG046c2-RK_RKG045  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.393873343248211,
                        52.08864221142354,
                        0.0
                    ],
                    [
                        4.393869762383631,
                        52.088580069928945,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.554746Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938230/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901851/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.97,
            "invert_level_end_point": -1.97,
            "length": 6.91835963297606,
            "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/810336/?format=api",
            "id": 810336,
            "code": "ST_STG283c2-ST_STG284  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.364052192874771,
                        52.07624394008841,
                        0.0
                    ],
                    [
                        4.364148410873053,
                        52.07617646172344,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.595389Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938270/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901852/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.9,
            "invert_level_end_point": -1.9,
            "length": 9.99400321077071,
            "type": "rain water",
            "material": "00",
            "width": 0.9,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}