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=4989
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=4990",
    "previous": "https://demo.lizard.net/api/v4/pipes/?format=api&page=4988",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810160/?format=api",
            "id": 810160,
            "code": "S4_S4R012-S4_S4R013",
            "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.382529467138222,
                        52.08127334710288,
                        0.0
                    ],
                    [
                        4.38222158799496,
                        52.081483033255275,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:29.178024Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/932075/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901582/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 31.46,
            "type": "tranport",
            "material": "01",
            "width": 0.125,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810161/?format=api",
            "id": 810161,
            "code": "S4_S4R012-S4_S4R014",
            "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.382529467138222,
                        52.08127334710288,
                        0.0
                    ],
                    [
                        4.382222754796698,
                        52.081099947514026,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:29.220976Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/932075/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901583/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 28.54,
            "type": "tranport",
            "material": "01",
            "width": 0.125,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810162/?format=api",
            "id": 810162,
            "code": "S4_S4R019-S4_S4R021",
            "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.383745020201054,
                        52.08089126107139,
                        0.0
                    ],
                    [
                        4.383256270628576,
                        52.08079415540248,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:29.262753Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938264/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901584/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 35.67,
            "type": "tranport",
            "material": "01",
            "width": 0.125,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810163/?format=api",
            "id": 810163,
            "code": "S4_S4R022-S4_S4R025",
            "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.384125032464558,
                        52.08063274756328,
                        0.0
                    ],
                    [
                        4.383559015419886,
                        52.08053327750923,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:29.305798Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938265/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901585/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 41.07,
            "type": "tranport",
            "material": "01",
            "width": 0.125,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810164/?format=api",
            "id": 810164,
            "code": "S4_S4R026-S4_S4R029",
            "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.384504890440722,
                        52.08037441130466,
                        0.0
                    ],
                    [
                        4.38386190988109,
                        52.080265568759245,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:29.352876Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938266/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901553/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 46.48,
            "type": "tranport",
            "material": "01",
            "width": 0.125,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810165/?format=api",
            "id": 810165,
            "code": "S4_S4R030-S4_S4R032",
            "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.384884608233476,
                        52.080115623212656,
                        0.0
                    ],
                    [
                        4.38422708099209,
                        52.079992007421986,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:29.394652Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/938267/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901590/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 47.63,
            "type": "tranport",
            "material": "01",
            "width": 0.125,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810166/?format=api",
            "id": 810166,
            "code": "S4_S4R033-S4_S4R036",
            "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.385261514025539,
                        52.0798584279556,
                        0.0
                    ],
                    [
                        4.384773269231411,
                        52.079765197922455,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:29.435300Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/931951/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901591/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 35.63,
            "type": "tranport",
            "material": "01",
            "width": 0.125,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810167/?format=api",
            "id": 810167,
            "code": "S6_S6R041-S6_S6R033",
            "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.379683264977806,
                        52.085468311504016,
                        0.0
                    ],
                    [
                        4.379474876680524,
                        52.085696369008936,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:29.477454Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/936581/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901592/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -1.5,
            "invert_level_end_point": -1.5,
            "length": 29.12,
            "type": "tranport",
            "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/810168/?format=api",
            "id": 810168,
            "code": "ST_STR322-ST_STR253",
            "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.366636018495699,
                        52.08167743164508,
                        0.0
                    ],
                    [
                        4.366891051159896,
                        52.08159397834617,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:29.521548Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937226/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901608/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -2.21,
            "invert_level_end_point": -2.21,
            "length": 19.8,
            "type": "tranport",
            "material": "00",
            "width": 1.0,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pipes/810169/?format=api",
            "id": 810169,
            "code": "DK_DKR74-DK_DKR121",
            "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.396718952903876,
                        52.084567804888394,
                        0.0
                    ],
                    [
                        4.396471038117185,
                        52.084693988363355,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:34.048479Z",
            "created": "2015-12-07T10:21:29.563953Z",
            "image_url": "",
            "start_point": "https://demo.lizard.net/api/v4/manholes/937097/?format=api",
            "end_point": "https://demo.lizard.net/api/v4/manholes/901615/?format=api",
            "connection_serial": null,
            "invert_level_start_point": -0.95,
            "invert_level_end_point": -0.95,
            "length": 22.04,
            "type": "tranport",
            "material": "00",
            "width": 0.3,
            "height": null,
            "shape": "round",
            "number_of_inhabitants": null,
            "dwa_definition": "",
            "allowed_flow_direction": null
        }
    ]
}