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=5004
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=5005",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=5003",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810316/?format=api",
            "id": 810316,
            "code": "WN_WNR031-WN_WNR025",
            "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.358087468334554,
                        52.06667756538953,
                        0.0
                    ],
                    [
                        4.357690613217337,
                        52.06645594248237,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:34.762148Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937000/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901825/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.5,
            "invert_level_end_point": -2.5,
            "length": 36.72,
            "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/810317/?format=api",
            "id": 810317,
            "code": "DK_DKR056-DK_DKR059",
            "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.399745333602189,
                        52.08165212940449,
                        0.0
                    ],
                    [
                        4.400225026964346,
                        52.08154675681624,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:34.803350Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/935844/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901826/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.15,
            "invert_level_end_point": -1.15,
            "length": 34.91,
            "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/810318/?format=api",
            "id": 810318,
            "code": "DR_DRR006-DR_DRR007",
            "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.403190742749882,
                        52.088882443054345,
                        0.0
                    ],
                    [
                        4.403273249276768,
                        52.088839806881964,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:34.845823Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/931813/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901828/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.6,
            "invert_level_end_point": -1.6,
            "length": 7.38,
            "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/810319/?format=api",
            "id": 810319,
            "code": "DR_DRR064-DR_DRR063",
            "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.401265592966188,
                        52.08595925793573,
                        0.0
                    ],
                    [
                        4.401283261997198,
                        52.085945383535204,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:34.892018Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937102/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901829/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.11,
            "invert_level_end_point": -1.13,
            "length": 1.96,
            "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/810320/?format=api",
            "id": 810320,
            "code": "ES_ESR204-ES_ESR202",
            "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.374814683747095,
                        52.08169450122335,
                        0.0
                    ],
                    [
                        4.3745872911792,
                        52.08114415006221,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:34.936644Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937143/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901830/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.4,
            "invert_level_end_point": -2.4,
            "length": 63.19,
            "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/810322/?format=api",
            "id": 810322,
            "code": "PH_PHR053-PH_PHR051",
            "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.406403691739404,
                        52.100047077648775,
                        0.0
                    ],
                    [
                        4.406292717329386,
                        52.10010916412646,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.022592Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/935671/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901832/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -0.7,
            "invert_level_end_point": -0.7,
            "length": 10.28,
            "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/810323/?format=api",
            "id": 810323,
            "code": "PV_PVR023-PV_PVR024",
            "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.377916924388061,
                        52.09230118494114,
                        0.0
                    ],
                    [
                        4.378142001389723,
                        52.09235704401139,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.064561Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937187/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901833/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.02,
            "invert_level_end_point": -2.06,
            "length": 16.63,
            "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/810324/?format=api",
            "id": 810324,
            "code": "RK_RKR030-RK_RKR028",
            "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.398542892361903,
                        52.08953171040157,
                        0.0
                    ],
                    [
                        4.398697202245902,
                        52.08958127364321,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.105502Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/935850/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901834/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.3,
            "invert_level_end_point": -2.3,
            "length": 11.93,
            "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/810325/?format=api",
            "id": 810325,
            "code": "S2_S2R001-S2_S2R040",
            "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.377234790591334,
                        52.08568779812171,
                        0.0
                    ],
                    [
                        4.377119605207742,
                        52.08575521438636,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.146389Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936530/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901835/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.79,
            "invert_level_end_point": -1.82,
            "length": 10.89,
            "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/810326/?format=api",
            "id": 810326,
            "code": "SW_SWR097F-SW_SWR096",
            "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.459847269928217,
                        52.09765196507089,
                        0.0
                    ],
                    [
                        4.457674062465278,
                        52.096827047689445,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:35.186947Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936788/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901836/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -4.58,
            "invert_level_end_point": -5.06,
            "length": 174.93,
            "type": "rain water",
            "material": "01",
            "width": 0.16,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}