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/9f167c83-4063-47a1-ad1a-9611754ffa82/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 150,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/9f167c83-4063-47a1-ad1a-9611754ffa82/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/38e908fc-23ee-4460-babf-3c9e3ccc6937/?format=api",
            "uuid": "38e908fc-23ee-4460-babf-3c9e3ccc6937",
            "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/7fb3ed31-392b-4095-b9b3-befad40d7f31/?format=api",
                "uuid": "7fb3ed31-392b-4095-b9b3-befad40d7f31",
                "name": "GRWP020001",
                "code": "GRWP020001"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:44:51.524511Z",
            "last_modified": "2022-10-05T07:44:51.524497Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e6277d0e-d854-4ca1-a01f-1ca2db710829/?format=api",
            "uuid": "e6277d0e-d854-4ca1-a01f-1ca2db710829",
            "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/7fb3ed31-392b-4095-b9b3-befad40d7f31/?format=api",
                "uuid": "7fb3ed31-392b-4095-b9b3-befad40d7f31",
                "name": "GRWP020001",
                "code": "GRWP020001"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:44:51.998876Z",
            "last_modified": "2022-10-05T07:44:51.998862Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1d9a3e46-de5f-4f0b-bb07-8cf5a371d633/?format=api",
            "uuid": "1d9a3e46-de5f-4f0b-bb07-8cf5a371d633",
            "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/1e0ab732-6a2e-497f-9218-687ae77cb144/?format=api",
                "uuid": "1e0ab732-6a2e-497f-9218-687ae77cb144",
                "name": "GRWP020002",
                "code": "GRWP020002"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:44:55.410058Z",
            "last_modified": "2022-10-05T07:44:55.410044Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5f5d076f-4264-4907-8148-e91ed81c8c9a/?format=api",
            "uuid": "5f5d076f-4264-4907-8148-e91ed81c8c9a",
            "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/1e0ab732-6a2e-497f-9218-687ae77cb144/?format=api",
                "uuid": "1e0ab732-6a2e-497f-9218-687ae77cb144",
                "name": "GRWP020002",
                "code": "GRWP020002"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:44:55.886202Z",
            "last_modified": "2022-10-05T07:44:55.886188Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a6cd2074-35c9-4ec5-8bcb-e09b4719f172/?format=api",
            "uuid": "a6cd2074-35c9-4ec5-8bcb-e09b4719f172",
            "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/f031dc42-88ea-4995-a26d-58d017a4af7e/?format=api",
                "uuid": "f031dc42-88ea-4995-a26d-58d017a4af7e",
                "name": "GRWP020003",
                "code": "GRWP020003"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:44:59.619801Z",
            "last_modified": "2022-10-05T07:44:59.619788Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/09cb0230-d9f6-4c09-b594-7ffbc3fb0319/?format=api",
            "uuid": "09cb0230-d9f6-4c09-b594-7ffbc3fb0319",
            "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/f031dc42-88ea-4995-a26d-58d017a4af7e/?format=api",
                "uuid": "f031dc42-88ea-4995-a26d-58d017a4af7e",
                "name": "GRWP020003",
                "code": "GRWP020003"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:45:00.188924Z",
            "last_modified": "2022-10-05T07:45:00.188913Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a5b3ddeb-298a-41d9-b799-9bd62c1114ad/?format=api",
            "uuid": "a5b3ddeb-298a-41d9-b799-9bd62c1114ad",
            "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/7d332413-a4a0-4016-b9dd-96bec6758b33/?format=api",
                "uuid": "7d332413-a4a0-4016-b9dd-96bec6758b33",
                "name": "GRWP020004",
                "code": "GRWP020004"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:45:04.008084Z",
            "last_modified": "2022-10-05T07:45:04.008070Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/910e022e-87c5-4424-af23-cdbaef5f33a2/?format=api",
            "uuid": "910e022e-87c5-4424-af23-cdbaef5f33a2",
            "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/7d332413-a4a0-4016-b9dd-96bec6758b33/?format=api",
                "uuid": "7d332413-a4a0-4016-b9dd-96bec6758b33",
                "name": "GRWP020004",
                "code": "GRWP020004"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:45:04.534798Z",
            "last_modified": "2022-10-05T07:45:04.534777Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5d59942e-eb8a-4241-ac48-439b15d93c4c/?format=api",
            "uuid": "5d59942e-eb8a-4241-ac48-439b15d93c4c",
            "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/78833b8f-3d02-408f-a007-fbf72c36510b/?format=api",
                "uuid": "78833b8f-3d02-408f-a007-fbf72c36510b",
                "name": "GRWP020005",
                "code": "GRWP020005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:45:08.244716Z",
            "last_modified": "2022-10-05T07:45:08.244702Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/87113f87-0a09-49ef-821f-ccbef01e8363/?format=api",
            "uuid": "87113f87-0a09-49ef-821f-ccbef01e8363",
            "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/78833b8f-3d02-408f-a007-fbf72c36510b/?format=api",
                "uuid": "78833b8f-3d02-408f-a007-fbf72c36510b",
                "name": "GRWP020005",
                "code": "GRWP020005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:45:08.711568Z",
            "last_modified": "2022-10-05T07:45:08.711555Z",
            "access_modifier": "Public"
        }
    ]
}