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/6535/?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/6535/?format=api",
    "id": 6535,
    "code": "PL_298",
    "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.178423657274145,
                52.72006831729772,
                0.0
            ],
            [
                5.178450370441675,
                52.72007796209273,
                0.0
            ],
            [
                5.1785062941551,
                52.720091845941894,
                0.0
            ],
            [
                5.178533235677457,
                52.72010016106094,
                0.0
            ],
            [
                5.178546993509888,
                52.720104642648415,
                0.0
            ],
            [
                5.178550773871819,
                52.720106437657634,
                0.0
            ],
            [
                5.178551500221785,
                52.72010931472942,
                0.0
            ],
            [
                5.178553872556203,
                52.72011152965545,
                0.0
            ],
            [
                5.178556936859526,
                52.72011762812277,
                0.0
            ],
            [
                5.178558691593481,
                52.720150154691346,
                0.0
            ],
            [
                5.178551038777016,
                52.72017529554647,
                0.0
            ],
            [
                5.178598892777329,
                52.72023357834515,
                0.0
            ],
            [
                5.178602885068654,
                52.72033410351242,
                0.0
            ],
            [
                5.178607562553136,
                52.72041812997817,
                0.0
            ],
            [
                5.178526168599747,
                52.72055962952854,
                0.0
            ],
            [
                5.178518342732098,
                52.720577562604205,
                0.0
            ],
            [
                5.178497351056121,
                52.72062212767788,
                0.0
            ],
            [
                5.178460440443878,
                52.72069335586522,
                0.0
            ],
            [
                5.178317588297729,
                52.720941745254805,
                0.0
            ],
            [
                5.178160755339594,
                52.7212103303873,
                0.0
            ],
            [
                5.17795874947746,
                52.721571886019085,
                0.0
            ],
            [
                5.177797434306784,
                52.72185143573041,
                0.0
            ],
            [
                5.177639887000216,
                52.72214120091718,
                0.0
            ],
            [
                5.177459459706092,
                52.72245788620148,
                0.0
            ],
            [
                5.177268090412586,
                52.72279341534383,
                0.0
            ],
            [
                5.177151970303336,
                52.723001652065214,
                0.0
            ],
            [
                5.176975032111541,
                52.72332388760297,
                0.0
            ],
            [
                5.17663893336849,
                52.723880111264116,
                0.0
            ],
            [
                5.176625810192387,
                52.723900497240024,
                0.0
            ],
            [
                5.176516495719247,
                52.724138995106394,
                0.0
            ],
            [
                5.176339303232996,
                52.72444752419943,
                0.0
            ],
            [
                5.176163036219484,
                52.724760080761754,
                0.0
            ],
            [
                5.176009212426119,
                52.72503448266157,
                0.0
            ],
            [
                5.175863319225865,
                52.725296873992626,
                0.0
            ],
            [
                5.17570970258035,
                52.72557665897009,
                0.0
            ],
            [
                5.175563884220912,
                52.72583505986871,
                0.0
            ],
            [
                5.175413924719506,
                52.72610465084049,
                0.0
            ],
            [
                5.175270630055943,
                52.726360818107466,
                0.0
            ],
            [
                5.175232847176424,
                52.7264297340274,
                0.0
            ],
            [
                5.175210749373955,
                52.72647218458239,
                0.0
            ],
            [
                5.175174668313222,
                52.7265380929123,
                0.0
            ],
            [
                5.175071479549548,
                52.72671590296321,
                0.0
            ],
            [
                5.174879915669478,
                52.7270534316698,
                0.0
            ],
            [
                5.174798014044701,
                52.72718773806991,
                0.0
            ],
            [
                5.174765721703941,
                52.72725661868307,
                0.0
            ],
            [
                5.174753366573324,
                52.72728614544144,
                0.0
            ],
            [
                5.174748102534385,
                52.72730637445875,
                0.0
            ],
            [
                5.174746393770441,
                52.72731076598519,
                0.0
            ],
            [
                5.174740241720661,
                52.727327901939354,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:04.567177Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}