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=775
https://demo.lizard.net/api/v4/observationtypes/?format=api&page=776", "previous": "https://demo.lizard.net/api/v4/observationtypes/?format=api&page=774", "results": [ { "url": "https://demo.lizard.net/api/v4/observationtypes/8784/?format=api", "id": 8784, "code": "CL", "parameter": "CL", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-05-11T05:24:30.708919Z", "last_modified": "2023-05-11T05:24:30.708906Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8785/?format=api", "id": 8785, "code": "WQI1", "parameter": "WQI1", "unit": "-", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-05-17T03:33:35.488730Z", "last_modified": "2023-05-17T03:33:35.488694Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8786/?format=api", "id": 8786, "code": "WQI2", "parameter": "WQI2", "unit": "-", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-05-17T03:50:52.861515Z", "last_modified": "2023-05-17T03:50:52.861500Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8787/?format=api", "id": 8787, "code": "WQI3", "parameter": "WQI3", "unit": "-", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-05-17T04:08:04.360373Z", "last_modified": "2023-05-17T04:08:04.360348Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8788/?format=api", "id": 8788, "code": "WQI4", "parameter": "WQI4", "unit": "-", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-05-17T04:29:42.361237Z", "last_modified": "2023-05-17T04:29:42.361224Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8789/?format=api", "id": 8789, "code": "WQI5", "parameter": "WQI5", "unit": "-", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-05-17T04:51:40.219074Z", "last_modified": "2023-05-17T04:51:40.219057Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8790/?format=api", "id": 8790, "code": "WQI", "parameter": "WQI", "unit": "-", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-05-17T05:14:43.357097Z", "last_modified": "2023-05-17T05:14:43.357082Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8791/?format=api", "id": 8791, "code": "WNS9040.hand.uncorrected", "parameter": "Handpeiling ongevalideerd", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": "GWS", "created": "2023-06-02T06:35:45.312788Z", "last_modified": "2023-06-02T13:24:33.990679Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8792/?format=api", "id": 8792, "code": "Primary production", "parameter": "Primary production", "unit": "mg C m-2 M", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2023-06-16T11:16:27.065748Z", "last_modified": "2023-06-16T11:16:27.065728Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8793/?format=api", "id": 8793, "code": "Ecoli", "parameter": "Ecoli", "unit": "mpn/100mg", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-06-28T09:02:05.349544Z", "last_modified": "2023-06-28T09:02:05.349488Z" } ] }{ "count": 8137, "next": "