Timeseries in this monitoring network.

This endpoint supports POST and DELETE to add or remove timeseries from the network, respectively. The request payload has to be a list of UUIDs. HTTP status code 204 (No Content) is returned on success. Both operations are guaranteed to either succeed or fail in its entirety.

Examples

?start__gte=2013-06-08T10:05:05Z

?start__gte=2013-06-08T10:05:05Z&end__lt=2014-01-01T00:00:00Z

?location__name=Rotterdamhaven

?location__name__startswith=Rotterdam

?location__code=MOB_MP_P_5min

?location__code__startswith=MOB_MP

?location__uuid=cef6e07e-cfe9-4451-9caa-6cd5cdb106a0

?observation_type__code=WNS9040
GET /api/v4/monitoringnetworks/acf09470-4824-4971-8ba5-01e1f2b1d1e6/timeseries/?format=api&page=23
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 226,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/acf09470-4824-4971-8ba5-01e1f2b1d1e6/timeseries/?format=api&page=22",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/aa287c13-f328-4afa-8504-c2e5429cbe0f/?format=api",
            "uuid": "aa287c13-f328-4afa-8504-c2e5429cbe0f",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1972-11-28T11:00:00Z",
            "end": "2007-02-21T07:00:00Z",
            "value_type": "float",
            "last_value": 6.81,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/26884ae1-c0ab-4739-ae5f-19c3d538ca77/?format=api",
                "uuid": "26884ae1-c0ab-4739-ae5f-19c3d538ca77",
                "name": "28AP0065001",
                "code": "28AP0065001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2007-02-21T08:00:00Z",
                        "start": "1972-11-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T11:35:03.402465Z",
            "last_modified": "2023-07-09T21:03:33.387142Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a8c160cc-cda3-4b6f-a698-36da91747901/?format=api",
            "uuid": "a8c160cc-cda3-4b6f-a698-36da91747901",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/26884ae1-c0ab-4739-ae5f-19c3d538ca77/?format=api",
                "uuid": "26884ae1-c0ab-4739-ae5f-19c3d538ca77",
                "name": "28AP0065001",
                "code": "28AP0065001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:35:03.785627Z",
            "last_modified": "2022-12-20T15:08:25.813000Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/72ecae48-248c-442a-991d-73c1ed0c3a67/?format=api",
            "uuid": "72ecae48-248c-442a-991d-73c1ed0c3a67",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1972-11-28T11:00:00Z",
            "end": "2004-06-14T11:00:00Z",
            "value_type": "float",
            "last_value": 6.63,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/29fae689-5017-4cd0-a61b-cf8fe48a534b/?format=api",
                "uuid": "29fae689-5017-4cd0-a61b-cf8fe48a534b",
                "name": "28AP0065002",
                "code": "28AP0065002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2004-06-14T12:00:00Z",
                        "start": "1972-11-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T11:35:07.071233Z",
            "last_modified": "2023-07-09T21:03:34.378241Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7de4ba72-8d8b-44d5-966b-42c1c5511ec5/?format=api",
            "uuid": "7de4ba72-8d8b-44d5-966b-42c1c5511ec5",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/29fae689-5017-4cd0-a61b-cf8fe48a534b/?format=api",
                "uuid": "29fae689-5017-4cd0-a61b-cf8fe48a534b",
                "name": "28AP0065002",
                "code": "28AP0065002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:35:07.466299Z",
            "last_modified": "2022-12-20T15:08:26.675436Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e155a518-8afb-409d-8c67-72faabd6a71c/?format=api",
            "uuid": "e155a518-8afb-409d-8c67-72faabd6a71c",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1972-11-28T11:00:00Z",
            "end": "2007-02-21T07:00:00Z",
            "value_type": "float",
            "last_value": 7.29,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/7c388f36-622c-4f2e-9af5-c57d3bb9cce7/?format=api",
                "uuid": "7c388f36-622c-4f2e-9af5-c57d3bb9cce7",
                "name": "28AP0065003",
                "code": "28AP0065003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2007-02-21T08:00:00Z",
                        "start": "1972-11-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T11:35:10.454909Z",
            "last_modified": "2023-07-09T21:03:35.157506Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a8574a04-4fd2-4cc4-a0c3-9b6ee408dc6c/?format=api",
            "uuid": "a8574a04-4fd2-4cc4-a0c3-9b6ee408dc6c",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/7c388f36-622c-4f2e-9af5-c57d3bb9cce7/?format=api",
                "uuid": "7c388f36-622c-4f2e-9af5-c57d3bb9cce7",
                "name": "28AP0065003",
                "code": "28AP0065003"
            },
            "extra_metadata": {},
            "created": "2022-10-12T11:35:10.725930Z",
            "last_modified": "2022-12-20T15:08:27.960491Z",
            "access_modifier": "Public"
        }
    ]
}