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/c081eca8-ac4f-4a2e-a1ee-0b3e1c770e48/timeseries/?format=api&page=10
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 100,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/c081eca8-ac4f-4a2e-a1ee-0b3e1c770e48/timeseries/?format=api&page=9",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/06bbb1f2-5494-450b-a3bd-950bf74010a4/?format=api",
            "uuid": "06bbb1f2-5494-450b-a3bd-950bf74010a4",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1979-10-29T11:00:00Z",
            "end": "2008-02-14T11:00:00Z",
            "value_type": "float",
            "last_value": null,
            "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/90e8e18d-4871-4dae-a16f-e652a88e3158/?format=api",
                "uuid": "90e8e18d-4871-4dae-a16f-e652a88e3158",
                "name": "28DP0081001",
                "code": "28DP0081001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2008-02-14T12:00:00Z",
                        "start": "1979-10-29T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T09:54:12.260937Z",
            "last_modified": "2023-07-09T20:42:04.012962Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a08b15e5-04c1-47cd-ab47-727a4f9aac43/?format=api",
            "uuid": "a08b15e5-04c1-47cd-ab47-727a4f9aac43",
            "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/90e8e18d-4871-4dae-a16f-e652a88e3158/?format=api",
                "uuid": "90e8e18d-4871-4dae-a16f-e652a88e3158",
                "name": "28DP0081001",
                "code": "28DP0081001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:54:12.520965Z",
            "last_modified": "2022-12-20T14:17:44.978250Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3358c0d7-7f2b-46ea-b10c-7d90289ba902/?format=api",
            "uuid": "3358c0d7-7f2b-46ea-b10c-7d90289ba902",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1953-04-28T11:00:00Z",
            "end": "1998-10-20T11:00:00Z",
            "value_type": "float",
            "last_value": 14.12,
            "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/13e6313d-65bd-4226-817e-5a8ba8bd89a9/?format=api",
                "uuid": "13e6313d-65bd-4226-817e-5a8ba8bd89a9",
                "name": "B34B0419001",
                "code": "B34B0419001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1998-10-20T12:00:00Z",
                        "start": "1953-04-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:14:17.480553Z",
            "last_modified": "2023-07-09T20:45:15.602434Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/69940d01-2b43-4f73-bc87-83668bdc82dd/?format=api",
            "uuid": "69940d01-2b43-4f73-bc87-83668bdc82dd",
            "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/13e6313d-65bd-4226-817e-5a8ba8bd89a9/?format=api",
                "uuid": "13e6313d-65bd-4226-817e-5a8ba8bd89a9",
                "name": "B34B0419001",
                "code": "B34B0419001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:14:17.844331Z",
            "last_modified": "2022-12-20T14:23:48.997277Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8b311a80-1646-4178-a387-0b9dc31e1675/?format=api",
            "uuid": "8b311a80-1646-4178-a387-0b9dc31e1675",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/109aa252-676f-45a5-9488-d5f7635fc58c/?format=api",
                "uuid": "109aa252-676f-45a5-9488-d5f7635fc58c",
                "name": "28CM002001",
                "code": "28CM002001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:13.111149Z",
            "last_modified": "2024-08-27T13:40:13.111131Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d049f837-918e-4d21-a97b-d91bb9952b4b/?format=api",
            "uuid": "d049f837-918e-4d21-a97b-d91bb9952b4b",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/109aa252-676f-45a5-9488-d5f7635fc58c/?format=api",
                "uuid": "109aa252-676f-45a5-9488-d5f7635fc58c",
                "name": "28CM002001",
                "code": "28CM002001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:13.249806Z",
            "last_modified": "2024-08-27T13:40:13.249792Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a62062b9-32a5-4f6d-8a77-1c8aa764143d/?format=api",
            "uuid": "a62062b9-32a5-4f6d-8a77-1c8aa764143d",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/8f28ce30-8d05-4c1f-80ed-802eb8021e36/?format=api",
                "uuid": "8f28ce30-8d05-4c1f-80ed-802eb8021e36",
                "name": "28CM003001",
                "code": "28CM003001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:14.869525Z",
            "last_modified": "2024-08-27T13:40:14.869507Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/892cf206-7ccb-4ac2-8a87-69f9969d222c/?format=api",
            "uuid": "892cf206-7ccb-4ac2-8a87-69f9969d222c",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/8f28ce30-8d05-4c1f-80ed-802eb8021e36/?format=api",
                "uuid": "8f28ce30-8d05-4c1f-80ed-802eb8021e36",
                "name": "28CM003001",
                "code": "28CM003001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:15.009260Z",
            "last_modified": "2024-08-27T13:40:15.009240Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d60317c6-4a87-4643-82f1-954b25b184a6/?format=api",
            "uuid": "d60317c6-4a87-4643-82f1-954b25b184a6",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/0ca8c375-6158-4538-ad0a-dcb19fcad124/?format=api",
                "uuid": "0ca8c375-6158-4538-ad0a-dcb19fcad124",
                "name": "28CM005001",
                "code": "28CM005001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:18.391832Z",
            "last_modified": "2024-08-27T13:40:18.391816Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d698a61f-ef66-4d43-983d-fed68aa50dce/?format=api",
            "uuid": "d698a61f-ef66-4d43-983d-fed68aa50dce",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/0ca8c375-6158-4538-ad0a-dcb19fcad124/?format=api",
                "uuid": "0ca8c375-6158-4538-ad0a-dcb19fcad124",
                "name": "28CM005001",
                "code": "28CM005001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:18.538162Z",
            "last_modified": "2024-08-27T13:40:18.538143Z",
            "access_modifier": "Public"
        }
    ]
}