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/b7ae8d9d-ddd5-4670-b1d7-a2d8055361ef/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 106,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/b7ae8d9d-ddd5-4670-b1d7-a2d8055361ef/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f64ad302-e7dd-4981-bfb0-492692f057f9/?format=api",
            "uuid": "f64ad302-e7dd-4981-bfb0-492692f057f9",
            "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/9ed6452c-e0be-4491-a79e-a59dc964d96d/?format=api",
                "uuid": "9ed6452c-e0be-4491-a79e-a59dc964d96d",
                "name": "LIWP027001",
                "code": "LIWP027001"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:21.247067Z",
            "last_modified": "2022-10-05T08:14:21.247053Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dceb7713-b656-4dfa-9db4-5af4ad911706/?format=api",
            "uuid": "dceb7713-b656-4dfa-9db4-5af4ad911706",
            "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/9ed6452c-e0be-4491-a79e-a59dc964d96d/?format=api",
                "uuid": "9ed6452c-e0be-4491-a79e-a59dc964d96d",
                "name": "LIWP027001",
                "code": "LIWP027001"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:21.582963Z",
            "last_modified": "2022-10-05T08:14:21.582949Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/acc38600-8dd6-4ead-bbe8-d2ed74a9b77c/?format=api",
            "uuid": "acc38600-8dd6-4ead-bbe8-d2ed74a9b77c",
            "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/19bfbc56-986a-4d81-bf3b-efd6e72dd0e8/?format=api",
                "uuid": "19bfbc56-986a-4d81-bf3b-efd6e72dd0e8",
                "name": "LIWP027002",
                "code": "LIWP027002"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:24.453034Z",
            "last_modified": "2022-10-05T08:14:24.453019Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e2af94e2-d2bf-4fc4-9f90-0111ccf069ce/?format=api",
            "uuid": "e2af94e2-d2bf-4fc4-9f90-0111ccf069ce",
            "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/19bfbc56-986a-4d81-bf3b-efd6e72dd0e8/?format=api",
                "uuid": "19bfbc56-986a-4d81-bf3b-efd6e72dd0e8",
                "name": "LIWP027002",
                "code": "LIWP027002"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:24.921194Z",
            "last_modified": "2022-10-05T08:14:24.921181Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7d86c7d2-c6ce-457d-be27-388be1ff7833/?format=api",
            "uuid": "7d86c7d2-c6ce-457d-be27-388be1ff7833",
            "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/444fede3-78ad-4572-922b-89c52d7ae2f1/?format=api",
                "uuid": "444fede3-78ad-4572-922b-89c52d7ae2f1",
                "name": "LIWP027003",
                "code": "LIWP027003"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:28.230925Z",
            "last_modified": "2022-10-05T08:14:28.230911Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ac92274b-dc0e-4b14-afff-c52e4c913a8b/?format=api",
            "uuid": "ac92274b-dc0e-4b14-afff-c52e4c913a8b",
            "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/444fede3-78ad-4572-922b-89c52d7ae2f1/?format=api",
                "uuid": "444fede3-78ad-4572-922b-89c52d7ae2f1",
                "name": "LIWP027003",
                "code": "LIWP027003"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:28.649421Z",
            "last_modified": "2022-10-05T08:14:28.649403Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/11ecb218-ad7c-4b4c-88ce-8e47f09af9e5/?format=api",
            "uuid": "11ecb218-ad7c-4b4c-88ce-8e47f09af9e5",
            "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/196ecd8b-190b-48a9-a0b6-fbe227f1b7ef/?format=api",
                "uuid": "196ecd8b-190b-48a9-a0b6-fbe227f1b7ef",
                "name": "LIWP027004",
                "code": "LIWP027004"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:33.682136Z",
            "last_modified": "2022-10-05T08:14:33.682125Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f49e5d4a-b038-4bba-80c1-41a704ec6409/?format=api",
            "uuid": "f49e5d4a-b038-4bba-80c1-41a704ec6409",
            "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/196ecd8b-190b-48a9-a0b6-fbe227f1b7ef/?format=api",
                "uuid": "196ecd8b-190b-48a9-a0b6-fbe227f1b7ef",
                "name": "LIWP027004",
                "code": "LIWP027004"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:34.403627Z",
            "last_modified": "2022-10-05T08:14:34.403612Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bf0ed807-3e23-4e58-98c1-60b194bdac67/?format=api",
            "uuid": "bf0ed807-3e23-4e58-98c1-60b194bdac67",
            "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/fc6c833e-9da7-4495-a0ff-d889bc217b1e/?format=api",
                "uuid": "fc6c833e-9da7-4495-a0ff-d889bc217b1e",
                "name": "LIWP027005",
                "code": "LIWP027005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:37.900078Z",
            "last_modified": "2022-10-05T08:14:37.900064Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9e4d0c15-c644-4cc1-aace-898bd2700d7a/?format=api",
            "uuid": "9e4d0c15-c644-4cc1-aace-898bd2700d7a",
            "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/fc6c833e-9da7-4495-a0ff-d889bc217b1e/?format=api",
                "uuid": "fc6c833e-9da7-4495-a0ff-d889bc217b1e",
                "name": "LIWP027005",
                "code": "LIWP027005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:14:38.331413Z",
            "last_modified": "2022-10-05T08:14:38.331399Z",
            "access_modifier": "Public"
        }
    ]
}