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/bf709e76-4165-4964-9e22-dc99d8826d22/timeseries/?format=api&page=19
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 194,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/bf709e76-4165-4964-9e22-dc99d8826d22/timeseries/?format=api&page=20",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/bf709e76-4165-4964-9e22-dc99d8826d22/timeseries/?format=api&page=18",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8ad28626-3ec8-4a2c-8772-8c9df8357a95/?format=api",
            "uuid": "8ad28626-3ec8-4a2c-8772-8c9df8357a95",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1952-08-28T11:00:00Z",
            "end": "1956-10-16T11:00:00Z",
            "value_type": "float",
            "last_value": -0.32,
            "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/c695a21a-fdb7-4b7a-92af-722ed76a64e8/?format=api",
                "uuid": "c695a21a-fdb7-4b7a-92af-722ed76a64e8",
                "name": "B21B0416001",
                "code": "B21B0416001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1956-10-16T12:00:00Z",
                        "start": "1952-08-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:58:41.220271Z",
            "last_modified": "2023-07-09T20:55:24.342160Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/67bfba45-eef0-40fb-b36b-73b85531e608/?format=api",
            "uuid": "67bfba45-eef0-40fb-b36b-73b85531e608",
            "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/c695a21a-fdb7-4b7a-92af-722ed76a64e8/?format=api",
                "uuid": "c695a21a-fdb7-4b7a-92af-722ed76a64e8",
                "name": "B21B0416001",
                "code": "B21B0416001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:58:41.631053Z",
            "last_modified": "2022-12-20T14:53:02.778314Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7a79cad9-2e23-43d4-8c70-8e7b837a604b/?format=api",
            "uuid": "7a79cad9-2e23-43d4-8c70-8e7b837a604b",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1957-04-29T11:00:00Z",
            "end": "1975-12-15T11:00:00Z",
            "value_type": "float",
            "last_value": -0.54,
            "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/999104c9-6ace-4693-9eff-b0eadc2e8054/?format=api",
                "uuid": "999104c9-6ace-4693-9eff-b0eadc2e8054",
                "name": "B21B0417001",
                "code": "B21B0417001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1975-12-15T12:00:00Z",
                        "start": "1957-04-29T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:58:44.792898Z",
            "last_modified": "2023-07-09T20:55:25.505854Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/27f96b6b-8fea-42e1-92f2-45af37111a13/?format=api",
            "uuid": "27f96b6b-8fea-42e1-92f2-45af37111a13",
            "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/999104c9-6ace-4693-9eff-b0eadc2e8054/?format=api",
                "uuid": "999104c9-6ace-4693-9eff-b0eadc2e8054",
                "name": "B21B0417001",
                "code": "B21B0417001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:58:45.054542Z",
            "last_modified": "2022-12-20T14:53:04.103515Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5dbb266f-d2a6-4de4-a4af-a85db4254f71/?format=api",
            "uuid": "5dbb266f-d2a6-4de4-a4af-a85db4254f71",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1952-08-28T11:00:00Z",
            "end": "1969-10-14T11:00:00Z",
            "value_type": "float",
            "last_value": -0.83,
            "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/f02b9ab0-1276-4aee-91b3-4a5fb0af14fd/?format=api",
                "uuid": "f02b9ab0-1276-4aee-91b3-4a5fb0af14fd",
                "name": "B21E0247001",
                "code": "B21E0247001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1969-10-14T12:00:00Z",
                        "start": "1952-08-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:58:48.062731Z",
            "last_modified": "2023-07-09T20:55:26.342156Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/94aae903-3dd7-4124-921a-42309471b59e/?format=api",
            "uuid": "94aae903-3dd7-4124-921a-42309471b59e",
            "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/f02b9ab0-1276-4aee-91b3-4a5fb0af14fd/?format=api",
                "uuid": "f02b9ab0-1276-4aee-91b3-4a5fb0af14fd",
                "name": "B21E0247001",
                "code": "B21E0247001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:58:48.362576Z",
            "last_modified": "2022-12-20T14:53:05.406884Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b714c8c8-4e0d-47e5-aca9-79c3a0080c91/?format=api",
            "uuid": "b714c8c8-4e0d-47e5-aca9-79c3a0080c91",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1970-04-28T11:00:00Z",
            "end": "1970-04-28T11:00:00Z",
            "value_type": "float",
            "last_value": -0.48,
            "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/9d931155-7b88-4060-8efa-805ea1431a12/?format=api",
                "uuid": "9d931155-7b88-4060-8efa-805ea1431a12",
                "name": "B21E0248001",
                "code": "B21E0248001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1970-04-28T12:00:00Z",
                        "start": "1970-04-28T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:58:51.174741Z",
            "last_modified": "2023-07-09T20:53:37.434715Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/151b9ed1-cd18-4e88-a6e6-84c962929334/?format=api",
            "uuid": "151b9ed1-cd18-4e88-a6e6-84c962929334",
            "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/9d931155-7b88-4060-8efa-805ea1431a12/?format=api",
                "uuid": "9d931155-7b88-4060-8efa-805ea1431a12",
                "name": "B21E0248001",
                "code": "B21E0248001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:58:51.449721Z",
            "last_modified": "2022-12-20T14:53:06.364946Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b918a44c-0eeb-458f-8967-a28dbc14069f/?format=api",
            "uuid": "b918a44c-0eeb-458f-8967-a28dbc14069f",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1970-09-11T11:00:00Z",
            "end": "1974-04-29T11:00:00Z",
            "value_type": "float",
            "last_value": -0.9,
            "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/c47d568d-074e-42db-8160-ba4d2f5f43ce/?format=api",
                "uuid": "c47d568d-074e-42db-8160-ba4d2f5f43ce",
                "name": "B21E0249001",
                "code": "B21E0249001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "1974-04-29T12:00:00Z",
                        "start": "1970-09-11T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "monitoringnetmeting"
                    }
                }
            },
            "created": "2022-10-12T10:58:54.365389Z",
            "last_modified": "2023-07-09T20:53:38.308273Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/de0b2442-e9ef-45a2-938f-592c4b0ec592/?format=api",
            "uuid": "de0b2442-e9ef-45a2-938f-592c4b0ec592",
            "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/c47d568d-074e-42db-8160-ba4d2f5f43ce/?format=api",
                "uuid": "c47d568d-074e-42db-8160-ba4d2f5f43ce",
                "name": "B21E0249001",
                "code": "B21E0249001"
            },
            "extra_metadata": {},
            "created": "2022-10-12T10:58:54.638874Z",
            "last_modified": "2022-12-20T14:53:07.712759Z",
            "access_modifier": "Public"
        }
    ]
}