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/6285/?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/6285/?format=api",
    "id": 6285,
    "code": "PL_48",
    "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": [
            [
                5.03305308349327,
                52.92875240217702,
                0.0
            ],
            [
                5.033063653118528,
                52.92874187446352,
                0.0
            ],
            [
                5.033071752325435,
                52.928740730232064,
                0.0
            ],
            [
                5.033076897410228,
                52.928740772439006,
                0.0
            ],
            [
                5.033085342935449,
                52.92874276549211,
                0.0
            ],
            [
                5.033170172533808,
                52.928775215176024,
                0.0
            ],
            [
                5.033221946712954,
                52.92879261348875,
                0.0
            ],
            [
                5.033228677734652,
                52.92879514063774,
                0.0
            ],
            [
                5.033304932597683,
                52.92882504862811,
                0.0
            ],
            [
                5.033375515798863,
                52.9288575098904,
                0.0
            ],
            [
                5.033396799537091,
                52.92886814093397,
                0.0
            ],
            [
                5.033411617729865,
                52.92887651521393,
                0.0
            ],
            [
                5.033430146805303,
                52.92888757843,
                0.0
            ],
            [
                5.033458889132098,
                52.928915557351814,
                0.0
            ],
            [
                5.033489188870469,
                52.92894587734425,
                0.0
            ],
            [
                5.033510016627329,
                52.9289779126578,
                0.0
            ],
            [
                5.033551526357197,
                52.92905080750049,
                0.0
            ],
            [
                5.033572993785081,
                52.92910851888116,
                0.0
            ],
            [
                5.033603208510256,
                52.92918972865533,
                0.0
            ],
            [
                5.033657496184807,
                52.929335657906734,
                0.0
            ],
            [
                5.033690047221405,
                52.929346969252876,
                0.0
            ],
            [
                5.033765930641656,
                52.92933476550776,
                0.0
            ],
            [
                5.033803246916067,
                52.92932876511128,
                0.0
            ],
            [
                5.033824273107656,
                52.92932533157723,
                0.0
            ],
            [
                5.033967808853791,
                52.92929995596414,
                0.0
            ],
            [
                5.03426431026662,
                52.9292471202656,
                0.0
            ],
            [
                5.034440695231981,
                52.92921451717444,
                0.0
            ],
            [
                5.034632151648933,
                52.929179199462695,
                0.0
            ],
            [
                5.036780483281337,
                52.92880264358972,
                0.0
            ],
            [
                5.036820751654829,
                52.92880299531659,
                0.0
            ],
            [
                5.036973421566324,
                52.92880827756209,
                0.0
            ],
            [
                5.03729521053707,
                52.92881865598811,
                0.0
            ],
            [
                5.037310196968745,
                52.928819122231666,
                0.0
            ],
            [
                5.037523283786651,
                52.92885656330875,
                0.0
            ],
            [
                5.037597772008167,
                52.92886976662584,
                0.0
            ],
            [
                5.037624244252373,
                52.92887329485423,
                0.0
            ],
            [
                5.037667914007911,
                52.928879740047506,
                0.0
            ],
            [
                5.037827572871979,
                52.928903706423576,
                0.0
            ],
            [
                5.037845233916946,
                52.928906310199636,
                0.0
            ],
            [
                5.037972137953981,
                52.92892019671118,
                0.0
            ],
            [
                5.037987474393155,
                52.92892524696325,
                0.0
            ],
            [
                5.037998505725616,
                52.928933070420705,
                0.0
            ],
            [
                5.03799919215397,
                52.928942067826064,
                0.0
            ],
            [
                5.03800204497191,
                52.928953524852965,
                0.0
            ],
            [
                5.037998354754611,
                52.92900582397876,
                0.0
            ],
            [
                5.037996875857903,
                52.929030810870984,
                0.0
            ],
            [
                5.037995773742169,
                52.92904959823938,
                0.0
            ],
            [
                5.03799160885365,
                52.92911103515798,
                0.0
            ],
            [
                5.037987893343155,
                52.92916091686229,
                0.0
            ],
            [
                5.037987486048142,
                52.92918951043632,
                0.0
            ],
            [
                5.0379891505907,
                52.92920636482388,
                0.0
            ],
            [
                5.037990639487457,
                52.929222868228024,
                0.0
            ],
            [
                5.037994976665255,
                52.92924582321317,
                0.0
            ],
            [
                5.03803049084632,
                52.92936644376348,
                0.0
            ],
            [
                5.038053103148855,
                52.9294082157719,
                0.0
            ],
            [
                5.038092296507895,
                52.9294519233644,
                0.0
            ],
            [
                5.038163666082187,
                52.92949633600651,
                0.0
            ],
            [
                5.038250496580249,
                52.929537720401775,
                0.0
            ],
            [
                5.038319031625636,
                52.92956283084708,
                0.0
            ],
            [
                5.038401416999092,
                52.9295836052989,
                0.0
            ],
            [
                5.038474762519265,
                52.92959855707798,
                0.0
            ],
            [
                5.038552474073165,
                52.92960870483407,
                0.0
            ],
            [
                5.03870646736372,
                52.929619973667776,
                0.0
            ],
            [
                5.038889651279765,
                52.929633376292784,
                0.0
            ],
            [
                5.03913561572093,
                52.929651382830365,
                0.0
            ],
            [
                5.039443528632505,
                52.929673918579475,
                0.0
            ],
            [
                5.03985511845586,
                52.929701131319725,
                0.0
            ],
            [
                5.040288928646039,
                52.92973559627793,
                0.0
            ],
            [
                5.040741775462638,
                52.92976813784276,
                0.0
            ],
            [
                5.041306304043187,
                52.92980870236321,
                0.0
            ],
            [
                5.041550980033405,
                52.929826277831204,
                0.0
            ],
            [
                5.043080556220405,
                52.92995531585849,
                0.0
            ],
            [
                5.043236137611482,
                52.92996917150503,
                0.0
            ],
            [
                5.043303108444677,
                52.92997620291111,
                0.0
            ],
            [
                5.043396330826287,
                52.9299884949669,
                0.0
            ],
            [
                5.043488169608267,
                52.930004638139216,
                0.0
            ],
            [
                5.043608356219894,
                52.930033686355756,
                0.0
            ],
            [
                5.043748729245912,
                52.93007526560413,
                0.0
            ],
            [
                5.043861566495761,
                52.930117942794645,
                0.0
            ],
            [
                5.043976297593816,
                52.93017133711463,
                0.0
            ],
            [
                5.04409010523464,
                52.930236294177604,
                0.0
            ],
            [
                5.044146879488108,
                52.930274865079724,
                0.0
            ],
            [
                5.044203873313356,
                52.93031767816845,
                0.0
            ],
            [
                5.04425305761466,
                52.93035885126408,
                0.0
            ],
            [
                5.044320383220335,
                52.93042302767527,
                0.0
            ],
            [
                5.044356096404125,
                52.93046577962662,
                0.0
            ],
            [
                5.044399927854307,
                52.93051822422828,
                0.0
            ],
            [
                5.04444514914066,
                52.93058307403964,
                0.0
            ],
            [
                5.044529488943628,
                52.93069267149007,
                0.0
            ],
            [
                5.044568917589851,
                52.930752840695405,
                0.0
            ],
            [
                5.044587022537485,
                52.93078049884225,
                0.0
            ],
            [
                5.044677094924864,
                52.93091772783922,
                0.0
            ],
            [
                5.04468427282401,
                52.930927867105034,
                0.0
            ],
            [
                5.04483054449986,
                52.93114880364857,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:02.474642Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}