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=4
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=5",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/1bfd88e6-c5cc-4159-94a7-7fc4b208c2f0/timeseries/?format=api&page=3",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/19207ba1-9e2f-41c1-b5c4-70b6fc873a56/?format=api",
            "uuid": "19207ba1-9e2f-41c1-b5c4-70b6fc873a56",
            "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/467be3ba-5e6d-4d06-8391-54b0e5926ebf/?format=api",
                "uuid": "467be3ba-5e6d-4d06-8391-54b0e5926ebf",
                "name": "28AA3169010",
                "code": "28AA3169010"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:02.992994Z",
            "last_modified": "2022-10-04T20:12:02.992980Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ed45239d-4e98-4414-bfc7-a580a153e6bc/?format=api",
            "uuid": "ed45239d-4e98-4414-bfc7-a580a153e6bc",
            "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/467be3ba-5e6d-4d06-8391-54b0e5926ebf/?format=api",
                "uuid": "467be3ba-5e6d-4d06-8391-54b0e5926ebf",
                "name": "28AA3169010",
                "code": "28AA3169010"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:03.486556Z",
            "last_modified": "2022-10-04T20:12:03.486542Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/a679342d-9f04-47c8-b1b3-e5ca73ffc13d/?format=api",
            "uuid": "a679342d-9f04-47c8-b1b3-e5ca73ffc13d",
            "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/df220118-bbcf-4e2a-9cc7-5c1dfbd8987e/?format=api",
                "uuid": "df220118-bbcf-4e2a-9cc7-5c1dfbd8987e",
                "name": "28AA3169011",
                "code": "28AA3169011"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:05.800876Z",
            "last_modified": "2022-10-04T20:12:05.800863Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e38bc8fe-5b04-433e-b23f-140932284d6a/?format=api",
            "uuid": "e38bc8fe-5b04-433e-b23f-140932284d6a",
            "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/df220118-bbcf-4e2a-9cc7-5c1dfbd8987e/?format=api",
                "uuid": "df220118-bbcf-4e2a-9cc7-5c1dfbd8987e",
                "name": "28AA3169011",
                "code": "28AA3169011"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:06.227788Z",
            "last_modified": "2022-10-04T20:12:06.227749Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3cde8828-774c-4221-8f72-5d34b9ed21cb/?format=api",
            "uuid": "3cde8828-774c-4221-8f72-5d34b9ed21cb",
            "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/eae85845-bc82-4bba-9c95-7f370d6a3471/?format=api",
                "uuid": "eae85845-bc82-4bba-9c95-7f370d6a3471",
                "name": "28AA3169012",
                "code": "28AA3169012"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:08.720914Z",
            "last_modified": "2022-10-04T20:12:08.720901Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/36f05398-7dac-4245-84b0-9de7c29c13d4/?format=api",
            "uuid": "36f05398-7dac-4245-84b0-9de7c29c13d4",
            "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/eae85845-bc82-4bba-9c95-7f370d6a3471/?format=api",
                "uuid": "eae85845-bc82-4bba-9c95-7f370d6a3471",
                "name": "28AA3169012",
                "code": "28AA3169012"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:09.172728Z",
            "last_modified": "2022-10-04T20:12:09.172715Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/6a531b95-eeac-425f-899c-8b8aa82105c4/?format=api",
            "uuid": "6a531b95-eeac-425f-899c-8b8aa82105c4",
            "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/57009484-1745-431f-8404-e62fbca83b27/?format=api",
                "uuid": "57009484-1745-431f-8404-e62fbca83b27",
                "name": "28AA3169013",
                "code": "28AA3169013"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:11.500487Z",
            "last_modified": "2022-10-04T20:12:11.500471Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/00ac9250-64a3-488f-9130-59aafba88005/?format=api",
            "uuid": "00ac9250-64a3-488f-9130-59aafba88005",
            "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/57009484-1745-431f-8404-e62fbca83b27/?format=api",
                "uuid": "57009484-1745-431f-8404-e62fbca83b27",
                "name": "28AA3169013",
                "code": "28AA3169013"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:11.952196Z",
            "last_modified": "2022-10-04T20:12:11.952178Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ab263766-a802-48c6-817e-7f20d9b8fab5/?format=api",
            "uuid": "ab263766-a802-48c6-817e-7f20d9b8fab5",
            "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/7c28770b-8fb7-4842-bc86-c456b3923108/?format=api",
                "uuid": "7c28770b-8fb7-4842-bc86-c456b3923108",
                "name": "28AA3169014",
                "code": "28AA3169014"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:14.299765Z",
            "last_modified": "2022-10-04T20:12:14.299750Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/af7b9355-a4af-4b08-a164-896542f45641/?format=api",
            "uuid": "af7b9355-a4af-4b08-a164-896542f45641",
            "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/7c28770b-8fb7-4842-bc86-c456b3923108/?format=api",
                "uuid": "7c28770b-8fb7-4842-bc86-c456b3923108",
                "name": "28AA3169014",
                "code": "28AA3169014"
            },
            "extra_metadata": {},
            "created": "2022-10-04T20:12:14.811696Z",
            "last_modified": "2022-10-04T20:12:14.811681Z",
            "access_modifier": "Public"
        }
    ]
}