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/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=46
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 514,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=47",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/50a999df-aba4-4e52-b155-255b497d70b8/timeseries/?format=api&page=45",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/80c723b4-4307-49e7-88ea-e9a0c46cfeab/?format=api",
            "uuid": "80c723b4-4307-49e7-88ea-e9a0c46cfeab",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2010-11-15T12:15:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -634.398,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/2b9a1e2c-4a66-4c29-acc6-70857430632b/?format=api",
                "uuid": "2b9a1e2c-4a66-4c29-acc6-70857430632b",
                "name": "KIEVITSTOCHT, hoek Kievitsweg / Paradijsvogelweg",
                "code": "26CN-077-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:07:14.650310Z",
            "last_modified": "2020-11-03T17:58:55.004153Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/2571820c-b36e-474d-bb2c-7b9e8fd84625/?format=api",
            "uuid": "2571820c-b36e-474d-bb2c-7b9e8fd84625",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2010-11-02T11:00:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -525.296,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/22f48b2d-2bd0-42a2-9ba0-fb0d5528619a/?format=api",
                "uuid": "22f48b2d-2bd0-42a2-9ba0-fb0d5528619a",
                "name": "BAARDMEESTOCHT, Ossenkampweg",
                "code": "26GN-063-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:07:14.650431Z",
            "last_modified": "2020-11-03T17:55:54.928292Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/43fb029e-797e-4635-8b09-a839dad978b7/?format=api",
            "uuid": "43fb029e-797e-4635-8b09-a839dad978b7",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2010-11-15T12:45:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -627.2,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/8f8a3f0d-ff99-49bb-95ed-42b5d4af3a40/?format=api",
                "uuid": "8f8a3f0d-ff99-49bb-95ed-42b5d4af3a40",
                "name": "GRUTTOTOCHT, Vogelweg t.h.v. oprit A27",
                "code": "26DN-037-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:07:14.650569Z",
            "last_modified": "2020-11-03T17:55:16.254116Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/317b1c8b-3043-4bd7-b735-30dd095b92a7/?format=api",
            "uuid": "317b1c8b-3043-4bd7-b735-30dd095b92a7",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2011-09-28T10:30:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -547.096,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/b0ebe4fe-9700-4ad5-8e09-3e063aa838d5/?format=api",
                "uuid": "b0ebe4fe-9700-4ad5-8e09-3e063aa838d5",
                "name": "STADSWATER ALMERE, Hoogezandstraat, Dokkumlaan",
                "code": "26CN-078-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:07:14.650659Z",
            "last_modified": "2020-11-03T17:56:00.072437Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/69e7c288-3d50-403d-b128-61c41b39c5b7/?format=api",
            "uuid": "69e7c288-3d50-403d-b128-61c41b39c5b7",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/64ad12bd-ca43-4911-aa66-717b73b58919/?format=api",
                "uuid": "64ad12bd-ca43-4911-aa66-717b73b58919",
                "name": "WIELSETOCHT, Wielseweg",
                "code": "26DZ-031-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:07:14.650757Z",
            "last_modified": "2020-11-03T17:07:14.650748Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c94103b8-b131-4cbd-b989-645e2a8b3965/?format=api",
            "uuid": "c94103b8-b131-4cbd-b989-645e2a8b3965",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2011-02-04T11:45:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -524.491,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/d26f97f5-1f49-4308-8a9c-395af54c90a2/?format=api",
                "uuid": "d26f97f5-1f49-4308-8a9c-395af54c90a2",
                "name": "GALJOOTTOCHT, Brikweg",
                "code": "25HN-066-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:07:14.650868Z",
            "last_modified": "2020-11-03T17:56:09.782582Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e9d73397-7503-4354-8325-b82691641b68/?format=api",
            "uuid": "e9d73397-7503-4354-8325-b82691641b68",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2010-11-12T09:45:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -524.296,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/5c51eb77-e0d3-481b-a843-7513eb63328b/?format=api",
                "uuid": "5c51eb77-e0d3-481b-a843-7513eb63328b",
                "name": "NOORDERPLASSEN, t.h.v. afmeerplaats Von Draisweg",
                "code": "26AZ-048-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:07:14.651061Z",
            "last_modified": "2020-11-03T17:58:59.965626Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e10e0601-8787-4e34-8ad0-c7c6f46b8721/?format=api",
            "uuid": "e10e0601-8787-4e34-8ad0-c7c6f46b8721",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2010-11-12T11:00:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -529.073,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/3e62f465-8ee9-48de-b8db-b7fafeaf1c1f/?format=api",
                "uuid": "3e62f465-8ee9-48de-b8db-b7fafeaf1c1f",
                "name": "GALJOOTTOCHT, nabij duiker Pampushavenweg",
                "code": "25FZ-011-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:07:14.651225Z",
            "last_modified": "2020-11-03T17:57:54.488139Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4848a05a-acba-4193-886f-dceb7685e68e/?format=api",
            "uuid": "4848a05a-acba-4193-886f-dceb7685e68e",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2010-11-15T10:30:00Z",
            "end": "2012-01-01T00:00:00Z",
            "value_type": "float",
            "last_value": -518.929,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/ec9405cb-1a3f-48fe-9ef3-bdfb56f5617a/?format=api",
                "uuid": "ec9405cb-1a3f-48fe-9ef3-bdfb56f5617a",
                "name": "PAMPUSTOCHT, Brinkweg",
                "code": "26CN-079-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:07:14.651317Z",
            "last_modified": "2020-11-03T17:56:01.091349Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/53f6e856-bbed-42b4-a8b9-27272fe59b02/?format=api",
            "uuid": "53f6e856-bbed-42b4-a8b9-27272fe59b02",
            "code": "WNS2184::second::1::900",
            "name": "WNS2184",
            "description": "",
            "start": "2011-05-12T10:45:00Z",
            "end": "2011-08-22T12:45:00Z",
            "value_type": "float",
            "last_value": -622.179,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/8/?format=api",
                "id": 8,
                "code": "WNS2184",
                "parameter": "Waterhoogte",
                "unit": "cm",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "OW",
                "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/aa8bdb06-8aca-4df6-9b16-ea79fb84ae70/?format=api",
                "uuid": "aa8bdb06-8aca-4df6-9b16-ea79fb84ae70",
                "name": "WULPTOCHT, duiker Vogelweg",
                "code": "26DN-038-01"
            },
            "extra_metadata": {},
            "created": "2020-11-03T17:07:14.651402Z",
            "last_modified": "2020-11-03T17:56:39.108701Z",
            "access_modifier": "Public"
        }
    ]
}