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/e8a707b3-b00e-4f45-8e67-83be2e4cbb52/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 126,
    "next": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/e8a707b3-b00e-4f45-8e67-83be2e4cbb52/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/c3b819f3-77c9-4ada-8b3f-0df960ff8bf8/?format=api",
            "uuid": "c3b819f3-77c9-4ada-8b3f-0df960ff8bf8",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/760161ef-1612-4438-acda-116701bbb03d/?format=api",
                "uuid": "760161ef-1612-4438-acda-116701bbb03d",
                "name": "001",
                "code": "34AOW006001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:54:16.084464Z",
            "last_modified": "2022-10-04T20:54:16.084451Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/5d911c75-6d6f-448a-974b-e0a0791404c0/?format=api",
            "uuid": "5d911c75-6d6f-448a-974b-e0a0791404c0",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/760161ef-1612-4438-acda-116701bbb03d/?format=api",
                "uuid": "760161ef-1612-4438-acda-116701bbb03d",
                "name": "001",
                "code": "34AOW006001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:54:16.567600Z",
            "last_modified": "2022-10-04T20:54:16.567586Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/30f48089-cf70-4b3f-bf2d-143cfc57d5b9/?format=api",
            "uuid": "30f48089-cf70-4b3f-bf2d-143cfc57d5b9",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/23da1a14-8a70-4152-aa99-fc027e423696/?format=api",
                "uuid": "23da1a14-8a70-4152-aa99-fc027e423696",
                "name": "34C-1080001",
                "code": "34C-1080001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:52.246944Z",
            "last_modified": "2022-10-04T20:57:52.246923Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/32e27c04-29af-4083-8d87-7461c1b13010/?format=api",
            "uuid": "32e27c04-29af-4083-8d87-7461c1b13010",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/23da1a14-8a70-4152-aa99-fc027e423696/?format=api",
                "uuid": "23da1a14-8a70-4152-aa99-fc027e423696",
                "name": "34C-1080001",
                "code": "34C-1080001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:52.695424Z",
            "last_modified": "2022-10-04T20:57:52.695410Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/27c83916-8fa8-424c-88a4-b649d0fba264/?format=api",
            "uuid": "27c83916-8fa8-424c-88a4-b649d0fba264",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/00a6972a-1676-4ac3-b957-eb49b8fb306c/?format=api",
                "uuid": "00a6972a-1676-4ac3-b957-eb49b8fb306c",
                "name": "34C-1080002",
                "code": "34C-1080002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:54.691982Z",
            "last_modified": "2022-10-04T20:57:54.691969Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/131be1ae-5818-4d7f-a632-420586a84965/?format=api",
            "uuid": "131be1ae-5818-4d7f-a632-420586a84965",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/00a6972a-1676-4ac3-b957-eb49b8fb306c/?format=api",
                "uuid": "00a6972a-1676-4ac3-b957-eb49b8fb306c",
                "name": "34C-1080002",
                "code": "34C-1080002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:55.173774Z",
            "last_modified": "2022-10-04T20:57:55.173762Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/db6cf8d4-94a4-47b2-8d50-a5499636dfb3/?format=api",
            "uuid": "db6cf8d4-94a4-47b2-8d50-a5499636dfb3",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/21d93f3f-0d59-4028-91ef-0b8ec7ffa2b3/?format=api",
                "uuid": "21d93f3f-0d59-4028-91ef-0b8ec7ffa2b3",
                "name": "34C-1080003",
                "code": "34C-1080003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:57.181450Z",
            "last_modified": "2022-10-04T20:57:57.181437Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/95e258d1-8aa0-4769-b526-82fd9e068d4f/?format=api",
            "uuid": "95e258d1-8aa0-4769-b526-82fd9e068d4f",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/21d93f3f-0d59-4028-91ef-0b8ec7ffa2b3/?format=api",
                "uuid": "21d93f3f-0d59-4028-91ef-0b8ec7ffa2b3",
                "name": "34C-1080003",
                "code": "34C-1080003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:57.643085Z",
            "last_modified": "2022-10-04T20:57:57.643073Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/0dbf211e-ffae-469b-a198-dc8e4c595c43/?format=api",
            "uuid": "0dbf211e-ffae-469b-a198-dc8e4c595c43",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/b0adf64a-60b0-4336-ad12-83d30fe40910/?format=api",
                "uuid": "b0adf64a-60b0-4336-ad12-83d30fe40910",
                "name": "34C-1080004",
                "code": "34C-1080004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:59.514351Z",
            "last_modified": "2022-10-04T20:57:59.514338Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/timeseries/0b8c2815-03c0-4b25-8803-09e9d8a8652a/?format=api",
            "uuid": "0b8c2815-03c0-4b25-8803-09e9d8a8652a",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "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/b0adf64a-60b0-4336-ad12-83d30fe40910/?format=api",
                "uuid": "b0adf64a-60b0-4336-ad12-83d30fe40910",
                "name": "34C-1080004",
                "code": "34C-1080004"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:57:59.988277Z",
            "last_modified": "2022-10-04T20:57:59.988266Z",
            "access_modifier": "Public"
        }
    ]
}