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=797
https://demo.lizard.net/api/v4/observationtypes/?format=api&page=798", "previous": "https://demo.lizard.net/api/v4/observationtypes/?format=api&page=796", "results": [ { "url": "https://demo.lizard.net/api/v4/observationtypes/9004/?format=api", "id": 9004, "code": "TS57", "parameter": "Độ mặn", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-11-22T08:36:48.511325Z", "last_modified": "2023-11-22T08:36:48.511311Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9005/?format=api", "id": 9005, "code": "TS55", "parameter": "HCO3", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-11-22T08:36:48.530145Z", "last_modified": "2023-11-22T08:36:48.530127Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9006/?format=api", "id": 9006, "code": "TS56", "parameter": "CO3", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-11-22T08:36:48.543977Z", "last_modified": "2023-11-22T08:36:48.543957Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9007/?format=api", "id": 9007, "code": "TS53", "parameter": "Mg2+", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-11-22T08:36:48.549630Z", "last_modified": "2023-11-22T08:36:48.549614Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9008/?format=api", "id": 9008, "code": "TS49", "parameter": "EC", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-11-22T08:36:48.567022Z", "last_modified": "2023-11-22T08:36:48.567008Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9009/?format=api", "id": 9009, "code": "TS64", "parameter": "Độ trong", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-11-22T08:36:48.568140Z", "last_modified": "2023-11-22T08:36:48.568126Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9010/?format=api", "id": 9010, "code": "TS46", "parameter": "T(oC)", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-11-22T08:36:48.568672Z", "last_modified": "2023-11-22T08:36:48.568658Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9011/?format=api", "id": 9011, "code": "TS44", "parameter": "Màu", "unit": "Pt/Co", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-11-22T08:36:48.569109Z", "last_modified": "2023-11-22T08:36:48.569093Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9012/?format=api", "id": 9012, "code": "TS47", "parameter": "Độ đục", "unit": "", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-11-22T08:36:48.571727Z", "last_modified": "2023-11-22T08:36:48.571711Z" }, { "url": "https://demo.lizard.net/api/v4/observationtypes/9013/?format=api", "id": 9013, "code": "TS66", "parameter": "Bụi tổng số (TSP)", "unit": "mg/l", "scale": "interval", "description": "", "domain_values": null, "reference_frame": "", "compartment": "", "created": "2023-11-22T08:36:48.572192Z", "last_modified": "2023-11-22T08:36:48.572177Z" } ] }{ "count": 8132, "next": "