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/7d120e36-0d51-477b-be92-5eaa5bd9e7d6/timeseries/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 154,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/7d120e36-0d51-477b-be92-5eaa5bd9e7d6/timeseries/?format=api&page=4",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/7d120e36-0d51-477b-be92-5eaa5bd9e7d6/timeseries/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/55e6a01a-e9bf-45e8-8cfd-b28093366b99/?format=api",
            "uuid": "55e6a01a-e9bf-45e8-8cfd-b28093366b99",
            "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/0e8ca127-5a99-4ffe-be3a-61263d5edd61/?format=api",
                "uuid": "0e8ca127-5a99-4ffe-be3a-61263d5edd61",
                "name": "06DP0206006",
                "code": "06DP0206006"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:28.962034Z",
            "last_modified": "2022-10-04T18:03:28.962019Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d6c5b5f7-aa25-4d45-b3bd-e5d39776b795/?format=api",
            "uuid": "d6c5b5f7-aa25-4d45-b3bd-e5d39776b795",
            "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/0e8ca127-5a99-4ffe-be3a-61263d5edd61/?format=api",
                "uuid": "0e8ca127-5a99-4ffe-be3a-61263d5edd61",
                "name": "06DP0206006",
                "code": "06DP0206006"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:29.492210Z",
            "last_modified": "2022-10-04T18:03:29.492196Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1811915b-2db1-4938-87bf-6426b8da73e3/?format=api",
            "uuid": "1811915b-2db1-4938-87bf-6426b8da73e3",
            "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/5943757a-8c67-44d3-aca7-d5083e6bf31e/?format=api",
                "uuid": "5943757a-8c67-44d3-aca7-d5083e6bf31e",
                "name": "06DP0206007",
                "code": "06DP0206007"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:31.397807Z",
            "last_modified": "2022-10-04T18:03:31.397792Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/08b77d88-5279-4780-a2ac-6cfa1d24c0a9/?format=api",
            "uuid": "08b77d88-5279-4780-a2ac-6cfa1d24c0a9",
            "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/5943757a-8c67-44d3-aca7-d5083e6bf31e/?format=api",
                "uuid": "5943757a-8c67-44d3-aca7-d5083e6bf31e",
                "name": "06DP0206007",
                "code": "06DP0206007"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:31.863138Z",
            "last_modified": "2022-10-04T18:03:31.863124Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1595fe0f-0e6f-45f3-850c-28e47e00c063/?format=api",
            "uuid": "1595fe0f-0e6f-45f3-850c-28e47e00c063",
            "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/ad3e6fd1-51fe-4340-8e41-01b1d447fbf1/?format=api",
                "uuid": "ad3e6fd1-51fe-4340-8e41-01b1d447fbf1",
                "name": "06DP0234001",
                "code": "06DP0234001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:43.614715Z",
            "last_modified": "2022-10-04T18:03:43.614700Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b8bf0217-5a34-44e4-b9bf-f0b5717b732f/?format=api",
            "uuid": "b8bf0217-5a34-44e4-b9bf-f0b5717b732f",
            "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/ad3e6fd1-51fe-4340-8e41-01b1d447fbf1/?format=api",
                "uuid": "ad3e6fd1-51fe-4340-8e41-01b1d447fbf1",
                "name": "06DP0234001",
                "code": "06DP0234001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:44.035253Z",
            "last_modified": "2022-10-04T18:03:44.035241Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5aec0afe-9bdf-45fa-be8f-040f9cd0901b/?format=api",
            "uuid": "5aec0afe-9bdf-45fa-be8f-040f9cd0901b",
            "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/c4b5d57b-26da-4f80-81db-e7d97963365b/?format=api",
                "uuid": "c4b5d57b-26da-4f80-81db-e7d97963365b",
                "name": "06DP0234002",
                "code": "06DP0234002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:45.916248Z",
            "last_modified": "2022-10-04T18:03:45.916234Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d7be208e-4cc8-47f7-8c76-9ebc4d7a3843/?format=api",
            "uuid": "d7be208e-4cc8-47f7-8c76-9ebc4d7a3843",
            "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/c4b5d57b-26da-4f80-81db-e7d97963365b/?format=api",
                "uuid": "c4b5d57b-26da-4f80-81db-e7d97963365b",
                "name": "06DP0234002",
                "code": "06DP0234002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:46.335269Z",
            "last_modified": "2022-10-04T18:03:46.335254Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c27908ee-df5f-473e-919c-85214cd7544f/?format=api",
            "uuid": "c27908ee-df5f-473e-919c-85214cd7544f",
            "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/7952395c-e58a-43d2-84c6-24b08573a789/?format=api",
                "uuid": "7952395c-e58a-43d2-84c6-24b08573a789",
                "name": "06DP0234003",
                "code": "06DP0234003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:48.312942Z",
            "last_modified": "2022-10-04T18:03:48.312929Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d1a93bf9-5e98-49e2-8f38-1acd554c3a54/?format=api",
            "uuid": "d1a93bf9-5e98-49e2-8f38-1acd554c3a54",
            "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/7952395c-e58a-43d2-84c6-24b08573a789/?format=api",
                "uuid": "7952395c-e58a-43d2-84c6-24b08573a789",
                "name": "06DP0234003",
                "code": "06DP0234003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T18:03:48.790013Z",
            "last_modified": "2022-10-04T18:03:48.789998Z",
            "access_modifier": "Public"
        }
    ]
}