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/6287/?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/6287/?format=api",
    "id": 6287,
    "code": "PL_50",
    "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.866360521473545,
                52.41965961771157,
                0.0
            ],
            [
                4.866295789645251,
                52.41963025815189,
                0.0
            ],
            [
                4.866124859617038,
                52.41956136232778,
                0.0
            ],
            [
                4.865992162179262,
                52.41950892902229,
                0.0
            ],
            [
                4.865865656694197,
                52.41945999203844,
                0.0
            ],
            [
                4.86571998103415,
                52.41940245925784,
                0.0
            ],
            [
                4.865567352959617,
                52.419342406113984,
                0.0
            ],
            [
                4.865429206854376,
                52.41928841129836,
                0.0
            ],
            [
                4.865332218758381,
                52.4192508112998,
                0.0
            ],
            [
                4.865254180322235,
                52.41922058367018,
                0.0
            ],
            [
                4.865239043177025,
                52.41921402791536,
                0.0
            ],
            [
                4.865226306508822,
                52.41920335740654,
                0.0
            ],
            [
                4.865200964430881,
                52.41917586941729,
                0.0
            ],
            [
                4.865146629628021,
                52.419113849003445,
                0.0
            ],
            [
                4.865121901753557,
                52.4190853930375,
                0.0
            ],
            [
                4.865073272929693,
                52.419029419447696,
                0.0
            ],
            [
                4.865004122338505,
                52.41894983474357,
                0.0
            ],
            [
                4.864913593101489,
                52.41884702157889,
                0.0
            ],
            [
                4.864834817236562,
                52.41875600700333,
                0.0
            ],
            [
                4.864744381786245,
                52.41866275696621,
                0.0
            ],
            [
                4.864657193504149,
                52.418575893414655,
                0.0
            ],
            [
                4.864559492761489,
                52.41847678719857,
                0.0
            ],
            [
                4.864441587947318,
                52.41834839990268,
                0.0
            ],
            [
                4.864301813582697,
                52.418206083993425,
                0.0
            ],
            [
                4.864103144463583,
                52.4180035693346,
                0.0
            ],
            [
                4.863914990872108,
                52.417818168303036,
                0.0
            ],
            [
                4.863770443421285,
                52.41765960796455,
                0.0
            ],
            [
                4.86365927781388,
                52.41753225624108,
                0.0
            ],
            [
                4.863610367144576,
                52.4174780423544,
                0.0
            ],
            [
                4.863515331982661,
                52.41737767077311,
                0.0
            ],
            [
                4.863440818373826,
                52.41730083859103,
                0.0
            ],
            [
                4.863296797039932,
                52.417150278976344,
                0.0
            ],
            [
                4.863078937085254,
                52.41692441764409,
                0.0
            ],
            [
                4.86287619411929,
                52.41671435117012,
                0.0
            ],
            [
                4.862675689521098,
                52.416501615924425,
                0.0
            ],
            [
                4.862554250673663,
                52.41636969684901,
                0.0
            ],
            [
                4.862497391748614,
                52.416310414204574,
                0.0
            ],
            [
                4.862450899912775,
                52.416261944646976,
                0.0
            ],
            [
                4.862411404512639,
                52.416218467239844,
                0.0
            ],
            [
                4.862372794382394,
                52.416175955418495,
                0.0
            ],
            [
                4.862370763779444,
                52.41616869339269,
                0.0
            ],
            [
                4.862370612193722,
                52.41616163741829,
                0.0
            ],
            [
                4.862378768733031,
                52.41614438131434,
                0.0
            ],
            [
                4.862387694460329,
                52.416125474889625,
                0.0
            ],
            [
                4.862412813183686,
                52.416073502731074,
                0.0
            ],
            [
                4.862428470318977,
                52.416039760548685,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:02.486450Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}