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/b7ae8d9d-ddd5-4670-b1d7-a2d8055361ef/timeseries/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 106,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/b7ae8d9d-ddd5-4670-b1d7-a2d8055361ef/timeseries/?format=api&page=4",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b7ae8d9d-ddd5-4670-b1d7-a2d8055361ef/timeseries/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ff22f55d-a0e1-4e58-ad0f-d679e7f5f2f6/?format=api",
            "uuid": "ff22f55d-a0e1-4e58-ad0f-d679e7f5f2f6",
            "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/872a715f-333c-47f0-808b-1683858cec51/?format=api",
                "uuid": "872a715f-333c-47f0-808b-1683858cec51",
                "name": "LIWP027011",
                "code": "LIWP027011"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:59.501705Z",
            "last_modified": "2022-10-05T08:14:59.501691Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/50572b8c-0669-4673-b2d0-8c97a72d0787/?format=api",
            "uuid": "50572b8c-0669-4673-b2d0-8c97a72d0787",
            "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/872a715f-333c-47f0-808b-1683858cec51/?format=api",
                "uuid": "872a715f-333c-47f0-808b-1683858cec51",
                "name": "LIWP027011",
                "code": "LIWP027011"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:59.940426Z",
            "last_modified": "2022-10-05T08:14:59.940412Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a97a6e78-6adb-4a4d-858b-e4705a108e6f/?format=api",
            "uuid": "a97a6e78-6adb-4a4d-858b-e4705a108e6f",
            "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/e7318b71-3a5b-466d-acbe-c069c6b6ab5c/?format=api",
                "uuid": "e7318b71-3a5b-466d-acbe-c069c6b6ab5c",
                "name": "LIWP027012",
                "code": "LIWP027012"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:15:03.086968Z",
            "last_modified": "2022-10-05T08:15:03.086955Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7cbe2e2f-18a7-431e-a73d-d3daa3135361/?format=api",
            "uuid": "7cbe2e2f-18a7-431e-a73d-d3daa3135361",
            "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/e7318b71-3a5b-466d-acbe-c069c6b6ab5c/?format=api",
                "uuid": "e7318b71-3a5b-466d-acbe-c069c6b6ab5c",
                "name": "LIWP027012",
                "code": "LIWP027012"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:15:03.427771Z",
            "last_modified": "2022-10-05T08:15:03.427757Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3b4f4dc7-adbb-4eef-813f-06f32937a028/?format=api",
            "uuid": "3b4f4dc7-adbb-4eef-813f-06f32937a028",
            "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/f19a2400-7d77-49a2-acb7-1f50bb1a962c/?format=api",
                "uuid": "f19a2400-7d77-49a2-acb7-1f50bb1a962c",
                "name": "LIWP027013",
                "code": "LIWP027013"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:15:06.383890Z",
            "last_modified": "2022-10-05T08:15:06.383877Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/56e9e07a-24af-45b3-bfcd-528eb78a6e7d/?format=api",
            "uuid": "56e9e07a-24af-45b3-bfcd-528eb78a6e7d",
            "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/f19a2400-7d77-49a2-acb7-1f50bb1a962c/?format=api",
                "uuid": "f19a2400-7d77-49a2-acb7-1f50bb1a962c",
                "name": "LIWP027013",
                "code": "LIWP027013"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:15:06.794527Z",
            "last_modified": "2022-10-05T08:15:06.794512Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0eeae400-d24d-4bce-aaa1-78756e0d9d01/?format=api",
            "uuid": "0eeae400-d24d-4bce-aaa1-78756e0d9d01",
            "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/df863531-8820-4b4f-b015-ff65a3392ac4/?format=api",
                "uuid": "df863531-8820-4b4f-b015-ff65a3392ac4",
                "name": "LIWP033001",
                "code": "LIWP033001"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:18:56.485851Z",
            "last_modified": "2022-10-05T08:18:56.485837Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bde18c7c-6c03-46d7-90b0-c7fadd0010dc/?format=api",
            "uuid": "bde18c7c-6c03-46d7-90b0-c7fadd0010dc",
            "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/df863531-8820-4b4f-b015-ff65a3392ac4/?format=api",
                "uuid": "df863531-8820-4b4f-b015-ff65a3392ac4",
                "name": "LIWP033001",
                "code": "LIWP033001"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:18:56.946936Z",
            "last_modified": "2022-10-05T08:18:56.946922Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/944e544b-4d74-4e50-bcdf-70f0b6b7fcc8/?format=api",
            "uuid": "944e544b-4d74-4e50-bcdf-70f0b6b7fcc8",
            "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/baa3bd42-79a3-4b84-b3b1-4c46246cc78a/?format=api",
                "uuid": "baa3bd42-79a3-4b84-b3b1-4c46246cc78a",
                "name": "LIWP033002",
                "code": "LIWP033002"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:19:00.308600Z",
            "last_modified": "2022-10-05T08:19:00.308586Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fe23ff2a-1913-4e4c-bb48-b75829d6d968/?format=api",
            "uuid": "fe23ff2a-1913-4e4c-bb48-b75829d6d968",
            "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/baa3bd42-79a3-4b84-b3b1-4c46246cc78a/?format=api",
                "uuid": "baa3bd42-79a3-4b84-b3b1-4c46246cc78a",
                "name": "LIWP033002",
                "code": "LIWP033002"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:19:00.774874Z",
            "last_modified": "2022-10-05T08:19:00.774860Z",
            "access_modifier": "Public"
        }
    ]
}