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/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=17
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 462,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=18",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b27e26da-17f3-4208-9990-8faa5a4dfe08/timeseries/?format=api&page=16",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/de2ccc38-dad1-44c1-82e3-a33d6a15825e/?format=api",
            "uuid": "de2ccc38-dad1-44c1-82e3-a33d6a15825e",
            "code": "DE2CCC38-DAD1-44C1-82E3-A33D6A15825E",
            "name": "Waterhoogte bij Roompot binnen",
            "description": "Waterhoogte bij Roompot binnen(LMW_RPBI_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 96.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_RPBI_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/d8400a43-1c1a-47dd-84a9-ecbc18cfb0a8/?format=api",
                "uuid": "d8400a43-1c1a-47dd-84a9-ecbc18cfb0a8",
                "name": "RPBI",
                "code": "d8400a43-1c1a-47dd-84a9-ecbc18cfb0a8"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:47.159575Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c3248e2d-142d-49aa-9509-d9734339fe48/?format=api",
            "uuid": "c3248e2d-142d-49aa-9509-d9734339fe48",
            "code": "C3248E2D-142D-49AA-9509-D9734339FE48",
            "name": "Watertemperatuur bij Sambeek boven",
            "description": "Watertemperatuur bij Sambeek boven(LMW_SAMB_TW10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 7.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/325/?format=api",
                "id": 325,
                "code": "T (oC)",
                "parameter": "Temperatuur",
                "unit": "°C",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": null,
                "compartment": null,
                "created": "2015-09-11T08:04:14.703240Z",
                "last_modified": "2019-10-17T19:30:52.369929Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_SAMB_TW10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b62dd25c-cdb6-4186-8bcf-e4d874c6459d/?format=api",
                "uuid": "b62dd25c-cdb6-4186-8bcf-e4d874c6459d",
                "name": "SAMB",
                "code": "b62dd25c-cdb6-4186-8bcf-e4d874c6459d"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:40.085493Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e1f37e8b-67aa-4d57-b0b4-5d44ed0f451f/?format=api",
            "uuid": "e1f37e8b-67aa-4d57-b0b4-5d44ed0f451f",
            "code": "E1F37E8B-67AA-4D57-B0B4-5D44ED0F451F",
            "name": "Waterhoogte bij Scheveningen",
            "description": "Waterhoogte bij Scheveningen(LMW_SCHE_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 50.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_SCHE_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/d3159410-dd9b-493c-be7e-eba82fa54a0b/?format=api",
                "uuid": "d3159410-dd9b-493c-be7e-eba82fa54a0b",
                "name": "SCHE",
                "code": "d3159410-dd9b-493c-be7e-eba82fa54a0b"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:45.597579Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5d2a61eb-990e-417c-99b6-f23613ae2ab7/?format=api",
            "uuid": "5d2a61eb-990e-417c-99b6-f23613ae2ab7",
            "code": "5D2A61EB-990E-417C-99B6-F23613AE2AB7",
            "name": "Hm0_B3 bij Wadden Schiermonnikoog",
            "description": "Hm0_B3 bij Wadden Schiermonnikoog(LMW_SMN1_Hm0_B3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 35.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/371/?format=api",
                "id": 371,
                "code": "Go-100  mHz (cm) OW",
                "parameter": "Go-100  mHz",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2015-09-11T08:04:38.144206Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_SMN1_Hm0_B3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/64733d1a-66a7-40d8-88c2-103b20729fbc/?format=api",
                "uuid": "64733d1a-66a7-40d8-88c2-103b20729fbc",
                "name": "SMN1",
                "code": "64733d1a-66a7-40d8-88c2-103b20729fbc"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:42.326421Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/693f8988-63fa-4e4a-b10b-7c13daf9e01e/?format=api",
            "uuid": "693f8988-63fa-4e4a-b10b-7c13daf9e01e",
            "code": "693F8988-63FA-4E4A-B10B-7C13DAF9E01E",
            "name": "Waterhoogte bij Roggebotsluis zuid",
            "description": "Waterhoogte bij Roggebotsluis zuid(LMW_ROGZ_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 18.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_ROGZ_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/68c698f7-c6cd-4959-aed0-cd105ab978b2/?format=api",
                "uuid": "68c698f7-c6cd-4959-aed0-cd105ab978b2",
                "name": "ROGZ",
                "code": "68c698f7-c6cd-4959-aed0-cd105ab978b2"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:46.552828Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/61f56863-3902-4d94-80ef-ef018b05692e/?format=api",
            "uuid": "61f56863-3902-4d94-80ef-ef018b05692e",
            "code": "61F56863-3902-4D94-80EF-EF018B05692E",
            "name": "Waterhoogte bij Lobith",
            "description": "Waterhoogte bij Lobith(LMW_LOBI_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:40:00Z",
            "value_type": "float",
            "last_value": 1228.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_LOBI_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/aa8907d3-3d44-4545-9228-52d7a2975831/?format=api",
                "uuid": "aa8907d3-3d44-4545-9228-52d7a2975831",
                "name": "LOBI",
                "code": "aa8907d3-3d44-4545-9228-52d7a2975831"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:40.765619Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cbc2be65-7a61-400e-9a41-969034d79727/?format=api",
            "uuid": "cbc2be65-7a61-400e-9a41-969034d79727",
            "code": "CBC2BE65-7A61-400E-9A41-969034D79727",
            "name": "S0bh_B2 bij IJmuiden munitie stort 1",
            "description": "S0bh_B2 bij IJmuiden munitie stort 1(LMW_MUN1_S0bh_B2)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 36.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/379/?format=api",
                "id": 379,
                "code": "100-200 mHz (graden)",
                "parameter": " 100-200 mHz",
                "unit": "graden",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "",
                "created": "2015-09-11T08:04:40.252243Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_MUN1_S0bh_B2",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/5b11af9b-2db3-4df2-8463-956a4e3e20b2/?format=api",
                "uuid": "5b11af9b-2db3-4df2-8463-956a4e3e20b2",
                "name": "MUN1",
                "code": "5b11af9b-2db3-4df2-8463-956a4e3e20b2"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:45.450782Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/52945fc1-94f5-403c-bf84-ade5a03c7bc4/?format=api",
            "uuid": "52945fc1-94f5-403c-bf84-ade5a03c7bc4",
            "code": "52945FC1-94F5-403C-BF84-ADE5A03C7BC4",
            "name": "energie E10 gemeten bij Oosterschelde 4b",
            "description": "energie E10 gemeten bij Oosterschelde 4b(LMW_OS4b_TE3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 9.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/401/?format=api",
                "id": 401,
                "code": "ENGE (cm^2) OW",
                "parameter": "ENGE",
                "unit": "cm^2",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2015-09-11T08:05:09.153522Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_OS4b_TE3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/d48374fe-871f-4cda-bedb-b4444ced0e08/?format=api",
                "uuid": "d48374fe-871f-4cda-bedb-b4444ced0e08",
                "name": "OS4b",
                "code": "d48374fe-871f-4cda-bedb-b4444ced0e08"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:44.893966Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f2f9bd37-18ac-48b3-9e33-b8b1de42d642/?format=api",
            "uuid": "f2f9bd37-18ac-48b3-9e33-b8b1de42d642",
            "code": "F2F9BD37-18AC-48B3-9E33-B8B1DE42D642",
            "name": "Golfperiode H1d3 bij Oosterschelde 4b",
            "description": "Golfperiode H1d3 bij Oosterschelde 4b(LMW_OS4b_TH1d3)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 5.6,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/403/?format=api",
                "id": 403,
                "code": "Golfperiode (s) OW",
                "parameter": "Golfperiode",
                "unit": "s",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "",
                "compartment": "OW",
                "created": "2015-09-11T08:05:11.129704Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_OS4b_TH1d3",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/d48374fe-871f-4cda-bedb-b4444ced0e08/?format=api",
                "uuid": "d48374fe-871f-4cda-bedb-b4444ced0e08",
                "name": "OS4b",
                "code": "d48374fe-871f-4cda-bedb-b4444ced0e08"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true,
                "compartment": "OW"
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:45.926635Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b8707a62-c6a7-4530-92c4-d2d39c0d3d01/?format=api",
            "uuid": "b8707a62-c6a7-4530-92c4-d2d39c0d3d01",
            "code": "B8707A62-C6A7-4530-92C4-D2D39C0D3D01",
            "name": "Waterhoogte bij Ramspolbrug",
            "description": "Waterhoogte bij Ramspolbrug(LMW_RAMS_H10)",
            "start": "2013-03-29T14:30:00Z",
            "end": "2023-01-17T07:30:00Z",
            "value_type": "float",
            "last_value": 37.0,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/352/?format=api",
                "id": 352,
                "code": "WATHTE (cm)",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "",
                "created": "2015-09-11T08:04:18.072539Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": "LMW_RAMS_H10",
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/c477f5d7-e35f-4e64-a8e7-4e57eb6d4706/?format=api",
                "uuid": "c477f5d7-e35f-4e64-a8e7-4e57eb6d4706",
                "name": "RAMS",
                "code": "c477f5d7-e35f-4e64-a8e7-4e57eb6d4706"
            },
            "extra_metadata": {
                "org": "Rijkswaterstaat",
                "ddsc": true
            },
            "created": "2013-04-03T10:31:51.394501Z",
            "last_modified": "2023-01-17T07:59:46.701761Z",
            "access_modifier": "Public"
        }
    ]
}