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/6290/?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/6290/?format=api",
    "id": 6290,
    "code": "PL_53",
    "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.860316302968164,
                52.42968891497798,
                0.0
            ],
            [
                4.86034477679408,
                52.429632626256534,
                0.0
            ],
            [
                4.860355091005679,
                52.429612252229866,
                0.0
            ],
            [
                4.860384576162901,
                52.4295574599397,
                0.0
            ],
            [
                4.860405371046765,
                52.42951877977141,
                0.0
            ],
            [
                4.860422351950314,
                52.429480585953165,
                0.0
            ],
            [
                4.860439196332292,
                52.42944274204275,
                0.0
            ],
            [
                4.860484882631608,
                52.42935224200828,
                0.0
            ],
            [
                4.860534935072506,
                52.42925313323991,
                0.0
            ],
            [
                4.860538880907373,
                52.429244028337436,
                0.0
            ],
            [
                4.860540120392714,
                52.42924118476904,
                0.0
            ],
            [
                4.860542968206928,
                52.429235391419965,
                0.0
            ],
            [
                4.860552897674638,
                52.429227571375336,
                0.0
            ],
            [
                4.860570270996503,
                52.42922683070583,
                0.0
            ],
            [
                4.860660013036815,
                52.429248395317536,
                0.0
            ],
            [
                4.860849142618362,
                52.429295243114005,
                0.0
            ],
            [
                4.861048998148281,
                52.429335325609074,
                0.0
            ],
            [
                4.861233072927544,
                52.429370834930026,
                0.0
            ],
            [
                4.861562709811613,
                52.42943365595177,
                0.0
            ],
            [
                4.861582114755835,
                52.42943642032984,
                0.0
            ],
            [
                4.861603270425007,
                52.42943538171729,
                0.0
            ],
            [
                4.861663589503789,
                52.42943114641992,
                0.0
            ],
            [
                4.86173857039651,
                52.42942668849764,
                0.0
            ],
            [
                4.861753341111414,
                52.429425963077676,
                0.0
            ],
            [
                4.861767856003847,
                52.429426971132706,
                0.0
            ],
            [
                4.861940652157511,
                52.42945894214736,
                0.0
            ],
            [
                4.862051929448234,
                52.429479792260295,
                0.0
            ],
            [
                4.862411648698209,
                52.429546554962236,
                0.0
            ],
            [
                4.862426227790293,
                52.42954959442326,
                0.0
            ],
            [
                4.862442267773301,
                52.42955467155375,
                0.0
            ],
            [
                4.862469301301571,
                52.429575022389976,
                0.0
            ],
            [
                4.862493643531081,
                52.429594183925786,
                0.0
            ],
            [
                4.862512119742341,
                52.429608331355716,
                0.0
            ],
            [
                4.862526297775714,
                52.42961792100488,
                0.0
            ],
            [
                4.862539164386622,
                52.42962402663687,
                0.0
            ],
            [
                4.862622029587317,
                52.429641649695014,
                0.0
            ],
            [
                4.862710349518453,
                52.42965929683596,
                0.0
            ],
            [
                4.862724534039852,
                52.429662136786156,
                0.0
            ],
            [
                4.862799663443662,
                52.42967744262825,
                0.0
            ],
            [
                4.862958532733577,
                52.42970979091872,
                0.0
            ],
            [
                4.863172967761493,
                52.42974823564768,
                0.0
            ],
            [
                4.863319255557101,
                52.42977278049027,
                0.0
            ],
            [
                4.863386219415491,
                52.42978358301508,
                0.0
            ],
            [
                4.863414689609294,
                52.42978445482117,
                0.0
            ],
            [
                4.863441754801995,
                52.42978353187451,
                0.0
            ],
            [
                4.863597641086281,
                52.429771035869614,
                0.0
            ],
            [
                4.863750246683602,
                52.42975868694667,
                0.0
            ],
            [
                4.863889666470869,
                52.42974855347144,
                0.0
            ],
            [
                4.863906110703549,
                52.42974805986306,
                0.0
            ],
            [
                4.863924176613079,
                52.429750934783,
                0.0
            ],
            [
                4.863979808986549,
                52.42976382599193,
                0.0
            ],
            [
                4.864056162766794,
                52.42978008912834,
                0.0
            ],
            [
                4.86416681835887,
                52.4298026870895,
                0.0
            ],
            [
                4.864323398720495,
                52.42983350453472,
                0.0
            ],
            [
                4.86443859961752,
                52.429855960517656,
                0.0
            ],
            [
                4.864540294113153,
                52.429876667150346,
                0.0
            ],
            [
                4.864602677345059,
                52.429886927502444,
                0.0
            ],
            [
                4.864617501276979,
                52.42988917686193,
                0.0
            ],
            [
                4.86463109654887,
                52.42989088154457,
                0.0
            ],
            [
                4.864770247268258,
                52.429902325121226,
                0.0
            ],
            [
                4.86490674274592,
                52.429915752083666,
                0.0
            ],
            [
                4.865062331171135,
                52.42992976631649,
                0.0
            ],
            [
                4.86509711464464,
                52.42993142948036,
                0.0
            ],
            [
                4.86511178623812,
                52.42993163791709,
                0.0
            ],
            [
                4.86512693531125,
                52.42993125527252,
                0.0
            ],
            [
                4.86523222783629,
                52.42992742298362,
                0.0
            ],
            [
                4.865324237265665,
                52.42992284006212,
                0.0
            ],
            [
                4.865399092361288,
                52.42991661769479,
                0.0
            ],
            [
                4.865489289131889,
                52.42990863833164,
                0.0
            ],
            [
                4.865592924771925,
                52.42989941484462,
                0.0
            ],
            [
                4.865606248062932,
                52.429897999514395,
                0.0
            ],
            [
                4.865622250534886,
                52.42989506807871,
                0.0
            ],
            [
                4.86580656494729,
                52.429858283905766,
                0.0
            ],
            [
                4.865905535985573,
                52.429839359957995,
                0.0
            ],
            [
                4.866073746932571,
                52.429805308672286,
                0.0
            ],
            [
                4.866128853938558,
                52.42979418164169,
                0.0
            ],
            [
                4.866143903947689,
                52.42979221661072,
                0.0
            ],
            [
                4.866159631972737,
                52.42979136003597,
                0.0
            ],
            [
                4.866239207037412,
                52.429788842814055,
                0.0
            ],
            [
                4.866290690625637,
                52.42978700196576,
                0.0
            ],
            [
                4.866320668789547,
                52.42978592938817,
                0.0
            ],
            [
                4.866435437735007,
                52.4297826769386,
                0.0
            ],
            [
                4.866508634581299,
                52.42978114710926,
                0.0
            ],
            [
                4.866602336965709,
                52.429780102768646,
                0.0
            ],
            [
                4.86672763131954,
                52.429779538631564,
                0.0
            ],
            [
                4.866865068941999,
                52.42978162510053,
                0.0
            ],
            [
                4.867184782146198,
                52.42978267788153,
                0.0
            ],
            [
                4.867477016035306,
                52.42978111073647,
                0.0
            ],
            [
                4.867624602402256,
                52.42977915146416,
                0.0
            ],
            [
                4.867782273796501,
                52.42976854518295,
                0.0
            ],
            [
                4.867891943045844,
                52.42975629932879,
                0.0
            ],
            [
                4.868022795752077,
                52.42973186010237,
                0.0
            ],
            [
                4.868153110476594,
                52.42969685792444,
                0.0
            ],
            [
                4.868255529531667,
                52.42965836309881,
                0.0
            ],
            [
                4.868311506916952,
                52.42963187003939,
                0.0
            ],
            [
                4.868365855104168,
                52.42960136134351,
                0.0
            ],
            [
                4.868428034368474,
                52.429566321192866,
                0.0
            ],
            [
                4.868486964204277,
                52.429522485884306,
                0.0
            ],
            [
                4.868565141439265,
                52.429459743942516,
                0.0
            ],
            [
                4.868675083075097,
                52.429370160103325,
                0.0
            ],
            [
                4.868795860706194,
                52.42928181891577,
                0.0
            ],
            [
                4.868924525151058,
                52.42919042035534,
                0.0
            ],
            [
                4.869085346939444,
                52.42907874237876,
                0.0
            ],
            [
                4.869243929956656,
                52.42897109882747,
                0.0
            ],
            [
                4.869373559543231,
                52.428882508134315,
                0.0
            ],
            [
                4.869525001837963,
                52.42877054591091,
                0.0
            ],
            [
                4.869663484021877,
                52.42866790098349,
                0.0
            ],
            [
                4.869800963707676,
                52.42856291473623,
                0.0
            ],
            [
                4.869932039614445,
                52.428458556474204,
                0.0
            ],
            [
                4.87019832846411,
                52.428263060375045,
                0.0
            ],
            [
                4.87038058296088,
                52.42812470900732,
                0.0
            ],
            [
                4.870673916141453,
                52.42790063230614,
                0.0
            ],
            [
                4.870821453871076,
                52.427788813181344,
                0.0
            ],
            [
                4.870943371340835,
                52.42768897960202,
                0.0
            ],
            [
                4.871076321414921,
                52.427574741853206,
                0.0
            ],
            [
                4.871201690826989,
                52.42746372446601,
                0.0
            ],
            [
                4.871450704551185,
                52.42724573520075,
                0.0
            ],
            [
                4.871617902550999,
                52.42709794230827,
                0.0
            ],
            [
                4.871772867207603,
                52.426955182965536,
                0.0
            ],
            [
                4.87191444470311,
                52.426819339603746,
                0.0
            ],
            [
                4.871976290833699,
                52.42676054185965,
                0.0
            ],
            [
                4.872054460369173,
                52.42668623949442,
                0.0
            ],
            [
                4.872362126783522,
                52.4263823299383,
                0.0
            ],
            [
                4.872589316922827,
                52.42617138861212,
                0.0
            ],
            [
                4.872928562991107,
                52.42586309393181,
                0.0
            ],
            [
                4.873204800223726,
                52.425586988291506,
                0.0
            ],
            [
                4.873339524563064,
                52.425432823676914,
                0.0
            ],
            [
                4.873444011849386,
                52.42529590988497,
                0.0
            ],
            [
                4.873526631175254,
                52.42517342520928,
                0.0
            ],
            [
                4.87360067503465,
                52.425051271800534,
                0.0
            ],
            [
                4.873657118695228,
                52.42492419774363,
                0.0
            ],
            [
                4.873691965467794,
                52.42475525559781,
                0.0
            ],
            [
                4.873687063301137,
                52.424527586824496,
                0.0
            ],
            [
                4.873668592714155,
                52.42431630659473,
                0.0
            ],
            [
                4.87363486627514,
                52.42411354341862,
                0.0
            ],
            [
                4.873624119938163,
                52.42407800471345,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:02.513407Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}