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=776
https://demo.lizard.net/api/v4/observationtypes/?format=api&page=777", "previous": "https://demo.lizard.net/api/v4/observationtypes/?format=api&page=775", "results": [ { "url": "https://demo.lizard.net/api/v4/observationtypes/8794/?format=api", "id": 8794, "code": "P_PO4", "parameter": "P_PO4", "unit": "mg/L", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-06-28T09:48:45.105252Z", "last_modified": "2023-06-28T09:48:45.105238Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8795/?format=api", "id": 8795, "code": "N_NO2", "parameter": "N_NO2", "unit": "mg/L", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-06-28T10:15:56.453907Z", "last_modified": "2023-06-28T10:15:56.453892Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8796/?format=api", "id": 8796, "code": "N_NO3", "parameter": "N_NO3", "unit": "mg/L", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-06-28T13:03:46.609517Z", "last_modified": "2023-06-28T13:03:46.609500Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8797/?format=api", "id": 8797, "code": "N_NH4", "parameter": "N_NH4", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-06-28T13:23:05.509831Z", "last_modified": "2023-06-28T13:23:05.509798Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8798/?format=api", "id": 8798, "code": "T", "parameter": "T", "unit": "Cencisus", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-06-28T17:31:40.326186Z", "last_modified": "2023-06-28T17:31:40.326172Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8799/?format=api", "id": 8799, "code": "Salinity", "parameter": "Salinity", "unit": "%", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-06-28T17:53:17.744999Z", "last_modified": "2023-06-28T17:53:17.744971Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8800/?format=api", "id": 8800, "code": "WNS2369.1min", "parameter": "", "unit": "m3/min", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2023-07-19T12:41:19.098690Z", "last_modified": "2023-07-19T12:41:19.098670Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8801/?format=api", "id": 8801, "code": "SAF_KPI_1", "parameter": "Draaitijd KPI", "unit": "uur", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2023-07-21T13:42:24.463444Z", "last_modified": "2023-07-27T10:09:50.780985Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8802/?format=api", "id": 8802, "code": "SAF_KPI_2", "parameter": "Pompverhouding KPI", "unit": "-", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2023-07-21T13:43:10.741685Z", "last_modified": "2023-07-21T13:45:18.584397Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/8803/?format=api", "id": 8803, "code": "SAF_KPI_3a", "parameter": "Verhouding enegieverbruik en draaitijd KPI", "unit": "-", "scale": "interval", "description": "", "domain_values": null, "reference_frame": null, "compartment": null, "created": "2023-07-21T13:43:38.445577Z", "last_modified": "2023-07-21T13:45:23.559552Z" } ] }{ "count": 8137, "next": "