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/6278/?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/6278/?format=api",
    "id": 6278,
    "code": "PL_41",
    "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.721374507817203,
                52.59403995243674,
                0.0
            ],
            [
                4.72131961717404,
                52.593972850520856,
                0.0
            ],
            [
                4.721289371917933,
                52.59393805258747,
                0.0
            ],
            [
                4.72120704863409,
                52.59384733078128,
                0.0
            ],
            [
                4.721142391787931,
                52.5937770823723,
                0.0
            ],
            [
                4.721101426024566,
                52.593731960686924,
                0.0
            ],
            [
                4.72107405634207,
                52.593701241118424,
                0.0
            ],
            [
                4.721064808329698,
                52.593685263608045,
                0.0
            ],
            [
                4.721072681124318,
                52.59366725207237,
                0.0
            ],
            [
                4.721084035306005,
                52.59364739067593,
                0.0
            ],
            [
                4.721088658066875,
                52.59363642500987,
                0.0
            ],
            [
                4.721718495783834,
                52.593428256337496,
                0.0
            ],
            [
                4.721773887012736,
                52.59341041203574,
                0.0
            ],
            [
                4.72181667240268,
                52.59339663131513,
                0.0
            ],
            [
                4.721839600026498,
                52.59338924625064,
                0.0
            ],
            [
                4.721862323759942,
                52.59338168029208,
                0.0
            ],
            [
                4.722155386843365,
                52.59328418108586,
                0.0
            ],
            [
                4.722348683168707,
                52.59322194668583,
                0.0
            ],
            [
                4.722383412112293,
                52.59321097867123,
                0.0
            ],
            [
                4.722456285576903,
                52.593187632725545,
                0.0
            ],
            [
                4.722566215520258,
                52.59315065344492,
                0.0
            ],
            [
                4.722624528247365,
                52.5931288886122,
                0.0
            ],
            [
                4.722631282312686,
                52.59312629308387,
                0.0
            ],
            [
                4.722819090850378,
                52.593064800141946,
                0.0
            ],
            [
                4.7229054979059,
                52.59303649665736,
                0.0
            ],
            [
                4.723000625320406,
                52.59300535690616,
                0.0
            ],
            [
                4.723036917344766,
                52.59299347173761,
                0.0
            ],
            [
                4.723046216573838,
                52.59299042306867,
                0.0
            ],
            [
                4.723108863543316,
                52.59296991349988,
                0.0
            ],
            [
                4.723125741527575,
                52.592964381727064,
                0.0
            ],
            [
                4.723186386239333,
                52.59294452599362,
                0.0
            ],
            [
                4.723229589477754,
                52.59293037861819,
                0.0
            ],
            [
                4.72325139131829,
                52.59292323863797,
                0.0
            ],
            [
                4.72328063827629,
                52.59291366872341,
                0.0
            ],
            [
                4.723379028160695,
                52.59288145043854,
                0.0
            ],
            [
                4.723442194013876,
                52.592860763845806,
                0.0
            ],
            [
                4.723614412899328,
                52.59280436828418,
                0.0
            ],
            [
                4.723792608193718,
                52.59274601962987,
                0.0
            ],
            [
                4.723825874274024,
                52.59273512391367,
                0.0
            ],
            [
                4.723841343022897,
                52.592730060503186,
                0.0
            ],
            [
                4.723871894942153,
                52.59272005734713,
                0.0
            ],
            [
                4.723882736462091,
                52.59271650494199,
                0.0
            ],
            [
                4.723915394362657,
                52.592705812515476,
                0.0
            ],
            [
                4.723955230595253,
                52.592692760517416,
                0.0
            ],
            [
                4.723993005076709,
                52.59268039801408,
                0.0
            ],
            [
                4.724002274525155,
                52.59267735809173,
                0.0
            ],
            [
                4.724037142201761,
                52.59266594100019,
                0.0
            ],
            [
                4.724046737913739,
                52.59266279504668,
                0.0
            ],
            [
                4.724123147101687,
                52.59263777818694,
                0.0
            ],
            [
                4.724316275882992,
                52.59257453307452,
                0.0
            ],
            [
                4.72451987472061,
                52.59250785893787,
                0.0
            ],
            [
                4.724667189809371,
                52.59245961831634,
                0.0
            ],
            [
                4.724808809543514,
                52.59241324210105,
                0.0
            ],
            [
                4.724933284484067,
                52.592372486135176,
                0.0
            ],
            [
                4.724951467072243,
                52.592366529981064,
                0.0
            ],
            [
                4.725378948721776,
                52.59222653366081,
                0.0
            ],
            [
                4.725385014508755,
                52.592224545285355,
                0.0
            ],
            [
                4.725505513803099,
                52.59218508772372,
                0.0
            ],
            [
                4.725626087069259,
                52.592145603490046,
                0.0
            ],
            [
                4.725653228720817,
                52.592137594064496,
                0.0
            ],
            [
                4.725686617382777,
                52.592127318641936,
                0.0
            ],
            [
                4.725715889612422,
                52.592118943594095,
                0.0
            ],
            [
                4.725758477905223,
                52.59210632872302,
                0.0
            ],
            [
                4.725816733832279,
                52.592090116222295,
                0.0
            ],
            [
                4.725834640618806,
                52.59209268743456,
                0.0
            ],
            [
                4.725882669415864,
                52.59210204103062,
                0.0
            ],
            [
                4.725941055839296,
                52.592114498980024,
                0.0
            ],
            [
                4.725997007955915,
                52.592125927778014,
                0.0
            ],
            [
                4.726017774619232,
                52.59212969222649,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:02.424859Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}