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/6553/?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/6553/?format=api",
    "id": 6553,
    "code": "PL_316",
    "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.711406198214165,
                52.633903200617176,
                0.0
            ],
            [
                4.71130745849526,
                52.63390450869112,
                0.0
            ],
            [
                4.71004265688645,
                52.63375951810793,
                0.0
            ],
            [
                4.710006367605077,
                52.63375536598145,
                0.0
            ],
            [
                4.709970948540261,
                52.63375129968662,
                0.0
            ],
            [
                4.709954684021207,
                52.633749436538245,
                0.0
            ],
            [
                4.709953666522479,
                52.63374932289452,
                0.0
            ],
            [
                4.709948594075728,
                52.63374873678626,
                0.0
            ],
            [
                4.709935676771203,
                52.6337472611823,
                0.0
            ],
            [
                4.709883418128799,
                52.63374126552099,
                0.0
            ],
            [
                4.709879348273597,
                52.63374080195669,
                0.0
            ],
            [
                4.709874850906525,
                52.633740282032804,
                0.0
            ],
            [
                4.709874408485923,
                52.633740234575804,
                0.0
            ],
            [
                4.709860193603713,
                52.63373860777415,
                0.0
            ],
            [
                4.709825791925823,
                52.633734664067305,
                0.0
            ],
            [
                4.709819982207158,
                52.63373399286722,
                0.0
            ],
            [
                4.709805973699691,
                52.63373239419682,
                0.0
            ],
            [
                4.709800753385471,
                52.63380379564981,
                0.0
            ],
            [
                4.709797349439432,
                52.63417945507695,
                0.0
            ],
            [
                4.709531208349617,
                52.634482383742736,
                0.0
            ],
            [
                4.70931461066407,
                52.63472287181916,
                0.0
            ],
            [
                4.709284406715537,
                52.63478393018339,
                0.0
            ],
            [
                4.709186781175275,
                52.6349812562004,
                0.0
            ],
            [
                4.70910293827572,
                52.635150710191134,
                0.0
            ],
            [
                4.709096641275777,
                52.63516343626368,
                0.0
            ],
            [
                4.709091930016989,
                52.635172953921455,
                0.0
            ],
            [
                4.7090956048301,
                52.63517509588677,
                0.0
            ],
            [
                4.709113173148438,
                52.635185369725164,
                0.0
            ],
            [
                4.709129687524666,
                52.635195017425445,
                0.0
            ],
            [
                4.709146201769677,
                52.635204674109914,
                0.0
            ],
            [
                4.709152145723574,
                52.63520815014956,
                0.0
            ],
            [
                4.709168674749334,
                52.63521780691519,
                0.0
            ],
            [
                4.709189756690197,
                52.635230140899864,
                0.0
            ],
            [
                4.709202171796458,
                52.635237392562146,
                0.0
            ],
            [
                4.709228016134262,
                52.635251272553596,
                0.0
            ],
            [
                4.70929396695398,
                52.63528529711147,
                0.0
            ],
            [
                4.709458754125722,
                52.63537142732109,
                0.0
            ],
            [
                4.709493858759246,
                52.63538927850909,
                0.0
            ],
            [
                4.709505279710521,
                52.63539394511321,
                0.0
            ],
            [
                4.709508165575773,
                52.635397439653026,
                0.0
            ],
            [
                4.709505020291148,
                52.63541654672875,
                0.0
            ],
            [
                4.709492525485154,
                52.635440363788106,
                0.0
            ],
            [
                4.709482892583426,
                52.6354586789488,
                0.0
            ],
            [
                4.709461952486937,
                52.63549275631401,
                0.0
            ],
            [
                4.709451800965287,
                52.63550637713801,
                0.0
            ],
            [
                4.709451551619825,
                52.63550722052411,
                0.0
            ],
            [
                4.709450772103733,
                52.63550987632536,
                0.0
            ],
            [
                4.709449881100472,
                52.63551113845754,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:04.748593Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}