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=6
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=7",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/1bfd88e6-c5cc-4159-94a7-7fc4b208c2f0/timeseries/?format=api&page=5",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b7d832b9-4133-444a-a935-bf8469ee2fd3/?format=api",
            "uuid": "b7d832b9-4133-444a-a935-bf8469ee2fd3",
            "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/fd59fc9b-d85d-4160-8cc8-b2b94706b8f1/?format=api",
                "uuid": "fd59fc9b-d85d-4160-8cc8-b2b94706b8f1",
                "name": "28AA3169020",
                "code": "28AA3169020"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:30.974081Z",
            "last_modified": "2022-10-04T20:12:30.974068Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d0a85692-9f64-49c8-b199-6083862bec31/?format=api",
            "uuid": "d0a85692-9f64-49c8-b199-6083862bec31",
            "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/fd59fc9b-d85d-4160-8cc8-b2b94706b8f1/?format=api",
                "uuid": "fd59fc9b-d85d-4160-8cc8-b2b94706b8f1",
                "name": "28AA3169020",
                "code": "28AA3169020"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:31.428889Z",
            "last_modified": "2022-10-04T20:12:31.428876Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c6fa66f7-cd4e-47ae-8a81-ed9df5cfc9cf/?format=api",
            "uuid": "c6fa66f7-cd4e-47ae-8a81-ed9df5cfc9cf",
            "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/a7155e0d-a2ba-4f38-9cda-2c665a9fe059/?format=api",
                "uuid": "a7155e0d-a2ba-4f38-9cda-2c665a9fe059",
                "name": "28AA3169021",
                "code": "28AA3169021"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:33.802820Z",
            "last_modified": "2022-10-04T20:12:33.802805Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/24af4fde-6fcd-47cb-800e-180bb9a3a313/?format=api",
            "uuid": "24af4fde-6fcd-47cb-800e-180bb9a3a313",
            "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/a7155e0d-a2ba-4f38-9cda-2c665a9fe059/?format=api",
                "uuid": "a7155e0d-a2ba-4f38-9cda-2c665a9fe059",
                "name": "28AA3169021",
                "code": "28AA3169021"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:34.237872Z",
            "last_modified": "2022-10-04T20:12:34.237858Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0bf97002-a9ca-4362-9c47-6834cf62c656/?format=api",
            "uuid": "0bf97002-a9ca-4362-9c47-6834cf62c656",
            "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/2d766dba-e831-4afe-a33c-923ffd8aed67/?format=api",
                "uuid": "2d766dba-e831-4afe-a33c-923ffd8aed67",
                "name": "28AA3169022",
                "code": "28AA3169022"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:36.534302Z",
            "last_modified": "2022-10-04T20:12:36.534286Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f35753b7-408d-4167-b8cb-8bdad6f4ab0c/?format=api",
            "uuid": "f35753b7-408d-4167-b8cb-8bdad6f4ab0c",
            "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/2d766dba-e831-4afe-a33c-923ffd8aed67/?format=api",
                "uuid": "2d766dba-e831-4afe-a33c-923ffd8aed67",
                "name": "28AA3169022",
                "code": "28AA3169022"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:36.981009Z",
            "last_modified": "2022-10-04T20:12:36.980995Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f9c73a81-8b49-42f2-9220-d2ba407d8bb2/?format=api",
            "uuid": "f9c73a81-8b49-42f2-9220-d2ba407d8bb2",
            "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/656e6130-f337-4413-b728-520789099d4b/?format=api",
                "uuid": "656e6130-f337-4413-b728-520789099d4b",
                "name": "28AA3169023",
                "code": "28AA3169023"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:39.188812Z",
            "last_modified": "2022-10-04T20:12:39.188790Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/69f059d4-9e22-477f-8243-3796cfbf5dbb/?format=api",
            "uuid": "69f059d4-9e22-477f-8243-3796cfbf5dbb",
            "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/656e6130-f337-4413-b728-520789099d4b/?format=api",
                "uuid": "656e6130-f337-4413-b728-520789099d4b",
                "name": "28AA3169023",
                "code": "28AA3169023"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:39.667870Z",
            "last_modified": "2022-10-04T20:12:39.667848Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4c996d2a-98f4-4193-996e-1171c1b0babc/?format=api",
            "uuid": "4c996d2a-98f4-4193-996e-1171c1b0babc",
            "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/bff669d4-91f3-49ae-af4e-04c962c65519/?format=api",
                "uuid": "bff669d4-91f3-49ae-af4e-04c962c65519",
                "name": "28AA3169024",
                "code": "28AA3169024"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:42.044105Z",
            "last_modified": "2022-10-04T20:12:42.044090Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/664f00f5-f317-4554-9928-479ebd930294/?format=api",
            "uuid": "664f00f5-f317-4554-9928-479ebd930294",
            "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/bff669d4-91f3-49ae-af4e-04c962c65519/?format=api",
                "uuid": "bff669d4-91f3-49ae-af4e-04c962c65519",
                "name": "28AA3169024",
                "code": "28AA3169024"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:42.497667Z",
            "last_modified": "2022-10-04T20:12:42.497654Z",
            "access_modifier": "Public"
        }
    ]
}