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/6546/?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/6546/?format=api",
    "id": 6546,
    "code": "PL_309",
    "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.090287373604999,
                52.67959845450432,
                0.0
            ],
            [
                5.090277204833343,
                52.67960654439031,
                0.0
            ],
            [
                5.090260509760367,
                52.67961980348774,
                0.0
            ],
            [
                5.09024140615116,
                52.67963499776387,
                0.0
            ],
            [
                5.090235706495999,
                52.67964037573823,
                0.0
            ],
            [
                5.090234620160422,
                52.67964139754478,
                0.0
            ],
            [
                5.09023036384039,
                52.679645440058266,
                0.0
            ],
            [
                5.090229723781013,
                52.679650444215895,
                0.0
            ],
            [
                5.090233394125189,
                52.6796543447415,
                0.0
            ],
            [
                5.090235133652961,
                52.679655130950096,
                0.0
            ],
            [
                5.090235295819012,
                52.67965520325066,
                0.0
            ],
            [
                5.090258204566442,
                52.67966555051399,
                0.0
            ],
            [
                5.090258764815349,
                52.679665794560506,
                0.0
            ],
            [
                5.090265413870231,
                52.6796687229345,
                0.0
            ],
            [
                5.090276839617351,
                52.67967375719398,
                0.0
            ],
            [
                5.090314979535765,
                52.67969055915548,
                0.0
            ],
            [
                5.090331417907829,
                52.67969779873921,
                0.0
            ],
            [
                5.090349831794951,
                52.67970591498609,
                0.0
            ],
            [
                5.090360211600784,
                52.6797103714613,
                0.0
            ],
            [
                5.090431513638798,
                52.679741015172844,
                0.0
            ],
            [
                5.09043866521651,
                52.67974398073799,
                0.0
            ],
            [
                5.09043284351782,
                52.67974991561083,
                0.0
            ],
            [
                5.090241508285932,
                52.67990665681078,
                0.0
            ],
            [
                5.089985803603351,
                52.68012474394348,
                0.0
            ],
            [
                5.089970916230157,
                52.6801374143718,
                0.0
            ],
            [
                5.089917880840346,
                52.68018254938946,
                0.0
            ],
            [
                5.089884735021725,
                52.68021001172296,
                0.0
            ],
            [
                5.089845358517545,
                52.68024263498768,
                0.0
            ],
            [
                5.08976324474397,
                52.68031065005905,
                0.0
            ],
            [
                5.089670483427681,
                52.680387499629575,
                0.0
            ],
            [
                5.089632117823675,
                52.68041928057276,
                0.0
            ],
            [
                5.089626613565764,
                52.68042416472122,
                0.0
            ],
            [
                5.089572849579627,
                52.68047197588466,
                0.0
            ],
            [
                5.08956717949001,
                52.68047732693907,
                0.0
            ],
            [
                5.089568830870081,
                52.6804823997313,
                0.0
            ],
            [
                5.089578678698555,
                52.68048681899542,
                0.0
            ],
            [
                5.089633847992678,
                52.68051102409839,
                0.0
            ],
            [
                5.089763798939251,
                52.6805675086226,
                0.0
            ],
            [
                5.089833148872539,
                52.680598327545994,
                0.0
            ],
            [
                5.089853702577082,
                52.680607123237806,
                0.0
            ],
            [
                5.089867617832417,
                52.68061359268596,
                0.0
            ],
            [
                5.089881200083473,
                52.68060152113981,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:04.683365Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}