List assets of type PressurePipe

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/pressurepipes/6477/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://demo.lizard.net/api/v4/pressurepipes/6477/?format=api",
    "id": 6477,
    "code": "PL_240",
    "organisation": {
        "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
        "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
        "name": "Hoogheemraadschap Hollands Noorderkwartier"
    },
    "geometry": {
        "type": "LineString",
        "coordinates": [
            [
                4.701048189941972,
                52.50698492282742,
                0.0
            ],
            [
                4.701100344151091,
                52.50693859681991,
                0.0
            ],
            [
                4.701131545677215,
                52.50690793183995,
                0.0
            ],
            [
                4.70119656617906,
                52.50684402856366,
                0.0
            ],
            [
                4.70122048343458,
                52.50682051151425,
                0.0
            ],
            [
                4.701254661557691,
                52.50678690679481,
                0.0
            ],
            [
                4.701262334469765,
                52.50677938360489,
                0.0
            ],
            [
                4.701284666078805,
                52.5067574302034,
                0.0
            ],
            [
                4.701292099985374,
                52.50675012133193,
                0.0
            ],
            [
                4.701326621903369,
                52.50671618603833,
                0.0
            ],
            [
                4.701342865859245,
                52.50670021013116,
                0.0
            ],
            [
                4.701361786972854,
                52.50668161633355,
                0.0
            ],
            [
                4.701431490783432,
                52.50661391128682,
                0.0
            ],
            [
                4.701443693693896,
                52.50660206427494,
                0.0
            ],
            [
                4.701464196520199,
                52.506582149439815,
                0.0
            ],
            [
                4.701488019265256,
                52.50655900926868,
                0.0
            ],
            [
                4.701497380754171,
                52.50654992299445,
                0.0
            ],
            [
                4.701530490463622,
                52.50651775003467,
                0.0
            ],
            [
                4.701536427376356,
                52.50651198734945,
                0.0
            ],
            [
                4.701564212891642,
                52.506485005400684,
                0.0
            ],
            [
                4.701609232051802,
                52.50644279919047,
                0.0
            ],
            [
                4.701628781914206,
                52.506424487598494,
                0.0
            ],
            [
                4.701687232233579,
                52.50638048954801,
                0.0
            ],
            [
                4.701861768603966,
                52.50626108213097,
                0.0
            ],
            [
                4.702206255424055,
                52.506022419803905,
                0.0
            ],
            [
                4.702271526961685,
                52.50597633977652,
                0.0
            ],
            [
                4.702366537936082,
                52.505909238639425,
                0.0
            ],
            [
                4.702431719937641,
                52.50586321193281,
                0.0
            ],
            [
                4.702444648368199,
                52.505853939455896,
                0.0
            ],
            [
                4.702481333496699,
                52.505827628799096,
                0.0
            ],
            [
                4.702494768215918,
                52.50581799973494,
                0.0
            ],
            [
                4.702523588956742,
                52.50579733282357,
                0.0
            ],
            [
                4.702559931357296,
                52.50577127181721,
                0.0
            ],
            [
                4.702739884956785,
                52.505642241699746,
                0.0
            ],
            [
                4.702931589034773,
                52.50550478580726,
                0.0
            ],
            [
                4.702946319464012,
                52.505494220468066,
                0.0
            ],
            [
                4.70300151748839,
                52.505454633896065,
                0.0
            ],
            [
                4.703022473554295,
                52.50543961065408,
                0.0
            ],
            [
                4.70304958348254,
                52.505423814010896,
                0.0
            ],
            [
                4.703080200939772,
                52.505405979428325,
                0.0
            ],
            [
                4.703208727359071,
                52.50531730292439,
                0.0
            ],
            [
                4.70328513114613,
                52.50526459975078,
                0.0
            ],
            [
                4.703408336784634,
                52.50522464104826,
                0.0
            ],
            [
                4.703516120999084,
                52.505191361009174,
                0.0
            ],
            [
                4.703541798330438,
                52.50517294061,
                0.0
            ],
            [
                4.703559139753652,
                52.50515829189905,
                0.0
            ],
            [
                4.703578008832369,
                52.50514010188966,
                0.0
            ],
            [
                4.703677657668046,
                52.505058583370996,
                0.0
            ],
            [
                4.703821688866483,
                52.50494148689269,
                0.0
            ],
            [
                4.703856414118155,
                52.50491323219097,
                0.0
            ],
            [
                4.703919211894293,
                52.50486213092343,
                0.0
            ],
            [
                4.7040707271568,
                52.50473815679942,
                0.0
            ],
            [
                4.704086478243921,
                52.504725368273235,
                0.0
            ],
            [
                4.704097213441221,
                52.50471691883458,
                0.0
            ],
            [
                4.704099788349975,
                52.50471422839512,
                0.0
            ],
            [
                4.704164079402799,
                52.50465986411265,
                0.0
            ],
            [
                4.704219549406839,
                52.50460921481704,
                0.0
            ],
            [
                4.704223037248776,
                52.504606538617836,
                0.0
            ],
            [
                4.704243547345702,
                52.50459077561096,
                0.0
            ],
            [
                4.704258918749477,
                52.50457205306646,
                0.0
            ],
            [
                4.704297876637522,
                52.5045348260214,
                0.0
            ],
            [
                4.70429999623379,
                52.504533004753114,
                0.0
            ],
            [
                4.704335689773148,
                52.50449828441922,
                0.0
            ],
            [
                4.704337063555651,
                52.50445133216467,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:03.859511Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}