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/1d616004-5feb-497f-937a-bb662e43ef73/timeseries/?format=api&page=5
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 214,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/1d616004-5feb-497f-937a-bb662e43ef73/timeseries/?format=api&page=6",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/1d616004-5feb-497f-937a-bb662e43ef73/timeseries/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/782b7add-eee9-43ef-b351-fb68378a693a/?format=api",
            "uuid": "782b7add-eee9-43ef-b351-fb68378a693a",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "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/cee32f7c-31e1-4837-9a57-5b411c86b4ae/?format=api",
                "uuid": "cee32f7c-31e1-4837-9a57-5b411c86b4ae",
                "name": "39FZ014002",
                "code": "39FZ014002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:56.816279Z",
            "last_modified": "2022-10-04T21:34:56.816264Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/479051ca-b3cd-41b2-96d9-98ea556fdf5f/?format=api",
            "uuid": "479051ca-b3cd-41b2-96d9-98ea556fdf5f",
            "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/cee32f7c-31e1-4837-9a57-5b411c86b4ae/?format=api",
                "uuid": "cee32f7c-31e1-4837-9a57-5b411c86b4ae",
                "name": "39FZ014002",
                "code": "39FZ014002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:57.257158Z",
            "last_modified": "2022-10-04T21:34:57.257144Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8caa03ed-d001-49eb-8122-9308f03b258a/?format=api",
            "uuid": "8caa03ed-d001-49eb-8122-9308f03b258a",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "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/c80b7c72-6e28-4e64-bdf1-d17fbc5aa50b/?format=api",
                "uuid": "c80b7c72-6e28-4e64-bdf1-d17fbc5aa50b",
                "name": "39FZ014003",
                "code": "39FZ014003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:59.257649Z",
            "last_modified": "2022-10-04T21:34:59.257636Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/73f75b46-7207-40b4-97dc-b76a2e777de5/?format=api",
            "uuid": "73f75b46-7207-40b4-97dc-b76a2e777de5",
            "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/c80b7c72-6e28-4e64-bdf1-d17fbc5aa50b/?format=api",
                "uuid": "c80b7c72-6e28-4e64-bdf1-d17fbc5aa50b",
                "name": "39FZ014003",
                "code": "39FZ014003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:34:59.709492Z",
            "last_modified": "2022-10-04T21:34:59.709479Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2fc83187-8733-4f72-82d4-871c58c42535/?format=api",
            "uuid": "2fc83187-8733-4f72-82d4-871c58c42535",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "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/c0e1246a-faf0-4b37-b814-4220aa6e31ba/?format=api",
                "uuid": "c0e1246a-faf0-4b37-b814-4220aa6e31ba",
                "name": "39FZ017001",
                "code": "39FZ017001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:35:01.604655Z",
            "last_modified": "2022-10-04T21:35:01.604639Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0d17fc93-b576-4fca-a543-8daefb4656cf/?format=api",
            "uuid": "0d17fc93-b576-4fca-a543-8daefb4656cf",
            "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/c0e1246a-faf0-4b37-b814-4220aa6e31ba/?format=api",
                "uuid": "c0e1246a-faf0-4b37-b814-4220aa6e31ba",
                "name": "39FZ017001",
                "code": "39FZ017001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:35:02.032549Z",
            "last_modified": "2022-10-04T21:35:02.032535Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/322f75b4-ba93-434c-898c-ecc6917a352c/?format=api",
            "uuid": "322f75b4-ba93-434c-898c-ecc6917a352c",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "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/cf650126-636e-43d4-aca6-eb9883665aaf/?format=api",
                "uuid": "cf650126-636e-43d4-aca6-eb9883665aaf",
                "name": "39FZ017002",
                "code": "39FZ017002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:35:03.862195Z",
            "last_modified": "2022-10-04T21:35:03.862182Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/affffa47-ab49-441f-8987-7e3a5360943b/?format=api",
            "uuid": "affffa47-ab49-441f-8987-7e3a5360943b",
            "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/cf650126-636e-43d4-aca6-eb9883665aaf/?format=api",
                "uuid": "cf650126-636e-43d4-aca6-eb9883665aaf",
                "name": "39FZ017002",
                "code": "39FZ017002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:35:04.321698Z",
            "last_modified": "2022-10-04T21:35:04.321684Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0cf6998a-2fbd-4b4e-bd90-0eb38f23d381/?format=api",
            "uuid": "0cf6998a-2fbd-4b4e-bd90-0eb38f23d381",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "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/9b63d067-5a38-4752-b64c-242720d80bb7/?format=api",
                "uuid": "9b63d067-5a38-4752-b64c-242720d80bb7",
                "name": "39FZ017003",
                "code": "39FZ017003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:35:06.216094Z",
            "last_modified": "2022-10-04T21:35:06.216079Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e61c55cc-fa85-477b-89d0-c7cdcfd83563/?format=api",
            "uuid": "e61c55cc-fa85-477b-89d0-c7cdcfd83563",
            "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/9b63d067-5a38-4752-b64c-242720d80bb7/?format=api",
                "uuid": "9b63d067-5a38-4752-b64c-242720d80bb7",
                "name": "39FZ017003",
                "code": "39FZ017003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:35:06.650624Z",
            "last_modified": "2022-10-04T21:35:06.650609Z",
            "access_modifier": "Public"
        }
    ]
}