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/efafbcb6-d9d3-4ac7-aa68-d288a11e9a3c/timeseries/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 100,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/efafbcb6-d9d3-4ac7-aa68-d288a11e9a3c/timeseries/?format=api&page=3",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/efafbcb6-d9d3-4ac7-aa68-d288a11e9a3c/timeseries/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b2608005-958b-4d2e-98b2-9026b97e8618/?format=api",
            "uuid": "b2608005-958b-4d2e-98b2-9026b97e8618",
            "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/1759956b-f29f-4fba-b620-973c84a6f6a5/?format=api",
                "uuid": "1759956b-f29f-4fba-b620-973c84a6f6a5",
                "name": "RHWP022001",
                "code": "RHWP022001"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:51:08.735449Z",
            "last_modified": "2022-10-05T08:51:08.735434Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2dee6ef8-e006-47d7-af4f-ed784eb5ed9a/?format=api",
            "uuid": "2dee6ef8-e006-47d7-af4f-ed784eb5ed9a",
            "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/1759956b-f29f-4fba-b620-973c84a6f6a5/?format=api",
                "uuid": "1759956b-f29f-4fba-b620-973c84a6f6a5",
                "name": "RHWP022001",
                "code": "RHWP022001"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:51:09.536722Z",
            "last_modified": "2022-10-05T08:51:09.536693Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a68d8b68-fa4e-4d53-ab3e-1eafc9f0f291/?format=api",
            "uuid": "a68d8b68-fa4e-4d53-ab3e-1eafc9f0f291",
            "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/6aaf43b3-f0ef-425c-9d56-746af943984b/?format=api",
                "uuid": "6aaf43b3-f0ef-425c-9d56-746af943984b",
                "name": "RHWP022002",
                "code": "RHWP022002"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:51:12.769374Z",
            "last_modified": "2022-10-05T08:51:12.769359Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/266b4d9f-26e5-4fa8-91ff-d814b9a1bc51/?format=api",
            "uuid": "266b4d9f-26e5-4fa8-91ff-d814b9a1bc51",
            "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/6aaf43b3-f0ef-425c-9d56-746af943984b/?format=api",
                "uuid": "6aaf43b3-f0ef-425c-9d56-746af943984b",
                "name": "RHWP022002",
                "code": "RHWP022002"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:51:13.198948Z",
            "last_modified": "2022-10-05T08:51:13.198934Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d7fe61af-ec14-4a60-a0fa-d5f5a6868380/?format=api",
            "uuid": "d7fe61af-ec14-4a60-a0fa-d5f5a6868380",
            "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/6116159a-b141-45e6-ab01-d8ef2b9db58c/?format=api",
                "uuid": "6116159a-b141-45e6-ab01-d8ef2b9db58c",
                "name": "RHWP022003",
                "code": "RHWP022003"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:51:16.390995Z",
            "last_modified": "2022-10-05T08:51:16.390982Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/82dbf2c7-c408-4d40-b614-69ece012d18f/?format=api",
            "uuid": "82dbf2c7-c408-4d40-b614-69ece012d18f",
            "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/6116159a-b141-45e6-ab01-d8ef2b9db58c/?format=api",
                "uuid": "6116159a-b141-45e6-ab01-d8ef2b9db58c",
                "name": "RHWP022003",
                "code": "RHWP022003"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:51:16.777160Z",
            "last_modified": "2022-10-05T08:51:16.777144Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8724cf8f-1cbf-4288-9947-59a2f8f42efc/?format=api",
            "uuid": "8724cf8f-1cbf-4288-9947-59a2f8f42efc",
            "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/9e9f5fda-fcd9-42cd-9101-5eddd3aa818f/?format=api",
                "uuid": "9e9f5fda-fcd9-42cd-9101-5eddd3aa818f",
                "name": "RHWP022004",
                "code": "RHWP022004"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:51:20.049994Z",
            "last_modified": "2022-10-05T08:51:20.049978Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3acb92e2-529c-4483-a170-26dbb2803444/?format=api",
            "uuid": "3acb92e2-529c-4483-a170-26dbb2803444",
            "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/9e9f5fda-fcd9-42cd-9101-5eddd3aa818f/?format=api",
                "uuid": "9e9f5fda-fcd9-42cd-9101-5eddd3aa818f",
                "name": "RHWP022004",
                "code": "RHWP022004"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:51:20.513614Z",
            "last_modified": "2022-10-05T08:51:20.513602Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e2c5279f-58da-4fd5-989b-5ddf389bdc47/?format=api",
            "uuid": "e2c5279f-58da-4fd5-989b-5ddf389bdc47",
            "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/b26a1385-7cf9-4995-a251-2188d0164527/?format=api",
                "uuid": "b26a1385-7cf9-4995-a251-2188d0164527",
                "name": "RHWP022005",
                "code": "RHWP022005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:51:23.231724Z",
            "last_modified": "2022-10-05T08:51:23.231710Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dbf588c4-6867-4d69-921b-994936bf5241/?format=api",
            "uuid": "dbf588c4-6867-4d69-921b-994936bf5241",
            "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/b26a1385-7cf9-4995-a251-2188d0164527/?format=api",
                "uuid": "b26a1385-7cf9-4995-a251-2188d0164527",
                "name": "RHWP022005",
                "code": "RHWP022005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:51:23.687916Z",
            "last_modified": "2022-10-05T08:51:23.687902Z",
            "access_modifier": "Public"
        }
    ]
}