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=4980
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=4981",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=4979",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810065/?format=api",
            "id": 810065,
            "code": "EI_EIG104-EI_EIG105c2",
            "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.365810388095913,
                        52.07391504070842,
                        0.0
                    ],
                    [
                        4.365628460622463,
                        52.074031214950374,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:25.622975Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/901859/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938220/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.31,
            "invert_level_end_point": -1.9,
            "length": 18.03,
            "type": "overflow",
            "material": "00",
            "width": 1.25,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810066/?format=api",
            "id": 810066,
            "code": "EI_EIG322-EI_EIG321",
            "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.385654528225788,
                        52.08380732908753,
                        0.0
                    ],
                    [
                        4.385274838888519,
                        52.08412877065613,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:25.668566Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/932333/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938222/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -0.63,
            "invert_level_end_point": -0.73,
            "length": 44.23,
            "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/810067/?format=api",
            "id": 810067,
            "code": "LZ_LZG218c2-LZ_LZG071",
            "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.401840119072504,
                        52.07720052518762,
                        0.0
                    ],
                    [
                        4.401782215830007,
                        52.077173524512936,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:25.717013Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938228/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938226/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -5.77,
            "invert_level_end_point": -5.77,
            "length": 4.9,
            "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/810068/?format=api",
            "id": 810068,
            "code": "LZ_LZG070c2-LZ_LZG071",
            "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.401326983772711,
                        52.077574563815276,
                        0.0
                    ],
                    [
                        4.401782215830007,
                        52.077173524512936,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:25.760531Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/931877/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938226/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -4.91,
            "invert_level_end_point": -5.75,
            "length": 54.51,
            "type": "overflow",
            "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/810069/?format=api",
            "id": 810069,
            "code": "LZ_LZG175-LZ_LZG174c2",
            "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.40618802868089,
                        52.08060879344228,
                        0.0
                    ],
                    [
                        4.406000494150619,
                        52.080525255864764,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:25.806454Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/901864/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938227/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -5.32,
            "invert_level_end_point": -5.32,
            "length": 15.95,
            "type": "overflow",
            "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/810070/?format=api",
            "id": 810070,
            "code": "SW_SWR038-SW_SWR039c1",
            "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.467579430792292,
                        52.094192193461616,
                        0.0
                    ],
                    [
                        4.467047545525483,
                        52.093998474245105,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:25.850665Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937236/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938234/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -6.0,
            "invert_level_end_point": -5.84,
            "length": 42.43,
            "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/810071/?format=api",
            "id": 810071,
            "code": "TL_TLG107-TL_TLG106c2",
            "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.40944700317964,
                        52.09268599381973,
                        0.0
                    ],
                    [
                        4.409395359360495,
                        52.09271864336599,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:25.892581Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/901886/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938235/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.16,
            "invert_level_end_point": -2.28,
            "length": 5.14,
            "type": "overflow",
            "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/810072/?format=api",
            "id": 810072,
            "code": "TL_TLG140-TL_TLG141c2  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.413944501218103,
                        52.09580747188505,
                        0.0
                    ],
                    [
                        4.413930828326961,
                        52.09588582927004,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:25.933887Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/901887/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938236/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.78,
            "invert_level_end_point": -1.78,
            "length": 8.7684263160347,
            "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/810073/?format=api",
            "id": 810073,
            "code": "WL_WLR051c2-WL_WLR047",
            "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.382311445790648,
                        52.090587663621456,
                        0.0
                    ],
                    [
                        4.381908987847195,
                        52.090944585173034,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:25.974802Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938239/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938237/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.53,
            "invert_level_end_point": -2.83,
            "length": 48.3,
            "type": "overflow",
            "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/810074/?format=api",
            "id": 810074,
            "code": "WL_WLR047-WL_WLR048",
            "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.381908987847195,
                        52.090944585173034,
                        0.0
                    ],
                    [
                        4.381868021428738,
                        52.09098180816088,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:26.017389Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938237/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938238/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.83,
            "invert_level_end_point": -2.85,
            "length": 5.0,
            "type": "overflow",
            "material": "00",
            "width": 0.7,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}