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/15ad19a8-9853-4f89-b534-cf59435fc79e/timeseries/?format=api
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 64,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/15ad19a8-9853-4f89-b534-cf59435fc79e/timeseries/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/bf861171-3869-4dbb-8706-b05b1804f82a/?format=api",
            "uuid": "bf861171-3869-4dbb-8706-b05b1804f82a",
            "code": "WNS9040::second::1::3600",
            "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/163f5673-5fd8-4003-a51a-410ecb92df27/?format=api",
                "uuid": "163f5673-5fd8-4003-a51a-410ecb92df27",
                "name": "22DP0076001",
                "code": "22DP0076001"
            },
            "extra_metadata": {},
            "created": "2016-02-26T15:48:10.203572Z",
            "last_modified": "2022-10-15T21:25:53.491271Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/41cff6da-4dd0-4df0-858f-f69bc06e7504/?format=api",
            "uuid": "41cff6da-4dd0-4df0-858f-f69bc06e7504",
            "code": "WNS9040::second::1::3600",
            "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/f50265d2-928e-4ebb-9f66-1bed69f9e4b4/?format=api",
                "uuid": "f50265d2-928e-4ebb-9f66-1bed69f9e4b4",
                "name": "22DP0076002",
                "code": "22DP0076002"
            },
            "extra_metadata": {},
            "created": "2016-02-26T15:48:10.412417Z",
            "last_modified": "2022-10-15T20:28:46.989890Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/cd54ef95-0c6e-495f-80db-c4670987a33e/?format=api",
            "uuid": "cd54ef95-0c6e-495f-80db-c4670987a33e",
            "code": "WNS9040::second::1::3600",
            "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/0b7518d5-18fb-4db5-b4a1-e5b664884f05/?format=api",
                "uuid": "0b7518d5-18fb-4db5-b4a1-e5b664884f05",
                "name": "22DP0077001",
                "code": "22DP0077001"
            },
            "extra_metadata": {},
            "created": "2016-02-26T15:48:10.625592Z",
            "last_modified": "2022-10-15T20:29:42.080126Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/41530cfa-4084-4ec8-936a-3a6ead4c8a27/?format=api",
            "uuid": "41530cfa-4084-4ec8-936a-3a6ead4c8a27",
            "code": "WNS9040::second::1::3600",
            "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/0038708e-2809-4357-a2bf-7c0a58896316/?format=api",
                "uuid": "0038708e-2809-4357-a2bf-7c0a58896316",
                "name": "22DP0077002",
                "code": "22DP0077002"
            },
            "extra_metadata": {},
            "created": "2016-02-26T15:48:10.833780Z",
            "last_modified": "2022-10-15T20:29:06.887613Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/05270a2c-4553-40a0-9940-c798d9907024/?format=api",
            "uuid": "05270a2c-4553-40a0-9940-c798d9907024",
            "code": "WNS9040::second::1::3600",
            "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/40fdfe83-695b-4f6f-96c9-b06933178f34/?format=api",
                "uuid": "40fdfe83-695b-4f6f-96c9-b06933178f34",
                "name": "22DP0078001",
                "code": "22DP0078001"
            },
            "extra_metadata": {},
            "created": "2016-02-26T15:48:11.042577Z",
            "last_modified": "2022-10-15T20:28:55.531255Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4879c742-022f-408b-ad3f-c3659b4e61ab/?format=api",
            "uuid": "4879c742-022f-408b-ad3f-c3659b4e61ab",
            "code": "WNS9040::second::1::3600",
            "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/b8fc06d2-23a1-4073-856d-8c588a4c6e60/?format=api",
                "uuid": "b8fc06d2-23a1-4073-856d-8c588a4c6e60",
                "name": "22DP0078002",
                "code": "22DP0078002"
            },
            "extra_metadata": {},
            "created": "2016-02-26T15:48:11.302677Z",
            "last_modified": "2022-10-15T21:27:39.714334Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5797d18e-6153-4870-8671-0dd31dd3ab75/?format=api",
            "uuid": "5797d18e-6153-4870-8671-0dd31dd3ab75",
            "code": "WNS9040::second::1::3600",
            "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/fd0405de-1f83-41e5-9851-79fd9b283326/?format=api",
                "uuid": "fd0405de-1f83-41e5-9851-79fd9b283326",
                "name": "22DP0078003",
                "code": "22DP0078003"
            },
            "extra_metadata": {},
            "created": "2016-02-26T15:48:11.515658Z",
            "last_modified": "2022-10-15T20:29:04.662364Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d11bfe92-12f3-4991-9d79-067243d16627/?format=api",
            "uuid": "d11bfe92-12f3-4991-9d79-067243d16627",
            "code": "WNS9040::second::1::3600",
            "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/3af64aae-26e1-4c7c-b975-5c9c648b2a74/?format=api",
                "uuid": "3af64aae-26e1-4c7c-b975-5c9c648b2a74",
                "name": "22DP0092001",
                "code": "22DP0092001"
            },
            "extra_metadata": {},
            "created": "2016-02-26T15:48:14.466897Z",
            "last_modified": "2022-10-15T20:34:10.638061Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2703bb1b-4fb4-417e-8d46-b792fea186c4/?format=api",
            "uuid": "2703bb1b-4fb4-417e-8d46-b792fea186c4",
            "code": "WNS9040::second::1::3600",
            "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/f49140f2-fce6-4e19-b442-c8459261ba27/?format=api",
                "uuid": "f49140f2-fce6-4e19-b442-c8459261ba27",
                "name": "22DP0092003",
                "code": "22DP0092003"
            },
            "extra_metadata": {},
            "created": "2016-02-26T15:48:14.679442Z",
            "last_modified": "2022-10-15T20:34:26.178109Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/9fd2e82e-45e2-4b80-bbfc-082613e7929e/?format=api",
            "uuid": "9fd2e82e-45e2-4b80-bbfc-082613e7929e",
            "code": "WNS9040::second::1::3600",
            "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/13781138-b893-4fcc-8ad6-debdec48c408/?format=api",
                "uuid": "13781138-b893-4fcc-8ad6-debdec48c408",
                "name": "22DP0093001",
                "code": "22DP0093001"
            },
            "extra_metadata": {},
            "created": "2016-02-26T15:48:14.889901Z",
            "last_modified": "2022-10-15T20:33:11.083827Z",
            "access_modifier": "Public"
        }
    ]
}