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/69b072e9-6843-4bdb-b847-3febf7aa4a05/timeseries/?format=api&page=4
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 90,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/69b072e9-6843-4bdb-b847-3febf7aa4a05/timeseries/?format=api&page=5",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/69b072e9-6843-4bdb-b847-3febf7aa4a05/timeseries/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2f0b9a6b-b496-42a4-ac7b-15fa7ddc0b07/?format=api",
            "uuid": "2f0b9a6b-b496-42a4-ac7b-15fa7ddc0b07",
            "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/7d729bbc-e8dc-4b49-9c06-a0a6a3b821ec/?format=api",
                "uuid": "7d729bbc-e8dc-4b49-9c06-a0a6a3b821ec",
                "name": "DRWP009003",
                "code": "DRWP009003"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:15:05.844707Z",
            "last_modified": "2022-10-05T07:15:05.844695Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9b72cf6e-aa69-407f-94a4-5c522230f599/?format=api",
            "uuid": "9b72cf6e-aa69-407f-94a4-5c522230f599",
            "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/7d729bbc-e8dc-4b49-9c06-a0a6a3b821ec/?format=api",
                "uuid": "7d729bbc-e8dc-4b49-9c06-a0a6a3b821ec",
                "name": "DRWP009003",
                "code": "DRWP009003"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:15:06.243185Z",
            "last_modified": "2022-10-05T07:15:06.243174Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c09188ec-f50d-402b-96c8-4a048ecd6bac/?format=api",
            "uuid": "c09188ec-f50d-402b-96c8-4a048ecd6bac",
            "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/0d7e5f60-8e93-44c9-a872-700ec9b4674b/?format=api",
                "uuid": "0d7e5f60-8e93-44c9-a872-700ec9b4674b",
                "name": "DRWP009004",
                "code": "DRWP009004"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:15:09.596481Z",
            "last_modified": "2022-10-05T07:15:09.596466Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fd14abb0-1513-4b12-aa1c-a229456e48f4/?format=api",
            "uuid": "fd14abb0-1513-4b12-aa1c-a229456e48f4",
            "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/0d7e5f60-8e93-44c9-a872-700ec9b4674b/?format=api",
                "uuid": "0d7e5f60-8e93-44c9-a872-700ec9b4674b",
                "name": "DRWP009004",
                "code": "DRWP009004"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:15:10.021565Z",
            "last_modified": "2022-10-05T07:15:10.021552Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/80deac7b-1327-43d5-861f-2e829e1c062f/?format=api",
            "uuid": "80deac7b-1327-43d5-861f-2e829e1c062f",
            "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/48610976-0b5d-4e0d-827e-a8f6de5f16b4/?format=api",
                "uuid": "48610976-0b5d-4e0d-827e-a8f6de5f16b4",
                "name": "DRWP009005",
                "code": "DRWP009005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:15:13.322978Z",
            "last_modified": "2022-10-05T07:15:13.322963Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/95041c97-b2ef-49b0-9d25-86fc0aab885b/?format=api",
            "uuid": "95041c97-b2ef-49b0-9d25-86fc0aab885b",
            "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/48610976-0b5d-4e0d-827e-a8f6de5f16b4/?format=api",
                "uuid": "48610976-0b5d-4e0d-827e-a8f6de5f16b4",
                "name": "DRWP009005",
                "code": "DRWP009005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:15:13.942911Z",
            "last_modified": "2022-10-05T07:15:13.942900Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e562c092-1869-4da7-91ea-3ea13b773d82/?format=api",
            "uuid": "e562c092-1869-4da7-91ea-3ea13b773d82",
            "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/9854a0ff-6291-4a49-82e3-75994dab3329/?format=api",
                "uuid": "9854a0ff-6291-4a49-82e3-75994dab3329",
                "name": "DRWP009006",
                "code": "DRWP009006"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:15:16.984477Z",
            "last_modified": "2022-10-05T07:15:16.984459Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/fedb6b3a-632b-40a0-a3b7-9ab82a8f0c51/?format=api",
            "uuid": "fedb6b3a-632b-40a0-a3b7-9ab82a8f0c51",
            "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/9854a0ff-6291-4a49-82e3-75994dab3329/?format=api",
                "uuid": "9854a0ff-6291-4a49-82e3-75994dab3329",
                "name": "DRWP009006",
                "code": "DRWP009006"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:15:17.460990Z",
            "last_modified": "2022-10-05T07:15:17.460976Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7d5c1985-5b7c-4fdf-adc7-33810e5433cf/?format=api",
            "uuid": "7d5c1985-5b7c-4fdf-adc7-33810e5433cf",
            "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/813ce295-129c-4042-8d87-5650cb66b2c2/?format=api",
                "uuid": "813ce295-129c-4042-8d87-5650cb66b2c2",
                "name": "DRWP009007",
                "code": "DRWP009007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:15:20.598249Z",
            "last_modified": "2022-10-05T07:15:20.598238Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d84165f6-c32b-46df-b587-84be7427e550/?format=api",
            "uuid": "d84165f6-c32b-46df-b587-84be7427e550",
            "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/813ce295-129c-4042-8d87-5650cb66b2c2/?format=api",
                "uuid": "813ce295-129c-4042-8d87-5650cb66b2c2",
                "name": "DRWP009007",
                "code": "DRWP009007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T07:15:21.081551Z",
            "last_modified": "2022-10-05T07:15:21.081539Z",
            "access_modifier": "Public"
        }
    ]
}