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/6266/?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/6266/?format=api",
    "id": 6266,
    "code": "PL_29",
    "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.721200478155334,
                52.594134593946016,
                0.0
            ],
            [
                4.721242898065731,
                52.594179229434864,
                0.0
            ],
            [
                4.721292305577394,
                52.59423122879505,
                0.0
            ],
            [
                4.721295922938544,
                52.59423503276079,
                0.0
            ],
            [
                4.721403222653688,
                52.59434794052662,
                0.0
            ],
            [
                4.721418694404371,
                52.594364222503415,
                0.0
            ],
            [
                4.721563420173044,
                52.59451537446907,
                0.0
            ],
            [
                4.721645722609928,
                52.59460467588157,
                0.0
            ],
            [
                4.721709783967526,
                52.59467930650653,
                0.0
            ],
            [
                4.721734450981208,
                52.59469946857059,
                0.0
            ],
            [
                4.721819937077027,
                52.594766615793326,
                0.0
            ],
            [
                4.72190810030462,
                52.59473858349895,
                0.0
            ],
            [
                4.722203894758231,
                52.594644541633556,
                0.0
            ],
            [
                4.722753918799169,
                52.59446729573558,
                0.0
            ],
            [
                4.72328394291802,
                52.594300675479815,
                0.0
            ],
            [
                4.723654066589556,
                52.59419115562051,
                0.0
            ],
            [
                4.723697531937794,
                52.59417829473543,
                0.0
            ],
            [
                4.723892947793914,
                52.59412047348617,
                0.0
            ],
            [
                4.723960962171577,
                52.594100352928486,
                0.0
            ],
            [
                4.723994065161053,
                52.59409055271603,
                0.0
            ],
            [
                4.724071554971638,
                52.594067447246715,
                0.0
            ],
            [
                4.724096844251556,
                52.59406003897894,
                0.0
            ],
            [
                4.724096918442954,
                52.594060012430816,
                0.0
            ],
            [
                4.724099735552271,
                52.59405914738863,
                0.0
            ],
            [
                4.724112545762787,
                52.594055228479064,
                0.0
            ],
            [
                4.72413496688785,
                52.59404913433035,
                0.0
            ],
            [
                4.72465717160492,
                52.593907179657585,
                0.0
            ],
            [
                4.724688380282846,
                52.593898689835676,
                0.0
            ],
            [
                4.724822520681813,
                52.59386222992549,
                0.0
            ],
            [
                4.724823839599855,
                52.59386186879523,
                0.0
            ],
            [
                4.725181200681466,
                52.593798773803265,
                0.0
            ],
            [
                4.726240986309072,
                52.59361131032448,
                0.0
            ],
            [
                4.726375391717559,
                52.593587540335285,
                0.0
            ],
            [
                4.726407863953855,
                52.59357742138583,
                0.0
            ],
            [
                4.726526839746988,
                52.593540344962435,
                0.0
            ],
            [
                4.726556272319362,
                52.59353117072114,
                0.0
            ],
            [
                4.726825687335188,
                52.593447189372995,
                0.0
            ],
            [
                4.726884977165763,
                52.5934251043417,
                0.0
            ],
            [
                4.727039731092687,
                52.59337093450082,
                0.0
            ],
            [
                4.727226499294579,
                52.59330662476812,
                0.0
            ],
            [
                4.727352257402133,
                52.593263968075746,
                0.0
            ],
            [
                4.727700864171957,
                52.59315315678238,
                0.0
            ],
            [
                4.727802181823942,
                52.59312432136845,
                0.0
            ],
            [
                4.727971572671002,
                52.59307612727715,
                0.0
            ],
            [
                4.728008432853468,
                52.593065636792716,
                0.0
            ],
            [
                4.728160977484617,
                52.59302480850036,
                0.0
            ],
            [
                4.728330865098877,
                52.592977883876,
                0.0
            ],
            [
                4.72855150110851,
                52.59291937699136,
                0.0
            ],
            [
                4.728735922554719,
                52.59286863183067,
                0.0
            ],
            [
                4.728913018700351,
                52.592821180120566,
                0.0
            ],
            [
                4.729607635813165,
                52.592634961306715,
                0.0
            ],
            [
                4.729630156609917,
                52.59262901047445,
                0.0
            ],
            [
                4.73021220333338,
                52.59247192231289,
                0.0
            ],
            [
                4.730898495778541,
                52.59228207296461,
                0.0
            ],
            [
                4.731411995389626,
                52.59214601723133,
                0.0
            ],
            [
                4.731597495543017,
                52.5920996953931,
                0.0
            ],
            [
                4.731724410983534,
                52.592068005090084,
                0.0
            ],
            [
                4.732014073232578,
                52.59199567251295,
                0.0
            ],
            [
                4.732097942564125,
                52.59197472701746,
                0.0
            ],
            [
                4.732141462152142,
                52.59196385855343,
                0.0
            ],
            [
                4.732486753625425,
                52.59188694238051,
                0.0
            ],
            [
                4.732864321198007,
                52.59180787523266,
                0.0
            ],
            [
                4.733237893053248,
                52.59173245174975,
                0.0
            ],
            [
                4.733757207047145,
                52.591640258395635,
                0.0
            ],
            [
                4.734233708426665,
                52.591562926306906,
                0.0
            ],
            [
                4.734702034159201,
                52.591489465913334,
                0.0
            ],
            [
                4.73512130440486,
                52.59143296327618,
                0.0
            ],
            [
                4.735947055536085,
                52.59133435316264,
                0.0
            ],
            [
                4.736562155222544,
                52.59126475458786,
                0.0
            ],
            [
                4.737154376434069,
                52.59119732843335,
                0.0
            ],
            [
                4.737850009258016,
                52.59111530284279,
                0.0
            ],
            [
                4.737948706158971,
                52.59110431140388,
                0.0
            ],
            [
                4.738008911736173,
                52.591097603263144,
                0.0
            ],
            [
                4.738008970893295,
                52.59109759459897,
                0.0
            ],
            [
                4.73823788882912,
                52.591071424686945,
                0.0
            ],
            [
                4.738308208046677,
                52.59106337859171,
                0.0
            ],
            [
                4.738387233834851,
                52.59105434645144,
                0.0
            ],
            [
                4.738966533955923,
                52.59098810794017,
                0.0
            ],
            [
                4.739703944350403,
                52.59090162600542,
                0.0
            ],
            [
                4.740657416729392,
                52.590789739767054,
                0.0
            ],
            [
                4.741395397068051,
                52.590703178555266,
                0.0
            ],
            [
                4.742160564222933,
                52.590617146829736,
                0.0
            ],
            [
                4.742599889678644,
                52.59056645169631,
                0.0
            ],
            [
                4.743093402906018,
                52.590510674266994,
                0.0
            ],
            [
                4.744098646879656,
                52.590397351490985,
                0.0
            ],
            [
                4.744326190928575,
                52.59036875381354,
                0.0
            ],
            [
                4.744399151133707,
                52.59035957701228,
                0.0
            ],
            [
                4.74446819338212,
                52.59035090023936,
                0.0
            ],
            [
                4.744515236696114,
                52.590344989378146,
                0.0
            ],
            [
                4.74482134334768,
                52.5903065161608,
                0.0
            ],
            [
                4.745132949274122,
                52.590267343897445,
                0.0
            ],
            [
                4.745307014646576,
                52.590241627871734,
                0.0
            ],
            [
                4.745635439607729,
                52.59018746433314,
                0.0
            ],
            [
                4.746140994996876,
                52.59009964535385,
                0.0
            ],
            [
                4.746729553785201,
                52.58999271516534,
                0.0
            ],
            [
                4.747316598060582,
                52.58988114541033,
                0.0
            ],
            [
                4.748028962297706,
                52.589743635392146,
                0.0
            ],
            [
                4.748738185779323,
                52.589611757298506,
                0.0
            ],
            [
                4.749310375751183,
                52.58950519373667,
                0.0
            ],
            [
                4.750009877001555,
                52.589374648915594,
                0.0
            ],
            [
                4.750852519966752,
                52.589214075989524,
                0.0
            ],
            [
                4.751293969590741,
                52.58913209305688,
                0.0
            ],
            [
                4.751442332383655,
                52.589104540863424,
                0.0
            ],
            [
                4.751460398680319,
                52.58910118638347,
                0.0
            ],
            [
                4.75147942667703,
                52.58909765729911,
                0.0
            ],
            [
                4.751492521496093,
                52.58909521988763,
                0.0
            ],
            [
                4.752120001855796,
                52.588978693046535,
                0.0
            ],
            [
                4.752681732894966,
                52.588872785359165,
                0.0
            ],
            [
                4.753557041180478,
                52.588714327001114,
                0.0
            ],
            [
                4.75385596006211,
                52.58866021709548,
                0.0
            ],
            [
                4.753889722278792,
                52.58865410590702,
                0.0
            ],
            [
                4.753906542729012,
                52.58866451307921,
                0.0
            ],
            [
                4.754560674677502,
                52.58906920361218,
                0.0
            ],
            [
                4.754601127439048,
                52.58907092889096,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:02.341813Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}