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/efafbcb6-d9d3-4ac7-aa68-d288a11e9a3c/timeseries/?format=api&page=6
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 100,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/efafbcb6-d9d3-4ac7-aa68-d288a11e9a3c/timeseries/?format=api&page=7",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/efafbcb6-d9d3-4ac7-aa68-d288a11e9a3c/timeseries/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6097740a-3b2e-4eb2-a3cb-a56c51aab05d/?format=api",
            "uuid": "6097740a-3b2e-4eb2-a3cb-a56c51aab05d",
            "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/9c44eabd-7c8e-429b-8f3c-d873d34f9b81/?format=api",
                "uuid": "9c44eabd-7c8e-429b-8f3c-d873d34f9b81",
                "name": "VEWP012006",
                "code": "VEWP012006"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:25:17.452624Z",
            "last_modified": "2022-10-05T09:25:17.452609Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3530ac5a-70d8-44d4-8b13-eee37db3cd13/?format=api",
            "uuid": "3530ac5a-70d8-44d4-8b13-eee37db3cd13",
            "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/9c44eabd-7c8e-429b-8f3c-d873d34f9b81/?format=api",
                "uuid": "9c44eabd-7c8e-429b-8f3c-d873d34f9b81",
                "name": "VEWP012006",
                "code": "VEWP012006"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:25:17.883001Z",
            "last_modified": "2022-10-05T09:25:17.882988Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4082a3cd-9e1a-4ca0-a3e6-88af45ec62a5/?format=api",
            "uuid": "4082a3cd-9e1a-4ca0-a3e6-88af45ec62a5",
            "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/e0d81fbb-1289-4dd4-9ed2-0f7e7e7287d2/?format=api",
                "uuid": "e0d81fbb-1289-4dd4-9ed2-0f7e7e7287d2",
                "name": "VEWP012007",
                "code": "VEWP012007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:25:21.043332Z",
            "last_modified": "2022-10-05T09:25:21.043318Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/10060de1-bdb1-4fbf-8a02-5f8a577a70c9/?format=api",
            "uuid": "10060de1-bdb1-4fbf-8a02-5f8a577a70c9",
            "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/e0d81fbb-1289-4dd4-9ed2-0f7e7e7287d2/?format=api",
                "uuid": "e0d81fbb-1289-4dd4-9ed2-0f7e7e7287d2",
                "name": "VEWP012007",
                "code": "VEWP012007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:25:21.495653Z",
            "last_modified": "2022-10-05T09:25:21.495638Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4d9e6e35-f99a-4045-aa4d-fc85426a3754/?format=api",
            "uuid": "4d9e6e35-f99a-4045-aa4d-fc85426a3754",
            "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/d73d100f-ec09-4468-aa17-b3d445ec77fe/?format=api",
                "uuid": "d73d100f-ec09-4468-aa17-b3d445ec77fe",
                "name": "VEWP012008",
                "code": "VEWP012008"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:25:26.253654Z",
            "last_modified": "2022-10-05T09:25:26.253628Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/257eb290-655d-48a4-85ac-132f1eb2a7fe/?format=api",
            "uuid": "257eb290-655d-48a4-85ac-132f1eb2a7fe",
            "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/d73d100f-ec09-4468-aa17-b3d445ec77fe/?format=api",
                "uuid": "d73d100f-ec09-4468-aa17-b3d445ec77fe",
                "name": "VEWP012008",
                "code": "VEWP012008"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:25:27.156687Z",
            "last_modified": "2022-10-05T09:25:27.156673Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ed620f6a-8a5a-4235-864f-f72464d82c33/?format=api",
            "uuid": "ed620f6a-8a5a-4235-864f-f72464d82c33",
            "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/4eefafc7-3128-41d2-9d93-b229370776fb/?format=api",
                "uuid": "4eefafc7-3128-41d2-9d93-b229370776fb",
                "name": "VEWP012009",
                "code": "VEWP012009"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:25:30.445593Z",
            "last_modified": "2022-10-05T09:25:30.445579Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c715e5ae-4a43-4408-8af1-b2148ce52bc2/?format=api",
            "uuid": "c715e5ae-4a43-4408-8af1-b2148ce52bc2",
            "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/4eefafc7-3128-41d2-9d93-b229370776fb/?format=api",
                "uuid": "4eefafc7-3128-41d2-9d93-b229370776fb",
                "name": "VEWP012009",
                "code": "VEWP012009"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:25:30.811233Z",
            "last_modified": "2022-10-05T09:25:30.811220Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/efe16742-b998-4d3a-9686-dac193f3e39f/?format=api",
            "uuid": "efe16742-b998-4d3a-9686-dac193f3e39f",
            "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/5a8a37fa-0b00-4165-829f-9c90a293c2b9/?format=api",
                "uuid": "5a8a37fa-0b00-4165-829f-9c90a293c2b9",
                "name": "VEWP012010",
                "code": "VEWP012010"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:25:33.771440Z",
            "last_modified": "2022-10-05T09:25:33.771427Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a1da31b4-eaab-49a2-8143-c6c821c335e8/?format=api",
            "uuid": "a1da31b4-eaab-49a2-8143-c6c821c335e8",
            "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/5a8a37fa-0b00-4165-829f-9c90a293c2b9/?format=api",
                "uuid": "5a8a37fa-0b00-4165-829f-9c90a293c2b9",
                "name": "VEWP012010",
                "code": "VEWP012010"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:25:34.182184Z",
            "last_modified": "2022-10-05T09:25:34.182169Z",
            "access_modifier": "Public"
        }
    ]
}