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/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=49
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 514,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=50",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=48",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a36119dc-df80-4752-be39-99f616e2575f/?format=api",
            "uuid": "a36119dc-df80-4752-be39-99f616e2575f",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2005-11-03T11:30:00Z",
            "end": "2010-01-20T14:00:00Z",
            "value_type": "float",
            "last_value": -547.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/4f41bd2a-961c-4b8d-8541-1b863c49a89e/?format=api",
                "uuid": "4f41bd2a-961c-4b8d-8541-1b863c49a89e",
                "name": "KLEEFTOCHT, Kleiweg, Kleeftocht, bovenstrooms stuw Kleiweg",
                "code": "21AN-145-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:08:04.014793Z",
            "last_modified": "2020-11-03T18:04:25.722026Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0b4979aa-cc2f-475e-93f7-0db2b8687077/?format=api",
            "uuid": "0b4979aa-cc2f-475e-93f7-0db2b8687077",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2005-11-07T13:00:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -544.099,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/06815052-9b30-415b-9b71-ead569c5a383/?format=api",
                "uuid": "06815052-9b30-415b-9b71-ead569c5a383",
                "name": "KLEITOCHT, Kamperweg, begin Kleitocht",
                "code": "21AN-146-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:08:04.014877Z",
            "last_modified": "2020-11-03T18:02:27.754816Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a3f2e9d0-ad44-4b47-aa52-d017c0646a46/?format=api",
            "uuid": "a3f2e9d0-ad44-4b47-aa52-d017c0646a46",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2006-02-08T17:00:00Z",
            "end": "2007-06-08T10:30:00Z",
            "value_type": "float",
            "last_value": -485.001,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/1b6b383c-42d9-41eb-9c8f-05a02f1a0163/?format=api",
                "uuid": "1b6b383c-42d9-41eb-9c8f-05a02f1a0163",
                "name": "OLSTERTOCHT NOORD, Ellerweg 12, kavel P38, bovenstrooms stuw",
                "code": "27AN-041-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:08:04.014961Z",
            "last_modified": "2020-11-03T17:31:33.870872Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1937b18f-7e18-4666-a59b-614df7637317/?format=api",
            "uuid": "1937b18f-7e18-4666-a59b-614df7637317",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2005-12-07T17:00:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -563.096,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/5f5f6b3c-57c7-476c-964c-3843635200f2/?format=api",
                "uuid": "5f5f6b3c-57c7-476c-964c-3843635200f2",
                "name": "MEEUWENTOCHT, Meeuwenweg 23",
                "code": "26EZ-050-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:08:04.015044Z",
            "last_modified": "2020-11-03T18:04:01.532776Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7bc487fd-e161-4075-aa53-607e4a3f7f93/?format=api",
            "uuid": "7bc487fd-e161-4075-aa53-607e4a3f7f93",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2006-02-14T17:00:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -409.896,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/b8444676-b879-4185-a8db-d92c388701d8/?format=api",
                "uuid": "b8444676-b879-4185-a8db-d92c388701d8",
                "name": "ZEEWOLDE, in gracht bij brug hoek Flevoweg en Zuiderzeeweg",
                "code": "26GN-073-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:08:04.015127Z",
            "last_modified": "2020-11-03T18:08:46.150619Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1fb49869-48c9-4dfa-ad16-4a244c5d0edc/?format=api",
            "uuid": "1fb49869-48c9-4dfa-ad16-4a244c5d0edc",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2006-02-27T11:00:00Z",
            "end": "2007-08-24T09:30:00Z",
            "value_type": "float",
            "last_value": -454.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/d008498e-9940-4c54-9de8-16a99962b371/?format=api",
                "uuid": "d008498e-9940-4c54-9de8-16a99962b371",
                "name": "RAMSTOCHT, Ramsweg, kavel P77",
                "code": "21AZ-097-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:08:04.015210Z",
            "last_modified": "2020-11-03T17:32:26.109980Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6d4fb996-a40e-436a-a341-57957f0a9fdf/?format=api",
            "uuid": "6d4fb996-a40e-436a-a341-57957f0a9fdf",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2006-02-27T09:00:00Z",
            "end": "2008-02-21T12:15:00Z",
            "value_type": "float",
            "last_value": -272.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/3ddbbccf-13a0-4f4b-8330-c5d8d68f1b0c/?format=api",
                "uuid": "3ddbbccf-13a0-4f4b-8330-c5d8d68f1b0c",
                "name": "RAMSTOCHT, Kamperzandweg, kavel P64",
                "code": "21AZ-098-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:08:04.015294Z",
            "last_modified": "2020-11-03T17:31:47.169006Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bee92b48-866e-4494-9c6a-a52b9eeeaaa0/?format=api",
            "uuid": "bee92b48-866e-4494-9c6a-a52b9eeeaaa0",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2006-03-22T17:00:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -547.899,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/482e7264-15fd-48b0-a911-d8b607114acd/?format=api",
                "uuid": "482e7264-15fd-48b0-a911-d8b607114acd",
                "name": "NOORDERMEERTOCHT, stuw Wrakkenpad",
                "code": "15HN-116-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:08:04.015378Z",
            "last_modified": "2020-11-03T18:04:48.262795Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/61e5f5cb-b900-4d71-a99c-022120d9cd98/?format=api",
            "uuid": "61e5f5cb-b900-4d71-a99c-022120d9cd98",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2006-05-01T17:00:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -463.696,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/0f0060e6-71b5-4f07-bd47-a0e3a297dc48/?format=api",
                "uuid": "0f0060e6-71b5-4f07-bd47-a0e3a297dc48",
                "name": "SCHOKKERTOCHT, t.h.v. kavel P21en parallelweg Kamperweg",
                "code": "21AZ-099-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:08:04.015462Z",
            "last_modified": "2020-11-03T18:06:49.501575Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/03952c88-d5ec-41d9-b7fd-a21269e3c72c/?format=api",
            "uuid": "03952c88-d5ec-41d9-b7fd-a21269e3c72c",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2006-10-18T17:00:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -160.596,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/a135f6f9-d9f7-48ff-80f3-2474d2918b00/?format=api",
                "uuid": "a135f6f9-d9f7-48ff-80f3-2474d2918b00",
                "name": "STADSWATER EMMELOORD, wijkpark Zwin",
                "code": "15HZ-104-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:08:04.015545Z",
            "last_modified": "2020-11-03T18:07:13.322703Z",
            "access_modifier": "Public"
        }
    ]
}