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/112905/?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/112905/?format=api",
    "id": 112905,
    "code": "PL_31358",
    "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.162577057708548,
                52.70159814747465,
                0.0
            ],
            [
                5.162417167557099,
                52.701856800753156,
                0.0
            ],
            [
                5.162074796101384,
                52.70215501399498,
                0.0
            ],
            [
                5.161820749984313,
                52.702379673742,
                0.0
            ],
            [
                5.161691972673588,
                52.702542479605725,
                0.0
            ],
            [
                5.161675543320466,
                52.70256412493897,
                0.0
            ],
            [
                5.161669093755098,
                52.70257261434894,
                0.0
            ],
            [
                5.16166514655847,
                52.702577810298905,
                0.0
            ],
            [
                5.161652455875233,
                52.702594528891446,
                0.0
            ],
            [
                5.161646319011174,
                52.70260262346803,
                0.0
            ],
            [
                5.16163887152642,
                52.70261241408928,
                0.0
            ],
            [
                5.16163273465735,
                52.70262050866505,
                0.0
            ],
            [
                5.161616096741165,
                52.702642423202185,
                0.0
            ],
            [
                5.161607904359105,
                52.702653218945144,
                0.0
            ],
            [
                5.161606072291753,
                52.702655623968475,
                0.0
            ],
            [
                5.161458124895605,
                52.70285772899048,
                0.0
            ],
            [
                5.161429742142331,
                52.70289648967987,
                0.0
            ],
            [
                5.161422126880017,
                52.702907241568994,
                0.0
            ],
            [
                5.161418861847519,
                52.70291499108828,
                0.0
            ],
            [
                5.161406246007134,
                52.70293150309623,
                0.0
            ],
            [
                5.16139939443861,
                52.70294046803531,
                0.0
            ],
            [
                5.161391619470515,
                52.70295062648307,
                0.0
            ],
            [
                5.161348752411921,
                52.703006713423456,
                0.0
            ],
            [
                5.161330327601329,
                52.70303081733775,
                0.0
            ],
            [
                5.161329672256769,
                52.70303166985184,
                0.0
            ],
            [
                5.161322791114231,
                52.703040625743334,
                0.0
            ],
            [
                5.161278391130853,
                52.7030984442247,
                0.0
            ],
            [
                5.161209503455932,
                52.703188380395765,
                0.0
            ],
            [
                5.161200760331869,
                52.70319978617464,
                0.0
            ],
            [
                5.161151786621607,
                52.7032637160171,
                0.0
            ],
            [
                5.161108527587298,
                52.70332110522614,
                0.0
            ],
            [
                5.161107216927099,
                52.70332280126501,
                0.0
            ],
            [
                5.161101229702069,
                52.703330527632716,
                0.0
            ],
            [
                5.16109871258974,
                52.703333794091286,
                0.0
            ],
            [
                5.161054284645322,
                52.70339118106048,
                0.0
            ],
            [
                5.161041967521493,
                52.703407091472016,
                0.0
            ],
            [
                5.161029629965926,
                52.703418346620886,
                0.0
            ],
            [
                5.161021722008109,
                52.703425566069235,
                0.0
            ],
            [
                5.161014892378974,
                52.70343598690738,
                0.0
            ],
            [
                5.160996938401575,
                52.70346339884735,
                0.0
            ],
            [
                5.160987424588494,
                52.70347792160586,
                0.0
            ],
            [
                5.160909898461624,
                52.70361326105979,
                0.0
            ],
            [
                5.16080024704962,
                52.70382713895179,
                0.0
            ],
            [
                5.160579848699257,
                52.704268750139676,
                0.0
            ],
            [
                5.160570299151908,
                52.704287271971225,
                0.0
            ],
            [
                5.16056889443496,
                52.704289983346136,
                0.0
            ],
            [
                5.160495919689631,
                52.70443159504683,
                0.0
            ],
            [
                5.16069049380464,
                52.70465752784265,
                0.0
            ],
            [
                5.160684336552909,
                52.704669486700006,
                0.0
            ],
            [
                5.160682184528605,
                52.70467366152146,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2016-03-31T16:22:25.316349Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}