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/6530/?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/6530/?format=api",
    "id": 6530,
    "code": "PL_293",
    "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.936333605853259,
                52.51126207229299,
                0.0
            ],
            [
                4.936338828268684,
                52.51126274821562,
                0.0
            ],
            [
                4.936341117326383,
                52.51126361970439,
                0.0
            ],
            [
                4.936341629625146,
                52.511265383184885,
                0.0
            ],
            [
                4.935887125524742,
                52.51262752319885,
                0.0
            ],
            [
                4.935866319271439,
                52.512793935960225,
                0.0
            ],
            [
                4.936190497415416,
                52.513080240232135,
                0.0
            ],
            [
                4.936274893971817,
                52.513098778428024,
                0.0
            ],
            [
                4.936378341955924,
                52.513122691511576,
                0.0
            ],
            [
                4.936506313336809,
                52.51315132615751,
                0.0
            ],
            [
                4.936528932904976,
                52.51315638209745,
                0.0
            ],
            [
                4.936547466561051,
                52.51316052377615,
                0.0
            ],
            [
                4.936572790412961,
                52.51316619213351,
                0.0
            ],
            [
                4.936880572219049,
                52.513235062609574,
                0.0
            ],
            [
                4.936988143942424,
                52.51325913460507,
                0.0
            ],
            [
                4.937235122943363,
                52.51331439121976,
                0.0
            ],
            [
                4.937341122450929,
                52.51333810642349,
                0.0
            ],
            [
                4.937620716464537,
                52.513400666802305,
                0.0
            ],
            [
                4.937535916546532,
                52.51353162468321,
                0.0
            ],
            [
                4.937396814605007,
                52.5137423556945,
                0.0
            ],
            [
                4.937219930668332,
                52.513958353710905,
                0.0
            ],
            [
                4.93699421850732,
                52.514148974520175,
                0.0
            ],
            [
                4.936725651522766,
                52.51431782649904,
                0.0
            ],
            [
                4.93642614698036,
                52.51446062269167,
                0.0
            ],
            [
                4.936333019823314,
                52.514539457025215,
                0.0
            ],
            [
                4.936355791976125,
                52.51461911808397,
                0.0
            ],
            [
                4.936367780578327,
                52.514668477556796,
                0.0
            ],
            [
                4.936327897494101,
                52.51470212770163,
                0.0
            ],
            [
                4.935868494584024,
                52.514811474908505,
                0.0
            ],
            [
                4.935452495866304,
                52.5149187027606,
                0.0
            ],
            [
                4.935399897654548,
                52.514932262264914,
                0.0
            ],
            [
                4.935387065735331,
                52.5150633846928,
                0.0
            ],
            [
                4.935386324696268,
                52.51507102117164,
                0.0
            ],
            [
                4.935407167364435,
                52.515133221507824,
                0.0
            ],
            [
                4.935414357642325,
                52.51515471081871,
                0.0
            ],
            [
                4.935423978235892,
                52.515183444246816,
                0.0
            ],
            [
                4.93543194094398,
                52.51520719233705,
                0.0
            ],
            [
                4.935438474107362,
                52.515226674952025,
                0.0
            ],
            [
                4.935446922802323,
                52.51525188085151,
                0.0
            ],
            [
                4.935452840918668,
                52.5152695636419,
                0.0
            ],
            [
                4.935475084514284,
                52.51533596641645,
                0.0
            ],
            [
                4.935491181217451,
                52.515384011471504,
                0.0
            ],
            [
                4.935500384445399,
                52.51541179063755,
                0.0
            ],
            [
                4.935468667498911,
                52.51541892275914,
                0.0
            ],
            [
                4.935463780049681,
                52.51542001859503,
                0.0
            ],
            [
                4.93545168691718,
                52.51542273169937,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:04.523214Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}