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=41
https://demo.lizard.net/api/v4/observationtypes/?format=api&page=42", "previous": "https://demo.lizard.net/api/v4/observationtypes/?format=api&page=40", "results": [ { "url": "https://demo.lizard.net/api/v4/observationtypes/892/?format=api", "id": 892, "code": "ACTEVP", "parameter": "Actuele verdamping", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-11-16T16:44:50.685740Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/893/?format=api", "id": 893, "code": "rainexcess", "parameter": "Neerslagoverschot", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-11-17T14:15:23.949406Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/894/?format=api", "id": 894, "code": "WNS9027", "parameter": "Verdamping", "unit": "mm", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": null, "compartment": "LT", "created": "2017-11-24T08:38:27.371167Z", "last_modified": "2020-03-20T18:52:50.818333Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/895/?format=api", "id": 895, "code": "3di_damage", "parameter": "Damage", "unit": "€/0.25m²", "scale": "ratio", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-11-24T12:45:30.261915Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/896/?format=api", "id": 896, "code": "dACN", "parameter": "Arabica, Cherry, New York Price", "unit": "d/kg", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-11-27T10:46:19.281640Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/897/?format=api", "id": 897, "code": "dRCL", "parameter": "Robusta, Cherry, London Price", "unit": "d/kg", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-11-27T10:48:26.609324Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/898/?format=api", "id": 898, "code": "depositie KgN", "parameter": "Depositie KgN", "unit": "kgN/ha/jaar", "scale": "interval", "description": "Depositie KgN", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-12-14T14:23:41.942023Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/899/?format=api", "id": 899, "code": "depositie fracties", "parameter": "Depositie fracties", "unit": "", "scale": "interval", "description": "Depostie fracties", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-12-14T14:24:18.652730Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/900/?format=api", "id": 900, "code": "yield_ton_ha", "parameter": "Yield", "unit": "ton / ha / year", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-12-20T13:33:21.417478Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/901/?format=api", "id": 901, "code": "biowp_month", "parameter": "Biomass water productivity", "unit": "kg/m³", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2018-01-23T11:15:20.854516Z", "last_modified": "2019-06-25T07:26:10.441021Z" } ] }{ "count": 8137, "next": "