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=14
https://demo.lizard.net/api/v4/observationtypes/?format=api&page=15", "previous": "https://demo.lizard.net/api/v4/observationtypes/?format=api&page=13", "results": [ { "url": "https://demo.lizard.net/api/v4/observationtypes/408/?format=api", "id": 408, "code": "FOTNSDHD (d)", "parameter": "FOTNSDHD", "unit": "d", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2015-09-11T08:05:42.103651Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/409/?format=api", "id": 409, "code": "FOTNSDHD (graad) BS", "parameter": "FOTNSDHD", "unit": "graad", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "BS", "created": "2015-09-11T08:05:42.523392Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/410/?format=api", "id": 410, "code": "VERPTSG (mm) BS", "parameter": "VERPTSG", "unit": "mm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "BS", "created": "2015-09-11T08:05:42.613766Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/411/?format=api", "id": 411, "code": "wir. 3 sec. (m/s)", "parameter": "Windstoot over 3 seconden", "unit": "m/s", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2015-09-11T08:05:46.465897Z", "last_modified": "2020-01-17T11:02:04.854803Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/412/?format=api", "id": 412, "code": "Q (m3/h)", "parameter": "Debiet", "unit": "m3/h", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2015-09-11T08:05:47.296208Z", "last_modified": "2020-03-20T18:51:46.654629Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/413/?format=api", "id": 413, "code": "LUCHTDK (Pa) lucht", "parameter": "Luchtdruk", "unit": "Pa", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "lucht", "created": "2015-09-11T08:05:48.294202Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/414/?format=api", "id": 414, "code": "HOOGTE (%)", "parameter": "HOOGTE", "unit": "%", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2015-09-11T08:05:49.017788Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/415/?format=api", "id": 415, "code": "AANTL (%) BS", "parameter": "Aantal", "unit": "%", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "BS", "created": "2015-09-11T08:05:49.643060Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/416/?format=api", "id": 416, "code": "Q (l)", "parameter": "Debiet", "unit": "l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2015-09-11T08:05:50.032847Z", "last_modified": "2020-03-20T18:51:06.996936Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/417/?format=api", "id": 417, "code": "INDCTAUT (nvt)", "parameter": "INDCTAUT", "unit": "nvt", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2015-09-11T08:05:50.277717Z", "last_modified": "2019-06-25T07:26:10.441021Z" } ] }{ "count": 8132, "next": "