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/6b4111d4-5f6c-4cb7-b914-263bf347b189/timeseries/?format=api&page=8
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 138,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/6b4111d4-5f6c-4cb7-b914-263bf347b189/timeseries/?format=api&page=9",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/6b4111d4-5f6c-4cb7-b914-263bf347b189/timeseries/?format=api&page=7",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8374bec5-5ab2-4f5f-8364-1813da9a71cc/?format=api",
            "uuid": "8374bec5-5ab2-4f5f-8364-1813da9a71cc",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2015-07-01T10: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/ffc9cd2d-68cd-47c0-a88f-67ae4f213ab2/?format=api",
                "uuid": "ffc9cd2d-68cd-47c0-a88f-67ae4f213ab2",
                "name": "LRWP006002",
                "code": "LRWP006002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T11:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:44:14.307293Z",
            "last_modified": "2023-07-09T20:42:57.434170Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/84338757-f0aa-4560-90e7-e4dc8618c0a0/?format=api",
            "uuid": "84338757-f0aa-4560-90e7-e4dc8618c0a0",
            "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/ffc9cd2d-68cd-47c0-a88f-67ae4f213ab2/?format=api",
                "uuid": "ffc9cd2d-68cd-47c0-a88f-67ae4f213ab2",
                "name": "LRWP006002",
                "code": "LRWP006002"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:44:14.600900Z",
            "last_modified": "2022-12-20T14:15:01.865921Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e6020ac9-6938-4fe5-a2e7-791198bffd09/?format=api",
            "uuid": "e6020ac9-6938-4fe5-a2e7-791198bffd09",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2015-07-01T10: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/bc9016be-5ce2-4f1b-a2ca-90444a0e52f0/?format=api",
                "uuid": "bc9016be-5ce2-4f1b-a2ca-90444a0e52f0",
                "name": "LRWP006003",
                "code": "LRWP006003"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T11:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:44:17.805189Z",
            "last_modified": "2023-07-09T20:42:58.079074Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/12429188-e9ee-4ba7-a7d9-d75987222a39/?format=api",
            "uuid": "12429188-e9ee-4ba7-a7d9-d75987222a39",
            "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/bc9016be-5ce2-4f1b-a2ca-90444a0e52f0/?format=api",
                "uuid": "bc9016be-5ce2-4f1b-a2ca-90444a0e52f0",
                "name": "LRWP006003",
                "code": "LRWP006003"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:44:18.149649Z",
            "last_modified": "2022-12-20T14:15:02.890210Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fc3141d2-78dd-40c6-ae58-40bac4f597a6/?format=api",
            "uuid": "fc3141d2-78dd-40c6-ae58-40bac4f597a6",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2015-07-01T10: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/a47ca6d1-03f6-4d8c-ae12-0c8d4a501efa/?format=api",
                "uuid": "a47ca6d1-03f6-4d8c-ae12-0c8d4a501efa",
                "name": "LRWP006004",
                "code": "LRWP006004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T11:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:44:21.068661Z",
            "last_modified": "2023-07-09T20:42:58.595899Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/03da3964-b54d-45a1-8c12-f6a26b2759fd/?format=api",
            "uuid": "03da3964-b54d-45a1-8c12-f6a26b2759fd",
            "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/a47ca6d1-03f6-4d8c-ae12-0c8d4a501efa/?format=api",
                "uuid": "a47ca6d1-03f6-4d8c-ae12-0c8d4a501efa",
                "name": "LRWP006004",
                "code": "LRWP006004"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:44:21.337690Z",
            "last_modified": "2022-12-20T14:15:03.874784Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/31cde363-45fc-4166-bdc0-ed53d937115d/?format=api",
            "uuid": "31cde363-45fc-4166-bdc0-ed53d937115d",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2015-07-01T10: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/7d06bf34-9888-4401-9144-1ca60b3d5457/?format=api",
                "uuid": "7d06bf34-9888-4401-9144-1ca60b3d5457",
                "name": "LRWP006005",
                "code": "LRWP006005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T11:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:44:24.357507Z",
            "last_modified": "2023-07-09T20:42:58.950412Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e6d12ad7-d82c-4091-ac39-e51a463dec40/?format=api",
            "uuid": "e6d12ad7-d82c-4091-ac39-e51a463dec40",
            "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/7d06bf34-9888-4401-9144-1ca60b3d5457/?format=api",
                "uuid": "7d06bf34-9888-4401-9144-1ca60b3d5457",
                "name": "LRWP006005",
                "code": "LRWP006005"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:44:24.721155Z",
            "last_modified": "2022-12-20T14:15:04.885576Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ed9647a2-6a63-4638-a29e-c205723f4202/?format=api",
            "uuid": "ed9647a2-6a63-4638-a29e-c205723f4202",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2015-07-01T10:00:00Z",
            "end": "2015-07-01T10: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/a4afbcf6-de0e-4f9e-9d9e-7ad756d9a9af/?format=api",
                "uuid": "a4afbcf6-de0e-4f9e-9d9e-7ad756d9a9af",
                "name": "LRWP006007",
                "code": "LRWP006007"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2015-07-01T11:00:00Z",
                        "start": "2015-07-01T11:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2022-10-12T09:44:27.782497Z",
            "last_modified": "2023-07-09T20:42:18.273535Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/36b241c8-cda4-47ca-ae33-e2d77fc0a75f/?format=api",
            "uuid": "36b241c8-cda4-47ca-ae33-e2d77fc0a75f",
            "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/a4afbcf6-de0e-4f9e-9d9e-7ad756d9a9af/?format=api",
                "uuid": "a4afbcf6-de0e-4f9e-9d9e-7ad756d9a9af",
                "name": "LRWP006007",
                "code": "LRWP006007"
            },
            "extra_metadata": {},
            "created": "2022-10-12T09:44:28.072979Z",
            "last_modified": "2022-12-20T14:15:06.058002Z",
            "access_modifier": "Public"
        }
    ]
}