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=3
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=4",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/6f1abdc1-00b5-4b29-a3c3-0ce11a1d1adc/timeseries/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1f98421a-2b23-43ff-8bb2-3125fed109d8/?format=api",
            "uuid": "1f98421a-2b23-43ff-8bb2-3125fed109d8",
            "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/9da22824-ac46-4096-83c8-56ba61f0f904/?format=api",
                "uuid": "9da22824-ac46-4096-83c8-56ba61f0f904",
                "name": "TUWP010003",
                "code": "TUWP010003"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:10:54.886753Z",
            "last_modified": "2022-10-05T09:10:54.886739Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/144f4c80-bc21-4480-8fc0-17a6c98de657/?format=api",
            "uuid": "144f4c80-bc21-4480-8fc0-17a6c98de657",
            "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/9da22824-ac46-4096-83c8-56ba61f0f904/?format=api",
                "uuid": "9da22824-ac46-4096-83c8-56ba61f0f904",
                "name": "TUWP010003",
                "code": "TUWP010003"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:10:55.321331Z",
            "last_modified": "2022-10-05T09:10:55.321316Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2e4e0ed5-b061-4d65-92ac-8d1c755b5654/?format=api",
            "uuid": "2e4e0ed5-b061-4d65-92ac-8d1c755b5654",
            "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/8ae182a7-e2c2-467c-8516-f9c3896bf8a0/?format=api",
                "uuid": "8ae182a7-e2c2-467c-8516-f9c3896bf8a0",
                "name": "TUWP010004",
                "code": "TUWP010004"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:10:58.672300Z",
            "last_modified": "2022-10-05T09:10:58.672285Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ab6749d7-f36f-442e-927a-bbbd87a5395f/?format=api",
            "uuid": "ab6749d7-f36f-442e-927a-bbbd87a5395f",
            "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/8ae182a7-e2c2-467c-8516-f9c3896bf8a0/?format=api",
                "uuid": "8ae182a7-e2c2-467c-8516-f9c3896bf8a0",
                "name": "TUWP010004",
                "code": "TUWP010004"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:10:59.145258Z",
            "last_modified": "2022-10-05T09:10:59.145244Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/81b23752-3552-42ef-ad70-2c27036d4a49/?format=api",
            "uuid": "81b23752-3552-42ef-ad70-2c27036d4a49",
            "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/874f4a47-b709-446d-8d7a-254ef6fa81c1/?format=api",
                "uuid": "874f4a47-b709-446d-8d7a-254ef6fa81c1",
                "name": "TUWP010005",
                "code": "TUWP010005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:02.767290Z",
            "last_modified": "2022-10-05T09:11:02.767275Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f9d05c7b-2bc9-48cd-90d1-fb7968f0d63a/?format=api",
            "uuid": "f9d05c7b-2bc9-48cd-90d1-fb7968f0d63a",
            "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/874f4a47-b709-446d-8d7a-254ef6fa81c1/?format=api",
                "uuid": "874f4a47-b709-446d-8d7a-254ef6fa81c1",
                "name": "TUWP010005",
                "code": "TUWP010005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:03.198736Z",
            "last_modified": "2022-10-05T09:11:03.198721Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2a1259a0-420d-43a1-9a1b-6fde5746aa31/?format=api",
            "uuid": "2a1259a0-420d-43a1-9a1b-6fde5746aa31",
            "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/59a01c3b-a10b-4f89-931f-fa5a6f666692/?format=api",
                "uuid": "59a01c3b-a10b-4f89-931f-fa5a6f666692",
                "name": "TUWP010006",
                "code": "TUWP010006"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:06.068216Z",
            "last_modified": "2022-10-05T09:11:06.068201Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/73a557ff-c0fa-4f6c-9bce-bd8767c2eb49/?format=api",
            "uuid": "73a557ff-c0fa-4f6c-9bce-bd8767c2eb49",
            "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/59a01c3b-a10b-4f89-931f-fa5a6f666692/?format=api",
                "uuid": "59a01c3b-a10b-4f89-931f-fa5a6f666692",
                "name": "TUWP010006",
                "code": "TUWP010006"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:06.528711Z",
            "last_modified": "2022-10-05T09:11:06.528696Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/68146319-524d-400b-b505-7fc501165cce/?format=api",
            "uuid": "68146319-524d-400b-b505-7fc501165cce",
            "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/b6add942-f730-4507-8dec-9e41253515eb/?format=api",
                "uuid": "b6add942-f730-4507-8dec-9e41253515eb",
                "name": "TUWP010007",
                "code": "TUWP010007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:10.092499Z",
            "last_modified": "2022-10-05T09:11:10.092485Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ce4bbd49-d422-41a8-9998-14f19a1aab8f/?format=api",
            "uuid": "ce4bbd49-d422-41a8-9998-14f19a1aab8f",
            "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/b6add942-f730-4507-8dec-9e41253515eb/?format=api",
                "uuid": "b6add942-f730-4507-8dec-9e41253515eb",
                "name": "TUWP010007",
                "code": "TUWP010007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:11:10.668447Z",
            "last_modified": "2022-10-05T09:11:10.668434Z",
            "access_modifier": "Public"
        }
    ]
}