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/1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1/timeseries/?format=api&page=275
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2749,
    "next": null,
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1/timeseries/?format=api&page=274",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2c87a9e4-1ca4-43a4-87e6-4417b1d587fa/?format=api",
            "uuid": "2c87a9e4-1ca4-43a4-87e6-4417b1d587fa",
            "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/e13b3211-5be0-4b1d-9064-0a6831aab89b/?format=api",
                "uuid": "e13b3211-5be0-4b1d-9064-0a6831aab89b",
                "name": "B51H0177v-001",
                "code": "B51H0177v-001"
            },
            "extra_metadata": {
                "bro": {
                    "demo": {
                        "procedure": []
                    },
                    "production": {
                        "procedure": []
                    }
                }
            },
            "created": "2022-01-05T19:58:04.815057Z",
            "last_modified": "2022-04-12T23:48:23.057020Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/32c1b2f7-33cd-465c-b918-57ec4d8ac703/?format=api",
            "uuid": "32c1b2f7-33cd-465c-b918-57ec4d8ac703",
            "code": "WNS9040.val",
            "name": "WNS9040.val",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8505/?format=api",
                "id": 8505,
                "code": "WNS9040.val",
                "parameter": "Stijghoogte gevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2021-02-24T13:35:00.800077Z",
                "last_modified": "2021-02-24T13:36:16.589312Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/7d7943aa-3b31-4871-86e9-279f26faf8f9/?format=api",
                "uuid": "7d7943aa-3b31-4871-86e9-279f26faf8f9",
                "name": "B51H0177v-002",
                "code": "B51H0177v-002"
            },
            "extra_metadata": {
                "bro": {
                    "demo": {
                        "procedure": []
                    },
                    "production": {
                        "procedure": []
                    }
                }
            },
            "created": "2022-01-05T19:58:06.212078Z",
            "last_modified": "2022-04-12T23:56:46.591717Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/37a73807-2915-4a97-aa16-7917a2753358/?format=api",
            "uuid": "37a73807-2915-4a97-aa16-7917a2753358",
            "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/7d7943aa-3b31-4871-86e9-279f26faf8f9/?format=api",
                "uuid": "7d7943aa-3b31-4871-86e9-279f26faf8f9",
                "name": "B51H0177v-002",
                "code": "B51H0177v-002"
            },
            "extra_metadata": {
                "bro": {
                    "demo": {
                        "procedure": []
                    },
                    "production": {
                        "procedure": []
                    }
                }
            },
            "created": "2022-01-05T19:58:07.308581Z",
            "last_modified": "2022-04-12T23:48:23.520326Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/149849f5-37b8-472b-af4a-637522d48eca/?format=api",
            "uuid": "149849f5-37b8-472b-af4a-637522d48eca",
            "code": "WNS9040.val",
            "name": "WNS9040.val",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8505/?format=api",
                "id": 8505,
                "code": "WNS9040.val",
                "parameter": "Stijghoogte gevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2021-02-24T13:35:00.800077Z",
                "last_modified": "2021-02-24T13:36:16.589312Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/48c6b140-027b-47f5-b217-a1474660fcb2/?format=api",
                "uuid": "48c6b140-027b-47f5-b217-a1474660fcb2",
                "name": "B51H0177v-005",
                "code": "B51H0177v-005"
            },
            "extra_metadata": {
                "bro": {
                    "demo": {
                        "procedure": []
                    },
                    "production": {
                        "procedure": []
                    }
                }
            },
            "created": "2022-01-05T19:58:08.864877Z",
            "last_modified": "2022-04-12T23:56:47.079067Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/69c8ae9c-1802-4df9-ae0e-4803ebf366aa/?format=api",
            "uuid": "69c8ae9c-1802-4df9-ae0e-4803ebf366aa",
            "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/48c6b140-027b-47f5-b217-a1474660fcb2/?format=api",
                "uuid": "48c6b140-027b-47f5-b217-a1474660fcb2",
                "name": "B51H0177v-005",
                "code": "B51H0177v-005"
            },
            "extra_metadata": {
                "bro": {
                    "demo": {
                        "procedure": []
                    },
                    "production": {
                        "procedure": []
                    }
                }
            },
            "created": "2022-01-05T19:58:09.935439Z",
            "last_modified": "2022-04-12T23:48:23.977862Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/187c2cea-d3d7-45f1-b945-df43d805f447/?format=api",
            "uuid": "187c2cea-d3d7-45f1-b945-df43d805f447",
            "code": "WNS9040.val",
            "name": "WNS9040.val",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8505/?format=api",
                "id": 8505,
                "code": "WNS9040.val",
                "parameter": "Stijghoogte gevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2021-02-24T13:35:00.800077Z",
                "last_modified": "2021-02-24T13:36:16.589312Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/0eaa823c-424a-4af0-a942-308f0ca01571/?format=api",
                "uuid": "0eaa823c-424a-4af0-a942-308f0ca01571",
                "name": "B51H0177v-003",
                "code": "B51H0177v-003"
            },
            "extra_metadata": {
                "bro": {
                    "demo": {
                        "procedure": []
                    },
                    "production": {
                        "procedure": []
                    }
                }
            },
            "created": "2022-01-05T20:12:20.727107Z",
            "last_modified": "2022-04-12T23:56:47.522200Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3751afe2-254f-4f67-9591-f2f3e918bac9/?format=api",
            "uuid": "3751afe2-254f-4f67-9591-f2f3e918bac9",
            "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/0eaa823c-424a-4af0-a942-308f0ca01571/?format=api",
                "uuid": "0eaa823c-424a-4af0-a942-308f0ca01571",
                "name": "B51H0177v-003",
                "code": "B51H0177v-003"
            },
            "extra_metadata": {
                "bro": {
                    "demo": {
                        "procedure": []
                    },
                    "production": {
                        "procedure": []
                    }
                }
            },
            "created": "2022-01-05T20:12:21.744881Z",
            "last_modified": "2022-04-12T23:48:24.402786Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b3d8af5e-76f6-41dc-bdb9-a08061dda322/?format=api",
            "uuid": "b3d8af5e-76f6-41dc-bdb9-a08061dda322",
            "code": "WNS9040.val",
            "name": "WNS9040.val",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8505/?format=api",
                "id": 8505,
                "code": "WNS9040.val",
                "parameter": "Stijghoogte gevalideerd",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2021-02-24T13:35:00.800077Z",
                "last_modified": "2021-02-24T13:36:16.589312Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/ee09a5d8-bdee-449c-ad6c-2f3913a1f415/?format=api",
                "uuid": "ee09a5d8-bdee-449c-ad6c-2f3913a1f415",
                "name": "B51H0177v-004",
                "code": "B51H0177v-004"
            },
            "extra_metadata": {
                "bro": {
                    "demo": {
                        "procedure": []
                    },
                    "production": {
                        "procedure": []
                    }
                }
            },
            "created": "2022-01-05T20:12:23.203340Z",
            "last_modified": "2022-04-12T23:56:48.018139Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1bfcbbc6-1b03-4a3d-9c95-c423bd817959/?format=api",
            "uuid": "1bfcbbc6-1b03-4a3d-9c95-c423bd817959",
            "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/ee09a5d8-bdee-449c-ad6c-2f3913a1f415/?format=api",
                "uuid": "ee09a5d8-bdee-449c-ad6c-2f3913a1f415",
                "name": "B51H0177v-004",
                "code": "B51H0177v-004"
            },
            "extra_metadata": {
                "bro": {
                    "demo": {
                        "procedure": []
                    },
                    "production": {
                        "procedure": []
                    }
                }
            },
            "created": "2022-01-05T20:12:24.342037Z",
            "last_modified": "2022-04-12T23:48:24.842022Z",
            "access_modifier": "Public"
        }
    ]
}