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/6251/?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/6251/?format=api",
    "id": 6251,
    "code": "PL_14",
    "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.777649747184875,
                52.667244731216556,
                0.0
            ],
            [
                4.777632019820001,
                52.66725025737473,
                0.0
            ],
            [
                4.777397302087267,
                52.66732345937152,
                0.0
            ],
            [
                4.777064420335163,
                52.66742682176933,
                0.0
            ],
            [
                4.777025027404997,
                52.66743934558301,
                0.0
            ],
            [
                4.776998166617107,
                52.667447880444186,
                0.0
            ],
            [
                4.776929403593813,
                52.6674697260694,
                0.0
            ],
            [
                4.776919901642752,
                52.6674726700584,
                0.0
            ],
            [
                4.776892509164739,
                52.66748116621939,
                0.0
            ],
            [
                4.776429181455049,
                52.66762485710704,
                0.0
            ],
            [
                4.776156819107637,
                52.66770784815093,
                0.0
            ],
            [
                4.775856804105746,
                52.6677903010323,
                0.0
            ],
            [
                4.775902898594685,
                52.66787210564924,
                0.0
            ],
            [
                4.775912377242435,
                52.66788892445424,
                0.0
            ],
            [
                4.775884723905992,
                52.66789488465566,
                0.0
            ],
            [
                4.775853777703295,
                52.667901636775724,
                0.0
            ],
            [
                4.775745445308485,
                52.66792515668643,
                0.0
            ],
            [
                4.775578586260352,
                52.66796144298281,
                0.0
            ],
            [
                4.775471542487352,
                52.66798476256468,
                0.0
            ],
            [
                4.775439321774435,
                52.66799173270312,
                0.0
            ],
            [
                4.775283719343483,
                52.66802538031653,
                0.0
            ],
            [
                4.775266652887772,
                52.66802904917437,
                0.0
            ],
            [
                4.77526337785135,
                52.66803811837774,
                0.0
            ],
            [
                4.77550384099394,
                52.668445036847544,
                0.0
            ],
            [
                4.775711380011473,
                52.66879710748625,
                0.0
            ],
            [
                4.776003175907002,
                52.669288318891596,
                0.0
            ],
            [
                4.776261943105216,
                52.66972693762676,
                0.0
            ],
            [
                4.776509270317955,
                52.67013805913111,
                0.0
            ],
            [
                4.776717190990394,
                52.67048721792092,
                0.0
            ],
            [
                4.77682657839881,
                52.67066817894732,
                0.0
            ],
            [
                4.776933431942087,
                52.67084323127137,
                0.0
            ],
            [
                4.777040934268159,
                52.67103018584664,
                0.0
            ],
            [
                4.777143246543344,
                52.67120234775781,
                0.0
            ],
            [
                4.777166471011739,
                52.671247205043244,
                0.0
            ],
            [
                4.777187516402688,
                52.67128076324923,
                0.0
            ],
            [
                4.777260796533336,
                52.67141114755085,
                0.0
            ],
            [
                4.77740498796997,
                52.67168930304253,
                0.0
            ],
            [
                4.777429005078599,
                52.6717388736152,
                0.0
            ],
            [
                4.777433173331743,
                52.67174746875022,
                0.0
            ],
            [
                4.777435659675485,
                52.67175261317422,
                0.0
            ],
            [
                4.77744561145372,
                52.671750345488086,
                0.0
            ],
            [
                4.777465307043314,
                52.67174588094489,
                0.0
            ],
            [
                4.77759484465125,
                52.67171625797611,
                0.0
            ],
            [
                4.77770082868198,
                52.67169210422617,
                0.0
            ],
            [
                4.777868287715314,
                52.67165395766744,
                0.0
            ],
            [
                4.777992157762458,
                52.67162573420082,
                0.0
            ],
            [
                4.778129508737774,
                52.671594470058594,
                0.0
            ],
            [
                4.778158236715099,
                52.671587921680874,
                0.0
            ],
            [
                4.778243174817167,
                52.67156855771923,
                0.0
            ],
            [
                4.778256804714969,
                52.67156544602297,
                0.0
            ],
            [
                4.778295291540372,
                52.67155667380603,
                0.0
            ],
            [
                4.778344675667678,
                52.67154567460337,
                0.0
            ],
            [
                4.778353952467454,
                52.67154623434906,
                0.0
            ],
            [
                4.778360336989445,
                52.67155067074165,
                0.0
            ],
            [
                4.778465107934542,
                52.67173364664402,
                0.0
            ],
            [
                4.778471630273532,
                52.67173774222266,
                0.0
            ],
            [
                4.778481295339597,
                52.67173802534226,
                0.0
            ],
            [
                4.778508800549161,
                52.6717322345339,
                0.0
            ],
            [
                4.778520959214803,
                52.67172967248512,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:02.208208Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}