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/7b5a3a7e-b47a-46ba-ae48-6e75cb1605f8/timeseries/?format=api&page=5
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 50,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/7b5a3a7e-b47a-46ba-ae48-6e75cb1605f8/timeseries/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b1cd9f33-08a8-4403-a720-0cecd82abcfb/?format=api",
            "uuid": "b1cd9f33-08a8-4403-a720-0cecd82abcfb",
            "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/bbeddff0-f791-4485-834d-04b720227ae0/?format=api",
                "uuid": "bbeddff0-f791-4485-834d-04b720227ae0",
                "name": "ABWP013010",
                "code": "ABWP013010"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:16:18.719712Z",
            "last_modified": "2022-10-04T22:16:18.719697Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/30a9cab6-c875-4ad7-9f25-f5a8d21ffdae/?format=api",
            "uuid": "30a9cab6-c875-4ad7-9f25-f5a8d21ffdae",
            "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/bbeddff0-f791-4485-834d-04b720227ae0/?format=api",
                "uuid": "bbeddff0-f791-4485-834d-04b720227ae0",
                "name": "ABWP013010",
                "code": "ABWP013010"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:16:19.175798Z",
            "last_modified": "2022-10-04T22:16:19.175784Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e5e09a99-21e9-4e5a-81ee-b83aec0357af/?format=api",
            "uuid": "e5e09a99-21e9-4e5a-81ee-b83aec0357af",
            "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/b56e0b7e-0635-4e21-9433-d92563ceb589/?format=api",
                "uuid": "b56e0b7e-0635-4e21-9433-d92563ceb589",
                "name": "ABWP013011",
                "code": "ABWP013011"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:16:21.244192Z",
            "last_modified": "2022-10-04T22:16:21.244178Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f112543e-0f34-48d6-b4ba-15b356719258/?format=api",
            "uuid": "f112543e-0f34-48d6-b4ba-15b356719258",
            "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/b56e0b7e-0635-4e21-9433-d92563ceb589/?format=api",
                "uuid": "b56e0b7e-0635-4e21-9433-d92563ceb589",
                "name": "ABWP013011",
                "code": "ABWP013011"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:16:21.682798Z",
            "last_modified": "2022-10-04T22:16:21.682754Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6b2c872b-21e8-4d58-88d5-a0a5e6710c8c/?format=api",
            "uuid": "6b2c872b-21e8-4d58-88d5-a0a5e6710c8c",
            "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/5a78c26b-93eb-4ec8-8ef5-1055ef133343/?format=api",
                "uuid": "5a78c26b-93eb-4ec8-8ef5-1055ef133343",
                "name": "ABWP013012",
                "code": "ABWP013012"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:16:23.687492Z",
            "last_modified": "2022-10-04T22:16:23.687476Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6375e22b-7d2f-476b-aafb-74183388f60c/?format=api",
            "uuid": "6375e22b-7d2f-476b-aafb-74183388f60c",
            "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/5a78c26b-93eb-4ec8-8ef5-1055ef133343/?format=api",
                "uuid": "5a78c26b-93eb-4ec8-8ef5-1055ef133343",
                "name": "ABWP013012",
                "code": "ABWP013012"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:16:24.129599Z",
            "last_modified": "2022-10-04T22:16:24.129585Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/73ccb8db-6dbd-4a7b-9f6c-47101f3d05e7/?format=api",
            "uuid": "73ccb8db-6dbd-4a7b-9f6c-47101f3d05e7",
            "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/38e007f5-962f-4f9a-9156-1c989aae8949/?format=api",
                "uuid": "38e007f5-962f-4f9a-9156-1c989aae8949",
                "name": "ABWP013013",
                "code": "ABWP013013"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:16:26.295108Z",
            "last_modified": "2022-10-04T22:16:26.295093Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/83e50e0e-db7a-4498-b84c-ad368741ecc2/?format=api",
            "uuid": "83e50e0e-db7a-4498-b84c-ad368741ecc2",
            "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/38e007f5-962f-4f9a-9156-1c989aae8949/?format=api",
                "uuid": "38e007f5-962f-4f9a-9156-1c989aae8949",
                "name": "ABWP013013",
                "code": "ABWP013013"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:16:26.777501Z",
            "last_modified": "2022-10-04T22:16:26.777485Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3df4815f-8020-477d-b76c-09395eea51c6/?format=api",
            "uuid": "3df4815f-8020-477d-b76c-09395eea51c6",
            "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/7d629b12-fcbe-4b8d-8dab-fff7a68a8888/?format=api",
                "uuid": "7d629b12-fcbe-4b8d-8dab-fff7a68a8888",
                "name": "ABWP013014",
                "code": "ABWP013014"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:16:28.812425Z",
            "last_modified": "2022-10-04T22:16:28.812409Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d7f4e765-2950-4c00-8e3c-43dc9bd0e412/?format=api",
            "uuid": "d7f4e765-2950-4c00-8e3c-43dc9bd0e412",
            "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/7d629b12-fcbe-4b8d-8dab-fff7a68a8888/?format=api",
                "uuid": "7d629b12-fcbe-4b8d-8dab-fff7a68a8888",
                "name": "ABWP013014",
                "code": "ABWP013014"
            },
            "extra_metadata": {},
            "created": "2022-10-04T22:16:29.235044Z",
            "last_modified": "2022-10-04T22:16:29.235031Z",
            "access_modifier": "Public"
        }
    ]
}