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=40
https://demo.lizard.net/api/v4/observationtypes/?format=api&page=41", "previous": "https://demo.lizard.net/api/v4/observationtypes/?format=api&page=39", "results": [ { "url": "https://demo.lizard.net/api/v4/observationtypes/882/?format=api", "id": 882, "code": "WNS929", "parameter": "Druk", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "WATKLM", "compartment": "NT", "created": "2017-10-10T15:57:47.485422Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/883/?format=api", "id": 883, "code": "WNS2114", "parameter": "Toerental", "unit": "n/min", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "NT", "created": "2017-10-10T16:03:11.167435Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/884/?format=api", "id": 884, "code": "count_km2", "parameter": "Count / Km2", "unit": "Count / Km2", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2017-10-18T12:26:23.994683Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/885/?format=api", "id": 885, "code": "vito_streetcanyon", "parameter": "Streetcanyon", "unit": "", "scale": "nominal", "description": "Streetcanyon", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-10-27T07:41:52.424112Z", "last_modified": "2020-03-20T18:45:32.918157Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/886/?format=api", "id": 886, "code": "WNDDTXT", "parameter": "Wind direction", "unit": "Cardinal direction", "scale": "nominal", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-10-27T11:39:23.176718Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/887/?format=api", "id": 887, "code": "bodemberging", "parameter": "Bodemberging", "unit": "mm", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-11-03T16:08:56.587842Z", "last_modified": "2020-03-20T18:47:11.472621Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/888/?format=api", "id": 888, "code": "Waterlevel(mLGH)_csv", "parameter": "Water level (csv)", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "LGH", "compartment": null, "created": "2017-11-03T16:36:36.986959Z", "last_modified": "2019-06-25T07:26:10.441021Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/889/?format=api", "id": 889, "code": "pompstatus", "parameter": "Pompstatus", "unit": "-", "scale": "interval", "description": "Origin: Almere", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-11-15T16:30:44.332262Z", "last_modified": "2020-03-20T18:47:27.909727Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/890/?format=api", "id": 890, "code": "WNS1165.advies", "parameter": "In bedrijf (advies)", "unit": "h", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": "NT", "created": "2017-11-16T11:50:15.010792Z", "last_modified": "2020-03-20T18:46:18.064036Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/891/?format=api", "id": 891, "code": "ekWh.forecast", "parameter": "Energieprijs", "unit": "€/kWh", "scale": "interval", "description": "Energieprijs Delta", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2017-11-16T14:41:27.323223Z", "last_modified": "2020-03-20T18:53:17.684686Z" } ] }{ "count": 8137, "next": "