Observation Type List
Query parameters
code
Text filter on the code
field. All text field filter methods,
like startswith
, endswith
, icontains
are supported.
parameter
Text filter on parameter
field. All text field filter methods,
like startswith
, endswith
, icontains
are supported.
unit
Text filter on unit
field. All text field filter methods,
like startswith
, endswith
, icontains
are 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.
Examples
?code=27234
?parameter__icontains=In bedrijf
?unit__iexact=m3/d
?created__gte=2017-01-01T00:00:00Z
?last_modified__lt=2018-01-01T00:00:00Z
POST
Creating an invitation requires a POST to a list url:
POST api/v4/observationtypes/
Request body example:
{
code": "gwaterlvl_mMSL",
parameter": "Water level",
unit": "m",
scale": "interval",
"description": "Water level in meters with Mean Sea Level (MSL)
as reference datum, measured in groundwater (GW)
and displayed as a line chart (interval).",
"reference_frame": "MSL",
"compartment": "GW"
}
Where scale can be one of the following values:
nominal
, ordinal
, interval
, ratio
.
GET /api/v4/observationtypes/?format=api&page=39
https://demo.lizard.net/api/v4/observationtypes/?format=api&page=40", "previous": "https://demo.lizard.net/api/v4/observationtypes/?format=api&page=38", "results": [ { "url": "https://demo.lizard.net/api/v4/observationtypes/872/?format=api", "id": 872, "code": "soilmoisture_dm", "parameter": "Soil moisture", "unit": "dm3/m3", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2017-09-25T22:14:49.852098Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/873/?format=api", "id": 873, "code": "swi", "parameter": "SWI", "unit": "index", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2017-09-25T23:30:51.970072Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/874/?format=api", "id": 874, "code": "anomaly", "parameter": "Anomaly", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-09-25T23:37:44.170283Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/875/?format=api", "id": 875, "code": "count_int", "parameter": "Count", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2017-09-26T09:47:08.477412Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/876/?format=api", "id": 876, "code": "percent", "parameter": "Percentage", "unit": "%", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2017-09-26T12:13:37.060680Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/877/?format=api", "id": 877, "code": "indicator", "parameter": "Indicator", "unit": "Value (Low - High)", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2017-09-26T19:28:34.134862Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/878/?format=api", "id": 878, "code": "flood-hazard-rating", "parameter": "Flood hazard rating", "unit": "", "scale": "interval", "description": "3Di result", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2017-10-02T12:16:38.882137Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/879/?format=api", "id": 879, "code": "Bodemberging", "parameter": "Bodemberging", "unit": "m", "scale": "interval", "description": "Beschikbare bodemberging in meters.", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-10-03T12:52:27.572902Z", "last_modified": "2020-03-20T18:46:45.453327Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/880/?format=api", "id": 880, "code": "WNS9040.uncorrected", "parameter": "Stijghoogte ongevalideerd", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "GW", "created": "2017-10-10T13:30:17.899927Z", "last_modified": "2023-06-02T13:23:28.754861Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/881/?format=api", "id": 881, "code": "WNS1343", "parameter": "Stroom", "unit": "A", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-10-10T15:57:43.030257Z", "last_modified": "2019-06-25T07:26:10.441021Z" } ] }{ "count": 8137, "next": "