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/6f1abdc1-00b5-4b29-a3c3-0ce11a1d1adc/timeseries/?format=api&page=4
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 62,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/6f1abdc1-00b5-4b29-a3c3-0ce11a1d1adc/timeseries/?format=api&page=5",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/6f1abdc1-00b5-4b29-a3c3-0ce11a1d1adc/timeseries/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bbf36e88-0a4d-4bbf-b70e-c6749324b83d/?format=api",
            "uuid": "bbf36e88-0a4d-4bbf-b70e-c6749324b83d",
            "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/0aeba8f4-a1c2-470e-b48a-04fafd1496df/?format=api",
                "uuid": "0aeba8f4-a1c2-470e-b48a-04fafd1496df",
                "name": "TUWP010008",
                "code": "TUWP010008"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:14.107772Z",
            "last_modified": "2022-10-05T09:11:14.107757Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bdfe2223-eca6-41cd-bcac-86844d9fc9cb/?format=api",
            "uuid": "bdfe2223-eca6-41cd-bcac-86844d9fc9cb",
            "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/0aeba8f4-a1c2-470e-b48a-04fafd1496df/?format=api",
                "uuid": "0aeba8f4-a1c2-470e-b48a-04fafd1496df",
                "name": "TUWP010008",
                "code": "TUWP010008"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:14.558137Z",
            "last_modified": "2022-10-05T09:11:14.558113Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c4364f8a-db31-40bc-b89e-cf1535dc231e/?format=api",
            "uuid": "c4364f8a-db31-40bc-b89e-cf1535dc231e",
            "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/8e5eabf5-44e0-4773-80a2-5c0a325d05ab/?format=api",
                "uuid": "8e5eabf5-44e0-4773-80a2-5c0a325d05ab",
                "name": "TUWP010009",
                "code": "TUWP010009"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:17.939617Z",
            "last_modified": "2022-10-05T09:11:17.939601Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/458f691a-c274-487c-849c-e5dba3745a64/?format=api",
            "uuid": "458f691a-c274-487c-849c-e5dba3745a64",
            "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/8e5eabf5-44e0-4773-80a2-5c0a325d05ab/?format=api",
                "uuid": "8e5eabf5-44e0-4773-80a2-5c0a325d05ab",
                "name": "TUWP010009",
                "code": "TUWP010009"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:18.484095Z",
            "last_modified": "2022-10-05T09:11:18.484080Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ed5df768-6c03-45fa-97b8-96d4cb1957c8/?format=api",
            "uuid": "ed5df768-6c03-45fa-97b8-96d4cb1957c8",
            "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/41cec791-31cb-4b5c-8254-a962aba8e44a/?format=api",
                "uuid": "41cec791-31cb-4b5c-8254-a962aba8e44a",
                "name": "TUWP010010",
                "code": "TUWP010010"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:21.795074Z",
            "last_modified": "2022-10-05T09:11:21.795060Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e676c4f8-1fb5-4124-97b9-069de1f2d713/?format=api",
            "uuid": "e676c4f8-1fb5-4124-97b9-069de1f2d713",
            "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/41cec791-31cb-4b5c-8254-a962aba8e44a/?format=api",
                "uuid": "41cec791-31cb-4b5c-8254-a962aba8e44a",
                "name": "TUWP010010",
                "code": "TUWP010010"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:22.225472Z",
            "last_modified": "2022-10-05T09:11:22.225458Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a49c4791-f6fe-4969-beeb-7b493f7ce282/?format=api",
            "uuid": "a49c4791-f6fe-4969-beeb-7b493f7ce282",
            "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/9d3d73fc-1eaf-469e-b1a1-742d1caeeefa/?format=api",
                "uuid": "9d3d73fc-1eaf-469e-b1a1-742d1caeeefa",
                "name": "TUWP010011",
                "code": "TUWP010011"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:25.799701Z",
            "last_modified": "2022-10-05T09:11:25.799687Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/82caab49-8bdf-44f3-a8b7-660530a7b5a7/?format=api",
            "uuid": "82caab49-8bdf-44f3-a8b7-660530a7b5a7",
            "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/9d3d73fc-1eaf-469e-b1a1-742d1caeeefa/?format=api",
                "uuid": "9d3d73fc-1eaf-469e-b1a1-742d1caeeefa",
                "name": "TUWP010011",
                "code": "TUWP010011"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:26.354062Z",
            "last_modified": "2022-10-05T09:11:26.354049Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a7d63811-a32d-4d5b-a87a-ccc8a2d6a558/?format=api",
            "uuid": "a7d63811-a32d-4d5b-a87a-ccc8a2d6a558",
            "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/065d2b81-2964-4f0b-b27d-4aa0a79c0cc9/?format=api",
                "uuid": "065d2b81-2964-4f0b-b27d-4aa0a79c0cc9",
                "name": "TUWP010012",
                "code": "TUWP010012"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:29.859475Z",
            "last_modified": "2022-10-05T09:11:29.859461Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e64f6d9e-8791-41b5-9f04-700cb3260520/?format=api",
            "uuid": "e64f6d9e-8791-41b5-9f04-700cb3260520",
            "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/065d2b81-2964-4f0b-b27d-4aa0a79c0cc9/?format=api",
                "uuid": "065d2b81-2964-4f0b-b27d-4aa0a79c0cc9",
                "name": "TUWP010012",
                "code": "TUWP010012"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:30.223868Z",
            "last_modified": "2022-10-05T09:11:30.223853Z",
            "access_modifier": "Public"
        }
    ]
}