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&page=5
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 138,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/e8a707b3-b00e-4f45-8e67-83be2e4cbb52/timeseries/?format=api&page=6",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/e8a707b3-b00e-4f45-8e67-83be2e4cbb52/timeseries/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/732bb0c0-e952-4b71-b2c5-37728c61791e/?format=api",
            "uuid": "732bb0c0-e952-4b71-b2c5-37728c61791e",
            "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/d6b960d3-c007-4fc2-aed3-181bbb8992ba/?format=api",
                "uuid": "d6b960d3-c007-4fc2-aed3-181bbb8992ba",
                "name": "34CP0104001",
                "code": "34CP0104001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:15:47.309739Z",
            "last_modified": "2022-10-04T21:15:47.309726Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e16c0776-d2f3-41cd-8ae7-bfc7c5988e48/?format=api",
            "uuid": "e16c0776-d2f3-41cd-8ae7-bfc7c5988e48",
            "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/d6b960d3-c007-4fc2-aed3-181bbb8992ba/?format=api",
                "uuid": "d6b960d3-c007-4fc2-aed3-181bbb8992ba",
                "name": "34CP0104001",
                "code": "34CP0104001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:15:47.767670Z",
            "last_modified": "2022-10-04T21:15:47.767656Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a5364d17-2397-42c0-a78d-2f3eb39323e6/?format=api",
            "uuid": "a5364d17-2397-42c0-a78d-2f3eb39323e6",
            "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/8aca4805-c956-4dab-aade-8edc729bf17f/?format=api",
                "uuid": "8aca4805-c956-4dab-aade-8edc729bf17f",
                "name": "34CP0104002",
                "code": "34CP0104002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:15:49.718007Z",
            "last_modified": "2022-10-04T21:15:49.717992Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/67b472dc-85de-45f4-853d-4e2eb790cef9/?format=api",
            "uuid": "67b472dc-85de-45f4-853d-4e2eb790cef9",
            "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/8aca4805-c956-4dab-aade-8edc729bf17f/?format=api",
                "uuid": "8aca4805-c956-4dab-aade-8edc729bf17f",
                "name": "34CP0104002",
                "code": "34CP0104002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:15:50.155943Z",
            "last_modified": "2022-10-04T21:15:50.155929Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d5ddcaeb-2930-467b-b08a-6ef276e548d6/?format=api",
            "uuid": "d5ddcaeb-2930-467b-b08a-6ef276e548d6",
            "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/08bed6f9-4b8b-4c91-9e65-a1eb4a0080d1/?format=api",
                "uuid": "08bed6f9-4b8b-4c91-9e65-a1eb4a0080d1",
                "name": "34CP0104003",
                "code": "34CP0104003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:15:51.945722Z",
            "last_modified": "2022-10-04T21:15:51.945708Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0b9915f1-f3ac-4015-9a8f-6dd8a68ff46a/?format=api",
            "uuid": "0b9915f1-f3ac-4015-9a8f-6dd8a68ff46a",
            "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/08bed6f9-4b8b-4c91-9e65-a1eb4a0080d1/?format=api",
                "uuid": "08bed6f9-4b8b-4c91-9e65-a1eb4a0080d1",
                "name": "34CP0104003",
                "code": "34CP0104003"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:15:52.442370Z",
            "last_modified": "2022-10-04T21:15:52.442355Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/265ecc31-9503-4406-bd33-55d2ed98d4b1/?format=api",
            "uuid": "265ecc31-9503-4406-bd33-55d2ed98d4b1",
            "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/17b69574-d53a-40f1-8dd3-3a451fd7d458/?format=api",
                "uuid": "17b69574-d53a-40f1-8dd3-3a451fd7d458",
                "name": "34CP0105001",
                "code": "34CP0105001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:15:54.362132Z",
            "last_modified": "2022-10-04T21:15:54.362118Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/30ea7fc9-57d5-4fc4-887d-ca7268112675/?format=api",
            "uuid": "30ea7fc9-57d5-4fc4-887d-ca7268112675",
            "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/17b69574-d53a-40f1-8dd3-3a451fd7d458/?format=api",
                "uuid": "17b69574-d53a-40f1-8dd3-3a451fd7d458",
                "name": "34CP0105001",
                "code": "34CP0105001"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:15:54.802931Z",
            "last_modified": "2022-10-04T21:15:54.802916Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/39d08c1c-4b0e-477d-b326-f999f9d65c9e/?format=api",
            "uuid": "39d08c1c-4b0e-477d-b326-f999f9d65c9e",
            "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/31bd0d5a-6580-4208-80ce-71c5f3ef4c75/?format=api",
                "uuid": "31bd0d5a-6580-4208-80ce-71c5f3ef4c75",
                "name": "34CP0105002",
                "code": "34CP0105002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:15:56.675260Z",
            "last_modified": "2022-10-04T21:15:56.675246Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/61998281-f23d-4131-98fc-782991d59e86/?format=api",
            "uuid": "61998281-f23d-4131-98fc-782991d59e86",
            "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/31bd0d5a-6580-4208-80ce-71c5f3ef4c75/?format=api",
                "uuid": "31bd0d5a-6580-4208-80ce-71c5f3ef4c75",
                "name": "34CP0105002",
                "code": "34CP0105002"
            },
            "extra_metadata": {},
            "created": "2022-10-04T21:15:57.140382Z",
            "last_modified": "2022-10-04T21:15:57.140369Z",
            "access_modifier": "Public"
        }
    ]
}