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/2d63b840-83b6-4ee6-93fb-5429eaf884bc/timeseries/?format=api&page=5
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 64,
    "next": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/2d63b840-83b6-4ee6-93fb-5429eaf884bc/timeseries/?format=api&page=6",
    "previous": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/2d63b840-83b6-4ee6-93fb-5429eaf884bc/timeseries/?format=api&page=4",
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/477cc56a-560c-4a92-bcd9-ee9c83e31550/?format=api",
            "uuid": "477cc56a-560c-4a92-bcd9-ee9c83e31550",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/7c33415a-5523-44b0-abd6-24555ed3190e/?format=api",
                "uuid": "7c33415a-5523-44b0-abd6-24555ed3190e",
                "name": "28BM002001",
                "code": "28BM002001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:39:56.465107Z",
            "last_modified": "2024-08-27T13:39:56.465087Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/067f3aa7-4c53-47f3-ab59-4e2e8211c52b/?format=api",
            "uuid": "067f3aa7-4c53-47f3-ab59-4e2e8211c52b",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/7c33415a-5523-44b0-abd6-24555ed3190e/?format=api",
                "uuid": "7c33415a-5523-44b0-abd6-24555ed3190e",
                "name": "28BM002001",
                "code": "28BM002001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:39:56.620532Z",
            "last_modified": "2024-08-27T13:39:56.620510Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/521f3871-c152-41a5-b989-4a4fa67638d5/?format=api",
            "uuid": "521f3871-c152-41a5-b989-4a4fa67638d5",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/5ef3d840-aa16-460e-a4ec-e55078783ed6/?format=api",
                "uuid": "5ef3d840-aa16-460e-a4ec-e55078783ed6",
                "name": "28BM003001",
                "code": "28BM003001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:39:58.481837Z",
            "last_modified": "2024-08-27T13:39:58.481821Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/cccbc466-6214-4bbe-998d-2865b3eceecd/?format=api",
            "uuid": "cccbc466-6214-4bbe-998d-2865b3eceecd",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/5ef3d840-aa16-460e-a4ec-e55078783ed6/?format=api",
                "uuid": "5ef3d840-aa16-460e-a4ec-e55078783ed6",
                "name": "28BM003001",
                "code": "28BM003001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:39:58.639645Z",
            "last_modified": "2024-08-27T13:39:58.639618Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/862fb98c-6174-49f7-bad5-7b6ccfe92e99/?format=api",
            "uuid": "862fb98c-6174-49f7-bad5-7b6ccfe92e99",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/978c2946-85c9-4887-85b3-c00fa131802f/?format=api",
                "uuid": "978c2946-85c9-4887-85b3-c00fa131802f",
                "name": "28BM004001",
                "code": "28BM004001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:00.284124Z",
            "last_modified": "2024-08-27T13:40:00.284110Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/b5e926ec-763e-49b4-a46b-ce252f314bc3/?format=api",
            "uuid": "b5e926ec-763e-49b4-a46b-ce252f314bc3",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/978c2946-85c9-4887-85b3-c00fa131802f/?format=api",
                "uuid": "978c2946-85c9-4887-85b3-c00fa131802f",
                "name": "28BM004001",
                "code": "28BM004001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:00.443159Z",
            "last_modified": "2024-08-27T13:40:00.443142Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/447c9209-943b-4ed4-b190-8b27a20e12d2/?format=api",
            "uuid": "447c9209-943b-4ed4-b190-8b27a20e12d2",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/a614d2ff-00f5-4922-ad92-63b290cb861b/?format=api",
                "uuid": "a614d2ff-00f5-4922-ad92-63b290cb861b",
                "name": "28BM005001",
                "code": "28BM005001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:02.211993Z",
            "last_modified": "2024-08-27T13:40:02.211977Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/e0486f3c-62e5-4926-86ff-ad2c65f14e9c/?format=api",
            "uuid": "e0486f3c-62e5-4926-86ff-ad2c65f14e9c",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/a614d2ff-00f5-4922-ad92-63b290cb861b/?format=api",
                "uuid": "a614d2ff-00f5-4922-ad92-63b290cb861b",
                "name": "28BM005001",
                "code": "28BM005001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:02.555398Z",
            "last_modified": "2024-08-27T13:40:02.555383Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/040c60d5-21f4-4270-8a74-32419a351cb8/?format=api",
            "uuid": "040c60d5-21f4-4270-8a74-32419a351cb8",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/04f597fd-af53-40a2-ab78-425e33835088/?format=api",
                "uuid": "04f597fd-af53-40a2-ab78-425e33835088",
                "name": "28DM010001",
                "code": "28DM010001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:22.775704Z",
            "last_modified": "2024-08-27T13:40:22.775684Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/0363b28c-cc96-47f8-bae3-bd5699c0fb27/?format=api",
            "uuid": "0363b28c-cc96-47f8-bae3-bd5699c0fb27",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "observation_type": {
                "url": "https://zuiderzeeland.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://zuiderzeeland.lizard.net/api/v4/locations/04f597fd-af53-40a2-ab78-425e33835088/?format=api",
                "uuid": "04f597fd-af53-40a2-ab78-425e33835088",
                "name": "28DM010001",
                "code": "28DM010001"
            },
            "extra_metadata": {},
            "created": "2024-08-27T13:40:22.934041Z",
            "last_modified": "2024-08-27T13:40:22.934012Z",
            "access_modifier": "Public"
        }
    ]
}