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/6262/?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/6262/?format=api",
    "id": 6262,
    "code": "PL_25",
    "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.049780831084066,
                52.510528772169835,
                0.0
            ],
            [
                5.049741168771653,
                52.510533782204426,
                0.0
            ],
            [
                5.049717379930644,
                52.51052409808133,
                0.0
            ],
            [
                5.049692553835033,
                52.51051521986681,
                0.0
            ],
            [
                5.04966640412701,
                52.51050606826179,
                0.0
            ],
            [
                5.049640109191728,
                52.51049664661693,
                0.0
            ],
            [
                5.049613226449282,
                52.51048704354696,
                0.0
            ],
            [
                5.049586491016415,
                52.51047744088984,
                0.0
            ],
            [
                5.049559756281946,
                52.51046774835501,
                0.0
            ],
            [
                5.04953331478126,
                52.51045823639568,
                0.0
            ],
            [
                5.049506138176654,
                52.510448542591504,
                0.0
            ],
            [
                5.049478815660133,
                52.51043866861857,
                0.0
            ],
            [
                5.04945149315585,
                52.510428794639346,
                0.0
            ],
            [
                5.049424169289654,
                52.510419100397165,
                0.0
            ],
            [
                5.049396551527203,
                52.510409315438515,
                0.0
            ],
            [
                5.049368786479346,
                52.510399530054194,
                0.0
            ],
            [
                5.049341021443803,
                52.51038974466338,
                0.0
            ],
            [
                5.049313255733272,
                52.51038004913772,
                0.0
            ],
            [
                5.049285490034928,
                52.510370353605545,
                0.0
            ],
            [
                5.049258165553995,
                52.51036074919679,
                0.0
            ],
            [
                5.049230987007494,
                52.51035132494465,
                0.0
            ],
            [
                5.049203367267781,
                52.510341809556124,
                0.0
            ],
            [
                5.049176334666988,
                52.51033256545432,
                0.0
            ],
            [
                5.049149448687294,
                52.51032341163762,
                0.0
            ],
            [
                5.049122562718725,
                52.51031425781486,
                0.0
            ],
            [
                5.049095530151721,
                52.51030501369459,
                0.0
            ],
            [
                5.04906893742464,
                52.510296040442235,
                0.0
            ],
            [
                5.049042198786739,
                52.51028688702091,
                0.0
            ],
            [
                5.049014724361583,
                52.5102776416232,
                0.0
            ],
            [
                5.048986662135039,
                52.51026821479669,
                0.0
            ],
            [
                5.048959334342359,
                52.5102590596776,
                0.0
            ],
            [
                5.048931419436612,
                52.51024963325783,
                0.0
            ],
            [
                5.048903357245662,
                52.510240206411616,
                0.0
            ],
            [
                5.048875440987391,
                52.510230959722044,
                0.0
            ],
            [
                5.048847230835029,
                52.51022162231439,
                0.0
            ],
            [
                5.048819167303281,
                52.510212375191614,
                0.0
            ],
            [
                5.048790957174657,
                52.51020303777054,
                0.0
            ],
            [
                5.048763187572042,
                52.51019388134626,
                0.0
            ],
            [
                5.048735417981031,
                52.510184724915426,
                0.0
            ],
            [
                5.048707648401469,
                52.51017556847813,
                0.0
            ],
            [
                5.048679291023136,
                52.51016623061034,
                0.0
            ],
            [
                5.04865078704856,
                52.510156802443895,
                0.0
            ],
            [
                5.048622429694299,
                52.51014746456255,
                0.0
            ],
            [
                5.048593778447268,
                52.51013803596216,
                0.0
            ],
            [
                5.048565274509179,
                52.51012860777514,
                0.0
            ],
            [
                5.048537359081315,
                52.51011927113423,
                0.0
            ],
            [
                5.048509590272972,
                52.510110024778776,
                0.0
            ],
            [
                5.048481968772939,
                52.51010077883716,
                0.0
            ],
            [
                5.048454787796238,
                52.51009171389378,
                0.0
            ],
            [
                5.048427020400726,
                52.510082287775504,
                0.0
            ],
            [
                5.048400723226053,
                52.510073225342346,
                0.0
            ],
            [
                5.048374721344437,
                52.51006407387265,
                0.0
            ],
            [
                5.048348278273346,
                52.51005483126387,
                0.0
            ],
            [
                5.048320366384572,
                52.51004504521328,
                0.0
            ],
            [
                5.048292161983363,
                52.51003498869969,
                0.0
            ],
            [
                5.048264104201983,
                52.51002502247174,
                0.0
            ],
            [
                5.04823648763293,
                52.51001514737096,
                0.0
            ],
            [
                5.04820872515893,
                52.5100050920995,
                0.0
            ],
            [
                5.048181549813973,
                52.50999530811964,
                0.0
            ],
            [
                5.048154374481133,
                52.509985524133654,
                0.0
            ],
            [
                5.048127051864078,
                52.50997573972051,
                0.0
            ],
            [
                5.048100316374675,
                52.50996622659962,
                0.0
            ],
            [
                5.048074168012026,
                52.509956984771414,
                0.0
            ],
            [
                5.048048312183007,
                52.50994801339431,
                0.0
            ],
            [
                5.048022456364546,
                52.50993904201164,
                0.0
            ],
            [
                5.047996011372296,
                52.50993006893933,
                0.0
            ],
            [
                5.04796794958444,
                52.50992064187149,
                0.0
            ],
            [
                5.047939593906611,
                52.50991112408325,
                0.0
            ],
            [
                5.047912413158173,
                52.50990205901544,
                0.0
            ],
            [
                5.0478981620268,
                52.50989725496905,
                0.0
            ],
            [
                5.047872302817563,
                52.50988873291217,
                0.0
            ],
            [
                5.047843210701379,
                52.50987921299517,
                0.0
            ],
            [
                5.047815881315853,
                52.50987032722744,
                0.0
            ],
            [
                5.04778825734969,
                52.50986144061094,
                0.0
            ],
            [
                5.04776092660543,
                52.50985273457392,
                0.0
            ],
            [
                5.047737122684828,
                52.50984511710236,
                0.0
            ],
            [
                5.047711555366619,
                52.50983695533979,
                0.0
            ],
            [
                5.04768319565432,
                52.50982797672049,
                0.0
            ],
            [
                5.047655131235609,
                52.50981890906544,
                0.0
            ],
            [
                5.047627508024742,
                52.50980993253968,
                0.0
            ],
            [
                5.047600472626128,
                52.50980113743685,
                0.0
            ],
            [
                5.047573585224677,
                52.50979225287764,
                0.0
            ],
            [
                5.0475472849438,
                52.509783639613524,
                0.0
            ],
            [
                5.047521277882432,
                52.50977520693023,
                0.0
            ],
            [
                5.047494683030819,
                52.50976659281139,
                0.0
            ],
            [
                5.047467646994212,
                52.509757887549895,
                0.0
            ],
            [
                5.047440169081921,
                52.509749181017256,
                0.0
            ],
            [
                5.047412103380988,
                52.509740293048054,
                0.0
            ],
            [
                5.047384037000154,
                52.50973149494395,
                0.0
            ],
            [
                5.047356265912498,
                52.50972260780497,
                0.0
            ],
            [
                5.047328348232011,
                52.50971363036599,
                0.0
            ],
            [
                5.04730101836141,
                52.50970483435115,
                0.0
            ],
            [
                5.047273689884555,
                52.509695858586674,
                0.0
            ],
            [
                5.047246802613127,
                52.50968697395328,
                0.0
            ],
            [
                5.047219622145113,
                52.509677908726474,
                0.0
            ],
            [
                5.047191707978707,
                52.50966848189668,
                0.0
            ],
            [
                5.047164528916679,
                52.50965923691381,
                0.0
            ],
            [
                5.047136468862118,
                52.50964962990558,
                0.0
            ],
            [
                5.047109143911735,
                52.50964020474457,
                0.0
            ],
            [
                5.047081672369764,
                52.509630689283384,
                0.0
            ],
            [
                5.047054495429723,
                52.50962117466012,
                0.0
            ],
            [
                5.047026878000214,
                52.50961147902067,
                0.0
            ],
            [
                5.046998380965024,
                52.50960124161124,
                0.0
            ],
            [
                5.046970912239344,
                52.50959136663748,
                0.0
            ],
            [
                5.046944325911184,
                52.5095816739345,
                0.0
            ],
            [
                5.046916124196195,
                52.50957134747808,
                0.0
            ],
            [
                5.046888070481477,
                52.509560931565666,
                0.0
            ],
            [
                5.046860605266903,
                52.50955060720775,
                0.0
            ],
            [
                5.046833287359946,
                52.50954028326592,
                0.0
            ],
            [
                5.046808027437667,
                52.50953050446239,
                0.0
            ],
            [
                5.0467820331304,
                52.50952045392592,
                0.0
            ],
            [
                5.046755599028422,
                52.50951013250106,
                0.0
            ],
            [
                5.046729460220537,
                52.50949972204355,
                0.0
            ],
            [
                5.046717431232932,
                52.509493306502584,
                0.0
            ],
            [
                5.046535726027666,
                52.509428165892956,
                0.0
            ],
            [
                5.046495478248262,
                52.50941367056837,
                0.0
            ],
            [
                5.046447130696039,
                52.509398972227764,
                0.0
            ],
            [
                5.046413456452455,
                52.50939159577086,
                0.0
            ],
            [
                5.046230713954268,
                52.50936554677414,
                0.0
            ],
            [
                5.04610241012069,
                52.50934747297743,
                0.0
            ],
            [
                5.045992639068965,
                52.50933286752441,
                0.0
            ],
            [
                5.04597277380538,
                52.50933029394771,
                0.0
            ],
            [
                5.045900687193658,
                52.509318762582375,
                0.0
            ],
            [
                5.045651141945076,
                52.509283712943514,
                0.0
            ],
            [
                5.045432195268227,
                52.509253783823915,
                0.0
            ],
            [
                5.045184145263158,
                52.50921595142144,
                0.0
            ],
            [
                5.044980371868678,
                52.50918588544345,
                0.0
            ],
            [
                5.044778089795782,
                52.50915348670081,
                0.0
            ],
            [
                5.044641824972456,
                52.50913646683646,
                0.0
            ],
            [
                5.044614574999731,
                52.509136478054685,
                0.0
            ],
            [
                5.044541572774868,
                52.509148130637456,
                0.0
            ],
            [
                5.044452916969905,
                52.50916495064562,
                0.0
            ],
            [
                5.04440129313291,
                52.50917396866784,
                0.0
            ],
            [
                5.04421176634014,
                52.50920622500219,
                0.0
            ],
            [
                5.044069177111075,
                52.50924490790713,
                0.0
            ],
            [
                5.044051328045757,
                52.50924827150263,
                0.0
            ],
            [
                5.044042793384247,
                52.50924716834144,
                0.0
            ],
            [
                5.044028280407523,
                52.50923822888017,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:02.303988Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}