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/6531/?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/6531/?format=api",
    "id": 6531,
    "code": "PL_294",
    "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.815854141230339,
                52.64392752398086,
                0.0
            ],
            [
                4.815319992095706,
                52.64430293173338,
                0.0
            ],
            [
                4.815279905797439,
                52.64430190313986,
                0.0
            ],
            [
                4.815060761726103,
                52.64418142688424,
                0.0
            ],
            [
                4.815029551876744,
                52.64417498567239,
                0.0
            ],
            [
                4.814816773063805,
                52.64417748469104,
                0.0
            ],
            [
                4.814785229351771,
                52.64418762322011,
                0.0
            ],
            [
                4.813118182511055,
                52.64532258117809,
                0.0
            ],
            [
                4.812554584182472,
                52.64571197123382,
                0.0
            ],
            [
                4.812530661448738,
                52.64571883869757,
                0.0
            ],
            [
                4.811780708575045,
                52.645716785043234,
                0.0
            ],
            [
                4.811733733400239,
                52.64572270499048,
                0.0
            ],
            [
                4.811699206488901,
                52.645734850390305,
                0.0
            ],
            [
                4.811667258317357,
                52.645754305878036,
                0.0
            ],
            [
                4.811652377103137,
                52.64577028502164,
                0.0
            ],
            [
                4.811635225646032,
                52.64580619580318,
                0.0
            ],
            [
                4.811619839853379,
                52.6468331710221,
                0.0
            ],
            [
                4.811617821083161,
                52.64683952419715,
                0.0
            ],
            [
                4.811607974480222,
                52.64684900298384,
                0.0
            ],
            [
                4.811595979770899,
                52.64685439117851,
                0.0
            ],
            [
                4.811574663849177,
                52.646857334669214,
                0.0
            ],
            [
                4.811041696613552,
                52.64685489753585,
                0.0
            ],
            [
                4.810966224571692,
                52.64685123355753,
                0.0
            ],
            [
                4.810778822740278,
                52.64684206611705,
                0.0
            ],
            [
                4.810735720228166,
                52.64685003555362,
                0.0
            ],
            [
                4.810709478288969,
                52.646868062514656,
                0.0
            ],
            [
                4.810681229091557,
                52.64690395530405,
                0.0
            ],
            [
                4.810659968757915,
                52.646924073462785,
                0.0
            ],
            [
                4.810563852901391,
                52.64704341597657,
                0.0
            ],
            [
                4.810519612658004,
                52.64711336461865,
                0.0
            ],
            [
                4.810461668227252,
                52.64719058034846,
                0.0
            ],
            [
                4.810410733189806,
                52.64724594618543,
                0.0
            ],
            [
                4.81032841508249,
                52.647328238240505,
                0.0
            ],
            [
                4.810281540659613,
                52.647365766129425,
                0.0
            ],
            [
                4.810205262191984,
                52.64741338777466,
                0.0
            ],
            [
                4.810118496160766,
                52.647459601411335,
                0.0
            ],
            [
                4.81001386182567,
                52.64750609673974,
                0.0
            ],
            [
                4.809933004645203,
                52.64753213566824,
                0.0
            ],
            [
                4.809720515399227,
                52.64758898167968,
                0.0
            ],
            [
                4.809586703877548,
                52.64760683650218,
                0.0
            ],
            [
                4.80945302064975,
                52.647614913711635,
                0.0
            ],
            [
                4.809212113284502,
                52.647622451721,
                0.0
            ],
            [
                4.809038484638084,
                52.647620798886244,
                0.0
            ],
            [
                4.808976236320142,
                52.64762049624368,
                0.0
            ],
            [
                4.808870800973312,
                52.64761652348098,
                0.0
            ],
            [
                4.808765542594934,
                52.64761257844708,
                0.0
            ],
            [
                4.808655995020383,
                52.647605574776264,
                0.0
            ],
            [
                4.80853581364881,
                52.64759481653126,
                0.0
            ],
            [
                4.808497277463464,
                52.64759030616551,
                0.0
            ],
            [
                4.808317191610924,
                52.64756058973978,
                0.0
            ],
            [
                4.808303211021805,
                52.647558517537696,
                0.0
            ],
            [
                4.808120607346157,
                52.64753151168218,
                0.0
            ],
            [
                4.807974850259074,
                52.64750828888653,
                0.0
            ],
            [
                4.807885203122519,
                52.6474914505583,
                0.0
            ],
            [
                4.807860987150396,
                52.64748679404988,
                0.0
            ],
            [
                4.807767819017521,
                52.64746804217825,
                0.0
            ],
            [
                4.807739317443373,
                52.64746230427305,
                0.0
            ],
            [
                4.807684219375658,
                52.64745090962315,
                0.0
            ],
            [
                4.80766093641788,
                52.64744609585055,
                0.0
            ],
            [
                4.807607318897582,
                52.6474333602979,
                0.0
            ],
            [
                4.807553701290009,
                52.647420633707696,
                0.0
            ],
            [
                4.807530729497039,
                52.64741463511406,
                0.0
            ],
            [
                4.807496751488674,
                52.6474028759852,
                0.0
            ],
            [
                4.807462578278473,
                52.647389111746456,
                0.0
            ],
            [
                4.807427128291796,
                52.64737468520664,
                0.0
            ],
            [
                4.807423268584925,
                52.64737268021574,
                0.0
            ],
            [
                4.80740684202368,
                52.647329731123655,
                0.0
            ],
            [
                4.807348468177639,
                52.64731240675997,
                0.0
            ],
            [
                4.807342206077232,
                52.647308817290245,
                0.0
            ]
        ]
    },
    "last_modified": "2019-06-25T07:26:58.971073Z",
    "created": "2014-10-22T10:29:04.533239Z",
    "image_url": "",
    "length": null,
    "name": "",
    "type": "transport",
    "material": "",
    "diameter": null,
    "shape": "",
    "year_of_construction": null
}