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/b6c3b9ec-10bb-4f12-a7b7-9793925eabf9/timeseries/?format=api&page=32
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 402,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/b6c3b9ec-10bb-4f12-a7b7-9793925eabf9/timeseries/?format=api&page=33",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/b6c3b9ec-10bb-4f12-a7b7-9793925eabf9/timeseries/?format=api&page=31",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7a54905f-e24c-402b-947c-b4e52907f271/?format=api",
            "uuid": "7a54905f-e24c-402b-947c-b4e52907f271",
            "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/d3b29aac-4be6-43d7-904d-4f77bdfcee8a/?format=api",
                "uuid": "d3b29aac-4be6-43d7-904d-4f77bdfcee8a",
                "name": "B21G0457051",
                "code": "21GP0457051"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:42:34.289197Z",
            "last_modified": "2022-10-04T19:42:34.289183Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a5cd2fb4-8e81-49bc-a5c6-4294cd7d3f58/?format=api",
            "uuid": "a5cd2fb4-8e81-49bc-a5c6-4294cd7d3f58",
            "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/b1c43345-27ad-417a-b32e-3f64d57ca88f/?format=api",
                "uuid": "b1c43345-27ad-417a-b32e-3f64d57ca88f",
                "name": "B21G0457052",
                "code": "21GP0457052"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:42:37.055642Z",
            "last_modified": "2022-10-04T19:42:37.055629Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8c56277d-32b9-4cb5-862d-8771b7a29b5f/?format=api",
            "uuid": "8c56277d-32b9-4cb5-862d-8771b7a29b5f",
            "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/b1c43345-27ad-417a-b32e-3f64d57ca88f/?format=api",
                "uuid": "b1c43345-27ad-417a-b32e-3f64d57ca88f",
                "name": "B21G0457052",
                "code": "21GP0457052"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:42:37.514214Z",
            "last_modified": "2022-10-04T19:42:37.514200Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c7900fe2-f2a9-4857-9e9c-a5923920b14e/?format=api",
            "uuid": "c7900fe2-f2a9-4857-9e9c-a5923920b14e",
            "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/17d92b1c-0f7f-4315-9d52-5734b4548d78/?format=api",
                "uuid": "17d92b1c-0f7f-4315-9d52-5734b4548d78",
                "name": "B21G0457053",
                "code": "21GP0457053"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:42:40.296009Z",
            "last_modified": "2022-10-04T19:42:40.295996Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/98a432e7-b62b-43f9-885b-21a34823ef24/?format=api",
            "uuid": "98a432e7-b62b-43f9-885b-21a34823ef24",
            "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/17d92b1c-0f7f-4315-9d52-5734b4548d78/?format=api",
                "uuid": "17d92b1c-0f7f-4315-9d52-5734b4548d78",
                "name": "B21G0457053",
                "code": "21GP0457053"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:42:40.715842Z",
            "last_modified": "2022-10-04T19:42:40.715829Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6bfc95ff-1abe-4499-bab7-5aba29815f5b/?format=api",
            "uuid": "6bfc95ff-1abe-4499-bab7-5aba29815f5b",
            "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/5b7be8d3-dca2-4440-9a70-fe5444c24b6a/?format=api",
                "uuid": "5b7be8d3-dca2-4440-9a70-fe5444c24b6a",
                "name": "B21G0457054",
                "code": "21GP0457054"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:42:44.222386Z",
            "last_modified": "2022-10-04T19:42:44.222374Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/966a3091-6dc8-4e2b-a05f-f0d58cb05dac/?format=api",
            "uuid": "966a3091-6dc8-4e2b-a05f-f0d58cb05dac",
            "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/5b7be8d3-dca2-4440-9a70-fe5444c24b6a/?format=api",
                "uuid": "5b7be8d3-dca2-4440-9a70-fe5444c24b6a",
                "name": "B21G0457054",
                "code": "21GP0457054"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:42:45.043876Z",
            "last_modified": "2022-10-04T19:42:45.043857Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2f7b9ba4-be66-4f92-a09f-634f2592be11/?format=api",
            "uuid": "2f7b9ba4-be66-4f92-a09f-634f2592be11",
            "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/528322f7-e72b-421e-ae3d-21a3c48e33f0/?format=api",
                "uuid": "528322f7-e72b-421e-ae3d-21a3c48e33f0",
                "name": "B21G0457055",
                "code": "21GP0457055"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:42:47.975780Z",
            "last_modified": "2022-10-04T19:42:47.975768Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b65892e9-756c-4e42-9ea9-258a1b99e92d/?format=api",
            "uuid": "b65892e9-756c-4e42-9ea9-258a1b99e92d",
            "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/528322f7-e72b-421e-ae3d-21a3c48e33f0/?format=api",
                "uuid": "528322f7-e72b-421e-ae3d-21a3c48e33f0",
                "name": "B21G0457055",
                "code": "21GP0457055"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:42:48.539870Z",
            "last_modified": "2022-10-04T19:42:48.539855Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e4a5e466-840e-448f-a130-74716701e15a/?format=api",
            "uuid": "e4a5e466-840e-448f-a130-74716701e15a",
            "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/23a6d1b8-6de4-41bb-bcc2-eeaeaae71ef1/?format=api",
                "uuid": "23a6d1b8-6de4-41bb-bcc2-eeaeaae71ef1",
                "name": "B21G0457056",
                "code": "21GP0457056"
            },
            "extra_metadata": {},
            "created": "2022-10-04T19:42:51.462673Z",
            "last_modified": "2022-10-04T19:42:51.462658Z",
            "access_modifier": "Public"
        }
    ]
}