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/1bfd88e6-c5cc-4159-94a7-7fc4b208c2f0/timeseries/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 70,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/1bfd88e6-c5cc-4159-94a7-7fc4b208c2f0/timeseries/?format=api&page=4",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/1bfd88e6-c5cc-4159-94a7-7fc4b208c2f0/timeseries/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/40608c41-18a6-4307-93dd-30cf5da86cc1/?format=api",
            "uuid": "40608c41-18a6-4307-93dd-30cf5da86cc1",
            "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/89d4c0ca-ba33-48b7-9177-59bfd0a8aabd/?format=api",
                "uuid": "89d4c0ca-ba33-48b7-9177-59bfd0a8aabd",
                "name": "28AA3169005",
                "code": "28AA3169005"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:11:49.038915Z",
            "last_modified": "2022-10-04T20:11:49.038897Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/7d57f5ad-b46b-4f79-89d0-b7a60a5eb8a3/?format=api",
            "uuid": "7d57f5ad-b46b-4f79-89d0-b7a60a5eb8a3",
            "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/89d4c0ca-ba33-48b7-9177-59bfd0a8aabd/?format=api",
                "uuid": "89d4c0ca-ba33-48b7-9177-59bfd0a8aabd",
                "name": "28AA3169005",
                "code": "28AA3169005"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:11:49.535249Z",
            "last_modified": "2022-10-04T20:11:49.535235Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6a2090a0-0149-4156-afa5-fb0393253468/?format=api",
            "uuid": "6a2090a0-0149-4156-afa5-fb0393253468",
            "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/d722f461-e698-4239-92cd-9e2bb446e163/?format=api",
                "uuid": "d722f461-e698-4239-92cd-9e2bb446e163",
                "name": "28AA3169006",
                "code": "28AA3169006"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:11:51.765230Z",
            "last_modified": "2022-10-04T20:11:51.765216Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/226014b0-f2ca-4138-8adf-fea2925014f2/?format=api",
            "uuid": "226014b0-f2ca-4138-8adf-fea2925014f2",
            "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/d722f461-e698-4239-92cd-9e2bb446e163/?format=api",
                "uuid": "d722f461-e698-4239-92cd-9e2bb446e163",
                "name": "28AA3169006",
                "code": "28AA3169006"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:11:52.210037Z",
            "last_modified": "2022-10-04T20:11:52.210020Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/83ded6cb-ab88-4894-aa2d-62988172bcb8/?format=api",
            "uuid": "83ded6cb-ab88-4894-aa2d-62988172bcb8",
            "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/92424a41-b22a-4264-8c49-454bb1367088/?format=api",
                "uuid": "92424a41-b22a-4264-8c49-454bb1367088",
                "name": "28AA3169007",
                "code": "28AA3169007"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:11:54.554510Z",
            "last_modified": "2022-10-04T20:11:54.554496Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4c81e332-3b87-4439-9dd9-1bf1b13ff9fd/?format=api",
            "uuid": "4c81e332-3b87-4439-9dd9-1bf1b13ff9fd",
            "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/92424a41-b22a-4264-8c49-454bb1367088/?format=api",
                "uuid": "92424a41-b22a-4264-8c49-454bb1367088",
                "name": "28AA3169007",
                "code": "28AA3169007"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:11:54.997847Z",
            "last_modified": "2022-10-04T20:11:54.997833Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d4416026-0c7d-4bd7-b661-f345c9d00a87/?format=api",
            "uuid": "d4416026-0c7d-4bd7-b661-f345c9d00a87",
            "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/3d56b82a-a67d-4669-9c98-f55d45c9e732/?format=api",
                "uuid": "3d56b82a-a67d-4669-9c98-f55d45c9e732",
                "name": "28AA3169008",
                "code": "28AA3169008"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:11:57.312394Z",
            "last_modified": "2022-10-04T20:11:57.312380Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4feb44ef-644f-4c28-a4dc-445d219402d0/?format=api",
            "uuid": "4feb44ef-644f-4c28-a4dc-445d219402d0",
            "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/3d56b82a-a67d-4669-9c98-f55d45c9e732/?format=api",
                "uuid": "3d56b82a-a67d-4669-9c98-f55d45c9e732",
                "name": "28AA3169008",
                "code": "28AA3169008"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:11:57.815021Z",
            "last_modified": "2022-10-04T20:11:57.815008Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/88a2e08d-865a-466e-9827-3775e6ac4762/?format=api",
            "uuid": "88a2e08d-865a-466e-9827-3775e6ac4762",
            "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/f02ded1b-26b7-4a86-a421-622a3efd6672/?format=api",
                "uuid": "f02ded1b-26b7-4a86-a421-622a3efd6672",
                "name": "28AA3169009",
                "code": "28AA3169009"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:00.230224Z",
            "last_modified": "2022-10-04T20:12:00.230212Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/20ecddfb-14b5-41a0-9792-55b08db4180c/?format=api",
            "uuid": "20ecddfb-14b5-41a0-9792-55b08db4180c",
            "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/f02ded1b-26b7-4a86-a421-622a3efd6672/?format=api",
                "uuid": "f02ded1b-26b7-4a86-a421-622a3efd6672",
                "name": "28AA3169009",
                "code": "28AA3169009"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:00.663447Z",
            "last_modified": "2022-10-04T20:12:00.663433Z",
            "access_modifier": "Public"
        }
    ]
}