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=5009
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=5010",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=5008",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810369/?format=api",
            "id": 810369,
            "code": "DV_DVG013-DV_DVG012c1",
            "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.39171634879493,
                        52.09951793275042,
                        0.0
                    ],
                    [
                        4.391462533732302,
                        52.09970805495291,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.948931Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938245/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938313/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.31,
            "invert_level_end_point": -2.41,
            "length": 26.18,
            "type": "mixed sewer",
            "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/810370/?format=api",
            "id": 810370,
            "code": "DV_DVG084-DV_DVG082c1",
            "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.396111179678324,
                        52.10101103077108,
                        0.0
                    ],
                    [
                        4.39556562285728,
                        52.101450298997676,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:36.978718Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/932735/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938314/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.11,
            "invert_level_end_point": -2.14,
            "length": 60.36,
            "type": "mixed sewer",
            "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/810371/?format=api",
            "id": 810371,
            "code": "DV_DVG083-DV_DVG082c1",
            "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.396089486141149,
                        52.101673487333436,
                        0.0
                    ],
                    [
                        4.39556562285728,
                        52.101450298997676,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:37.006332Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/932734/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938314/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.0,
            "invert_level_end_point": -2.03,
            "length": 42.0,
            "type": "mixed sewer",
            "material": "00",
            "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/810372/?format=api",
            "id": 810372,
            "code": "DV_DVG100-DV_DVG099c1",
            "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.396893665313918,
                        52.1021374960015,
                        0.0
                    ],
                    [
                        4.397032389687381,
                        52.102292905603655,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:37.033699Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/932754/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938315/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.1,
            "invert_level_end_point": -2.2,
            "length": 20.79,
            "type": "mixed sewer",
            "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/810373/?format=api",
            "id": 810373,
            "code": "DZ_DZG007-DZ_DZG001c1",
            "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.380189386374628,
                        52.094729305040076,
                        0.0
                    ],
                    [
                        4.379618389011136,
                        52.09448712531995,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:37.060555Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/932787/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938316/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.14,
            "invert_level_end_point": -2.16,
            "length": 45.86,
            "type": "mixed sewer",
            "material": "00",
            "width": 0.43,
            "height": null,
            "shape": "trapezium",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810374/?format=api",
            "id": 810374,
            "code": "ES_ESG369-ES_ESG371c1",
            "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.37619745321,
                        52.08549742240305,
                        0.0
                    ],
                    [
                        4.376509600707798,
                        52.085546840937674,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:37.088278Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/931868/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938321/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.2,
            "invert_level_end_point": -2.24,
            "length": 24.04,
            "type": "mixed sewer",
            "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/810375/?format=api",
            "id": 810375,
            "code": "LZ_LZG034-LZ_LZG055c1",
            "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.397363721611415,
                        52.07784919643444,
                        0.0
                    ],
                    [
                        4.397744009824391,
                        52.077791088107,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:37.115954Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/931876/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938322/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -3.57,
            "invert_level_end_point": -2.92,
            "length": 28.8,
            "type": "mixed sewer",
            "material": "01",
            "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/810376/?format=api",
            "id": 810376,
            "code": "LZ_LZG121-LZ_LZG122c1",
            "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.401923060255239,
                        52.079283162394624,
                        0.0
                    ],
                    [
                        4.40230308160988,
                        52.07898567025159,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:37.144905Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/933715/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938324/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -5.35,
            "invert_level_end_point": -5.45,
            "length": 43.37,
            "type": "mixed sewer",
            "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/810377/?format=api",
            "id": 810377,
            "code": "LZ_LZG100-LZ_LZG215c1",
            "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.400925353464234,
                        52.07846862637655,
                        0.0
                    ],
                    [
                        4.400736057250574,
                        52.07847243491003,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:37.173919Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/933702/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938325/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -3.52,
            "invert_level_end_point": -3.56,
            "length": 10.99,
            "type": "mixed sewer",
            "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/810384/?format=api",
            "id": 810384,
            "code": "ST_STG093-ST_STG107c1",
            "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.359594052366063,
                        52.08035098578274,
                        0.0
                    ],
                    [
                        4.359990701867727,
                        52.0805428467187,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:37.418910Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/931959/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/938330/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.18,
            "invert_level_end_point": -2.18,
            "length": 36.18,
            "type": "mixed sewer",
            "material": "00",
            "width": 0.3,
            "height": null,
            "shape": "trapezium",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}