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=5006
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=5007",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=5005",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810337/?format=api",
            "id": 810337,
            "code": "SW_SWG096c2-SW_SWG062",
            "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.471935261833874,
                        52.09397235403736,
                        0.0
                    ],
                    [
                        4.47191491425714,
                        52.09393264655121,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.636445Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938291/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901853/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -5.9,
            "invert_level_end_point": -5.8,
            "length": 4.6,
            "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/810338/?format=api",
            "id": 810338,
            "code": "WL_WLR049-WL_WLR050",
            "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.381592577478165,
                        52.09085568481242,
                        0.0
                    ],
                    [
                        4.381236653091228,
                        52.09113515967231,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.687569Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938213/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901854/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.9,
            "invert_level_end_point": -3.0,
            "length": 39.52,
            "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/810339/?format=api",
            "id": 810339,
            "code": "DH_DHG051c2-DH_DHG052",
            "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.385926265343726,
                        52.093162659090176,
                        0.0
                    ],
                    [
                        4.38566271792426,
                        52.093116735084465,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.732987Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938312/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901855/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.9,
            "invert_level_end_point": -2.94,
            "length": 20.71,
            "type": "overflow",
            "material": "00",
            "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/810340/?format=api",
            "id": 810340,
            "code": "EI_EIG064c2-EI_EIG065",
            "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.364601673656656,
                        52.07290178008891,
                        0.0
                    ],
                    [
                        4.364585912796309,
                        52.07295953032328,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.775541Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938194/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901858/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -0.84,
            "invert_level_end_point": -1.0,
            "length": 9.02,
            "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/810341/?format=api",
            "id": 810341,
            "code": "ES_ESG127c2-ES_ESG126  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.371370765767797,
                        52.090741323710496,
                        0.0
                    ],
                    [
                        4.371278100867047,
                        52.09082492823029,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.829219Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938249/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901861/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.45,
            "invert_level_end_point": -2.45,
            "length": 11.2632366632376,
            "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/810342/?format=api",
            "id": 810342,
            "code": "ES_ESG259c2-ES_ESG260",
            "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.374766441341479,
                        52.08891744761789,
                        0.0
                    ],
                    [
                        4.37495713192249,
                        52.08899593852408,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.877845Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938250/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/900263/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -3.08,
            "invert_level_end_point": -3.08,
            "length": 15.8,
            "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/810343/?format=api",
            "id": 810343,
            "code": "ES_ESG371c2-ES_ESG370",
            "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.376540235467562,
                        52.0855471036795,
                        0.0
                    ],
                    [
                        4.37668318858942,
                        52.085568104627406,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.919037Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938224/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901862/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.24,
            "invert_level_end_point": -2.24,
            "length": 10.17,
            "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/810344/?format=api",
            "id": 810344,
            "code": "LZ_LZG122c2-LZ_LZG123",
            "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.402333712070734,
                        52.07898592627685,
                        0.0
                    ],
                    [
                        4.402244383491386,
                        52.0789350231221,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.961505Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/931879/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901863/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -4.57,
            "invert_level_end_point": -4.57,
            "length": 8.27,
            "type": "overflow",
            "material": "01",
            "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/810345/?format=api",
            "id": 810345,
            "code": "S6_S6R050c2-S6_S6R051",
            "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.379894408274825,
                        52.08494293317149,
                        0.0
                    ],
                    [
                        4.380017484275729,
                        52.0849265472201,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.002353Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938231/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901866/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.7,
            "invert_level_end_point": -1.75,
            "length": 8.73,
            "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/810346/?format=api",
            "id": 810346,
            "code": "ST_STG124c2-ST_STG125",
            "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.360102990370494,
                        52.08251450002826,
                        0.0
                    ],
                    [
                        4.359976383582473,
                        52.08261469862022,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.043915Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938268/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901867/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.45,
            "invert_level_end_point": -2.45,
            "length": 14.07,
            "type": "overflow",
            "material": "00",
            "width": 0.5,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}