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/6268/?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/6268/?format=api",
    "id": 6268,
    "code": "PL_31",
    "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.724096844251556,
                52.59406003897894,
                0.0
            ],
            [
                4.724096279001722,
                52.59405935278264,
                0.0
            ],
            [
                4.724093134452417,
                52.59405549761728,
                0.0
            ],
            [
                4.724089105677412,
                52.59405057700491,
                0.0
            ],
            [
                4.724089164976436,
                52.59405055936101,
                0.0
            ],
            [
                4.72409496125199,
                52.59404884815605,
                0.0
            ],
            [
                4.72410413729991,
                52.59404614922519,
                0.0
            ],
            [
                4.724117761717841,
                52.59404206409868,
                0.0
            ],
            [
                4.724127972519917,
                52.594039254104615,
                0.0
            ],
            [
                4.724187340280086,
                52.59402292277937,
                0.0
            ],
            [
                4.724609671116469,
                52.593906744014305,
                0.0
            ],
            [
                4.724653122258315,
                52.59389479042808,
                0.0
            ],
            [
                4.724665378117356,
                52.5938914165988,
                0.0
            ],
            [
                4.724686475704002,
                52.59388598003308,
                0.0
            ],
            [
                4.724978509014578,
                52.59381064902233,
                0.0
            ],
            [
                4.725109746610294,
                52.59377679692808,
                0.0
            ],
            [
                4.725434096790837,
                52.59369080608753,
                0.0
            ],
            [
                4.725537503974657,
                52.59366452766771,
                0.0
            ],
            [
                4.725635488655987,
                52.59363963897342,
                0.0
            ],
            [
                4.725858687440762,
                52.59358292185818,
                0.0
            ],
            [
                4.726097187060234,
                52.593518524356874,
                0.0
            ],
            [
                4.726117952877726,
                52.593506650720485,
                0.0
            ],
            [
                4.726142612656075,
                52.59349098809206,
                0.0
            ],
            [
                4.726162426993229,
                52.593479576498346,
                0.0
            ],
            [
                4.726186212410025,
                52.59347005637122,
                0.0
            ],
            [
                4.726207623476084,
                52.59346534027154,
                0.0
            ],
            [
                4.726228036386299,
                52.59346124773246,
                0.0
            ],
            [
                4.726249941162687,
                52.59345608500221,
                0.0
            ],
            [
                4.726330229387849,
                52.593437136819,
                0.0
            ],
            [
                4.726344684448299,
                52.59343373011243,
                0.0
            ],
            [
                4.726356796119846,
                52.5934301126477,
                0.0
            ],
            [
                4.726398337150797,
                52.5934185162845,
                0.0
            ],
            [
                4.726424417220221,
                52.59341835575758,
                0.0
            ],
            [
                4.726459691393085,
                52.593418210404934,
                0.0
            ],
            [
                4.726492847644589,
                52.59341856554571,
                0.0
            ],
            [
                4.726518322075663,
                52.593419426192746,
                0.0
            ],
            [
                4.726790219138405,
                52.59335097994929,
                0.0
            ],
            [
                4.72770924695852,
                52.593119617436955,
                0.0
            ],
            [
                4.727925736626054,
                52.59306511504643,
                0.0
            ],
            [
                4.727950357234654,
                52.59305891554856,
                0.0
            ],
            [
                4.728158773592603,
                52.59300244463789,
                0.0
            ],
            [
                4.728217585962382,
                52.59298851684538,
                0.0
            ],
            [
                4.728309835554142,
                52.59296402553878,
                0.0
            ],
            [
                4.728535686165468,
                52.59290517911829,
                0.0
            ],
            [
                4.72877395441035,
                52.59284390259067,
                0.0
            ],
            [
                4.729080064136315,
                52.59276484685966,
                0.0
            ],
            [
                4.729533692961438,
                52.59263732913835,
                0.0
            ],
            [
                4.729618863930819,
                52.59261338181666,
                0.0
            ],
            [
                4.730200836436548,
                52.59245631127494,
                0.0
            ],
            [
                4.730886906401757,
                52.59226652367519,
                0.0
            ],
            [
                4.731400805897541,
                52.59213036235059,
                0.0
            ],
            [
                4.732130820572561,
                52.591948062964214,
                0.0
            ],
            [
                4.732477489094499,
                52.59187083086473,
                0.0
            ],
            [
                4.732855056545377,
                52.59179176374576,
                0.0
            ],
            [
                4.733228628279559,
                52.591716340291576,
                0.0
            ],
            [
                4.733749540585106,
                52.59162383222286,
                0.0
            ],
            [
                4.734225764784427,
                52.591545276357024,
                0.0
            ],
            [
                4.734694516116575,
                52.591473957330805,
                0.0
            ],
            [
                4.73511553783752,
                52.591416763317184,
                0.0
            ],
            [
                4.735941866561854,
                52.59131799463748,
                0.0
            ],
            [
                4.736557031421896,
                52.59124796505254,
                0.0
            ],
            [
                4.7371490817042,
                52.591180106594386,
                0.0
            ],
            [
                4.737844714265841,
                52.59109808103404,
                0.0
            ],
            [
                4.737844788708836,
                52.591098036504,
                0.0
            ],
            [
                4.737861435808591,
                52.59108896934038,
                0.0
            ],
            [
                4.737889383454664,
                52.591075137706916,
                0.0
            ],
            [
                4.737937242252061,
                52.59105105242046,
                0.0
            ],
            [
                4.737947724230391,
                52.59104976159273,
                0.0
            ],
            [
                4.737947783387434,
                52.591049752928576,
                0.0
            ],
            [
                4.737966791717607,
                52.591047690839666,
                0.0
            ],
            [
                4.737983420332587,
                52.59104588536583,
                0.0
            ],
            [
                4.738080442715956,
                52.591035352012014,
                0.0
            ],
            [
                4.738089873028152,
                52.59103432504752,
                0.0
            ],
            [
                4.738129649481285,
                52.59102994980091,
                0.0
            ],
            [
                4.738130092827757,
                52.59102990728599,
                0.0
            ],
            [
                4.73813431593079,
                52.59103073922169,
                0.0
            ],
            [
                4.738191732307893,
                52.591042062422,
                0.0
            ],
            [
                4.738220396305309,
                52.59104771927664,
                0.0
            ],
            [
                4.738251120349571,
                52.59105378282132,
                0.0
            ],
            [
                4.738251547087162,
                52.591053866038656,
                0.0
            ],
            [
                4.738382473439675,
                52.59103888911421,
                0.0
            ],
            [
                4.738961773364464,
                52.590972650625474,
                0.0
            ],
            [
                4.739698219080272,
                52.59088652295899,
                0.0
            ],
            [
                4.74064600833245,
                52.59077572926366,
                0.0
            ],
            [
                4.741390962268315,
                52.590688594887254,
                0.0
            ],
            [
                4.742156129178322,
                52.59060256318956,
                0.0
            ],
            [
                4.742595454493579,
                52.59055186807213,
                0.0
            ],
            [
                4.743088967563123,
                52.590496090660764,
                0.0
            ],
            [
                4.74409421121504,
                52.590382767921504,
                0.0
            ],
            [
                4.744412840760648,
                52.59034271884833,
                0.0
            ],
            [
                4.744415235810507,
                52.590342417247676,
                0.0
            ],
            [
                4.744474431701672,
                52.590334981383116,
                0.0
            ],
            [
                4.744533627704056,
                52.590327536502365,
                0.0
            ],
            [
                4.744533731126635,
                52.5903275280744,
                0.0
            ],
            [
                4.745128025418304,
                52.59025282064072,
                0.0
            ],
            [
                4.745301277459875,
                52.590227217064104,
                0.0
            ],
            [
                4.745629081134148,
                52.590173149047885,
                0.0
            ],
            [
                4.746134391666309,
                52.5900849063678,
                0.0
            ],
            [
                4.746722388115542,
                52.58997807204202,
                0.0
            ],
            [
                4.747309035373272,
                52.58986639233588,
                0.0
            ],
            [
                4.748021209786296,
                52.58972872855667,
                0.0
            ],
            [
                4.748730684678929,
                52.58959679793644,
                0.0
            ],
            [
                4.74930278828178,
                52.58949007217448,
                0.0
            ],
            [
                4.750002188493693,
                52.589359356096345,
                0.0
            ],
            [
                4.750844582425528,
                52.589198638093336,
                0.0
            ],
            [
                4.751437681557594,
                52.58908732311878,
                0.0
            ],
            [
                4.751442253722887,
                52.58908646682193,
                0.0
            ],
            [
                4.751459950605276,
                52.58908314631484,
                0.0
            ],
            [
                4.751475472458548,
                52.58908022758628,
                0.0
            ],
            [
                4.751482219778474,
                52.589078960520055,
                0.0
            ],
            [
                4.752078422902864,
                52.588967065796865,
                0.0
            ],
            [
                4.752695622078909,
                52.588851038179875,
                0.0
            ],
            [
                4.753570807986908,
                52.5886990050437,
                0.0
            ],
            [
                4.753841410211539,
                52.5886519969663,
                0.0
            ],
            [
                4.753875065261773,
                52.588646154832084,
                0.0
            ],
            [
                4.753903956798972,
                52.588641141097746,
                0.0
            ],
            [
                4.753932302997477,
                52.5886586737828,
                0.0
            ],
            [
                4.754554738518022,
                52.58904378266154,
                0.0
            ],
            [
                4.754566659389114,
                52.58905115287666,
                0.0
            ],
            [
                4.754601127439048,
                52.58907092889096,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:02.363144Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}