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/?page=812
https://demo.lizard.net/api/v4/observationtypes/?page=813", "previous": "https://demo.lizard.net/api/v4/observationtypes/?page=811", "results": [ { "url": "https://demo.lizard.net/api/v4/observationtypes/9154/", "id": 9154, "code": "WNS9039.val", "parameter": "Luchtdruk gevalideerd", "unit": "mH2O", "scale": "interval", "description": "Luchtdruk in meters", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2024-11-19T11:14:18.309143Z", "last_modified": "2024-11-19T11:14:18.309129Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9155/", "id": 9155, "code": "wris_arcadis_scenario1", "parameter": "Grondst_uitgangssituatie", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": null, "created": "2024-12-06T13:29:29.641517Z", "last_modified": "2024-12-06T13:29:29.641500Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9156/", "id": 9156, "code": "wris_arcadis_scenario2", "parameter": "Grondst_+20% verh opp", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": null, "created": "2024-12-06T13:30:18.680363Z", "last_modified": "2024-12-06T13:30:18.680349Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9157/", "id": 9157, "code": "wris_arcadis_scenario3", "parameter": "Grondst_-20% verh opp", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": null, "created": "2024-12-06T13:30:39.935522Z", "last_modified": "2024-12-06T13:30:39.935505Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9158/", "id": 9158, "code": "wris_arcadis_scenario4", "parameter": "Grondst_+20% gemcap", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": null, "created": "2024-12-06T13:30:59.334834Z", "last_modified": "2024-12-06T13:30:59.334807Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9159/", "id": 9159, "code": "wris_arcadis_scenario5", "parameter": "Grondst_-20% gemcap", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": null, "created": "2024-12-06T13:31:21.717503Z", "last_modified": "2024-12-06T13:31:21.717487Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9160/", "id": 9160, "code": "wris_arcadis_scenario6", "parameter": "Grondst_2Dmodel", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": null, "created": "2024-12-06T13:31:38.344760Z", "last_modified": "2024-12-06T13:31:38.344736Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9161/", "id": 9161, "code": "wris_arcadis_scenario7", "parameter": "Radar_uitgangssituatie", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": null, "created": "2024-12-06T13:31:58.571458Z", "last_modified": "2024-12-06T13:31:58.571444Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9162/", "id": 9162, "code": "wris_arcadis_scenario8", "parameter": "Radar_+20% verh opp", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": null, "created": "2024-12-06T13:32:18.971896Z", "last_modified": "2024-12-06T13:33:48.435431Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9163/", "id": 9163, "code": "wris_arcadis_scenario9", "parameter": "Radar_-20% verh opp", "unit": "m", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "NAP", "compartment": null, "created": "2024-12-06T13:32:39.697256Z", "last_modified": "2024-12-06T13:32:39.697245Z" } ] }{ "count": 8123, "next": "