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/6289/?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/6289/?format=api",
    "id": 6289,
    "code": "PL_52",
    "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.873624119938163,
                52.42407800471345,
                0.0
            ],
            [
                4.873540502768714,
                52.42388743717588,
                0.0
            ],
            [
                4.873466809305518,
                52.4237399992709,
                0.0
            ],
            [
                4.873340903984755,
                52.42357169932618,
                0.0
            ],
            [
                4.87320523659473,
                52.42344658738052,
                0.0
            ],
            [
                4.873073294804711,
                52.42335266951566,
                0.0
            ],
            [
                4.87292833695901,
                52.42325927022131,
                0.0
            ],
            [
                4.872744511579427,
                52.42315305642004,
                0.0
            ],
            [
                4.872573393343388,
                52.4230641717353,
                0.0
            ],
            [
                4.872368492504024,
                52.422975292821874,
                0.0
            ],
            [
                4.872149822306,
                52.422901174301735,
                0.0
            ],
            [
                4.871966648694666,
                52.42285169201977,
                0.0
            ],
            [
                4.871828259642147,
                52.422813180404255,
                0.0
            ],
            [
                4.87170906020846,
                52.42277681027299,
                0.0
            ],
            [
                4.871594157384928,
                52.42273380787091,
                0.0
            ],
            [
                4.871506034851103,
                52.42269883101836,
                0.0
            ],
            [
                4.871356942516671,
                52.42262765616129,
                0.0
            ],
            [
                4.871229459852615,
                52.42256037697739,
                0.0
            ],
            [
                4.871072483259192,
                52.42246948451797,
                0.0
            ],
            [
                4.870933449436707,
                52.42238682180104,
                0.0
            ],
            [
                4.87079306715998,
                52.42229881438903,
                0.0
            ],
            [
                4.870651407472845,
                52.4222056782894,
                0.0
            ],
            [
                4.870435719597259,
                52.42206677774223,
                0.0
            ],
            [
                4.870322653518332,
                52.42199513852056,
                0.0
            ],
            [
                4.870201062605248,
                52.42192213182592,
                0.0
            ],
            [
                4.870066641961949,
                52.42184125876246,
                0.0
            ],
            [
                4.86992959268758,
                52.421753893986384,
                0.0
            ],
            [
                4.869727818570277,
                52.4216261076479,
                0.0
            ],
            [
                4.869511490453258,
                52.42148838895503,
                0.0
            ],
            [
                4.869273355378647,
                52.4213424946639,
                0.0
            ],
            [
                4.869086835170115,
                52.421226790348655,
                0.0
            ],
            [
                4.868875621871933,
                52.42109577064699,
                0.0
            ],
            [
                4.868712835261578,
                52.42099094571769,
                0.0
            ],
            [
                4.868535337611622,
                52.420875792290495,
                0.0
            ],
            [
                4.868356701493871,
                52.4207524908098,
                0.0
            ],
            [
                4.868210602290777,
                52.420662720629636,
                0.0
            ],
            [
                4.868086099758576,
                52.42058538490439,
                0.0
            ],
            [
                4.867928898575674,
                52.42048971478196,
                0.0
            ],
            [
                4.867682545014167,
                52.42033854142221,
                0.0
            ],
            [
                4.867298149158131,
                52.420101711940475,
                0.0
            ],
            [
                4.867099200055172,
                52.41997749253319,
                0.0
            ],
            [
                4.86704868814798,
                52.41994888785264,
                0.0
            ],
            [
                4.867018701907241,
                52.419933692937505,
                0.0
            ],
            [
                4.866973159364208,
                52.41991129353387,
                0.0
            ],
            [
                4.866891350915656,
                52.41987394122113,
                0.0
            ],
            [
                4.866724510945301,
                52.41980584615571,
                0.0
            ],
            [
                4.866586787171465,
                52.41974944587236,
                0.0
            ],
            [
                4.866360521473545,
                52.41965961771157,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:02.503992Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}