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/6f1abdc1-00b5-4b29-a3c3-0ce11a1d1adc/timeseries/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 62,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/6f1abdc1-00b5-4b29-a3c3-0ce11a1d1adc/timeseries/?format=api&page=3",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/6f1abdc1-00b5-4b29-a3c3-0ce11a1d1adc/timeseries/?format=api",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/d8b75d37-7f91-4073-9b8f-b809565c1cd0/?format=api",
            "uuid": "d8b75d37-7f91-4073-9b8f-b809565c1cd0",
            "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/d33cbd55-eaf2-4ce3-9565-3a41dbbe13e4/?format=api",
                "uuid": "d33cbd55-eaf2-4ce3-9565-3a41dbbe13e4",
                "name": "NIWP008005",
                "code": "NIWP008005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:45:22.986393Z",
            "last_modified": "2022-10-05T08:45:22.986379Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/905275f7-aec5-4565-a213-cff41d0e332a/?format=api",
            "uuid": "905275f7-aec5-4565-a213-cff41d0e332a",
            "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/d33cbd55-eaf2-4ce3-9565-3a41dbbe13e4/?format=api",
                "uuid": "d33cbd55-eaf2-4ce3-9565-3a41dbbe13e4",
                "name": "NIWP008005",
                "code": "NIWP008005"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:45:23.338503Z",
            "last_modified": "2022-10-05T08:45:23.338483Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/da96f3c4-3fd6-46c4-8504-0917fc7bcbcc/?format=api",
            "uuid": "da96f3c4-3fd6-46c4-8504-0917fc7bcbcc",
            "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/4c66e3bf-f966-4203-8089-41148fcf1790/?format=api",
                "uuid": "4c66e3bf-f966-4203-8089-41148fcf1790",
                "name": "NIWP008006",
                "code": "NIWP008006"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:45:26.025487Z",
            "last_modified": "2022-10-05T08:45:26.025466Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e9eaa98c-5956-462b-8c53-8c19690832ad/?format=api",
            "uuid": "e9eaa98c-5956-462b-8c53-8c19690832ad",
            "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/4c66e3bf-f966-4203-8089-41148fcf1790/?format=api",
                "uuid": "4c66e3bf-f966-4203-8089-41148fcf1790",
                "name": "NIWP008006",
                "code": "NIWP008006"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:45:26.427176Z",
            "last_modified": "2022-10-05T08:45:26.427162Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/c8428c85-eb81-43ee-87db-c24da393c1ad/?format=api",
            "uuid": "c8428c85-eb81-43ee-87db-c24da393c1ad",
            "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/abf11f27-a8b5-4c65-9eb2-3e8d0259b913/?format=api",
                "uuid": "abf11f27-a8b5-4c65-9eb2-3e8d0259b913",
                "name": "NIWP008007",
                "code": "NIWP008007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:45:28.894762Z",
            "last_modified": "2022-10-05T08:45:28.894748Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/4a391564-4fbe-4bbe-95b9-76459733d4df/?format=api",
            "uuid": "4a391564-4fbe-4bbe-95b9-76459733d4df",
            "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/abf11f27-a8b5-4c65-9eb2-3e8d0259b913/?format=api",
                "uuid": "abf11f27-a8b5-4c65-9eb2-3e8d0259b913",
                "name": "NIWP008007",
                "code": "NIWP008007"
            },
            "extra_metadata": {},
            "created": "2022-10-05T08:45:29.200379Z",
            "last_modified": "2022-10-05T08:45:29.200365Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/72b7a4db-ea4d-4317-8333-90a9c35007f7/?format=api",
            "uuid": "72b7a4db-ea4d-4317-8333-90a9c35007f7",
            "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/184b8466-4f3c-4fc8-8a40-f2793cefc961/?format=api",
                "uuid": "184b8466-4f3c-4fc8-8a40-f2793cefc961",
                "name": "TUWP010001",
                "code": "TUWP010001"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:10:45.756163Z",
            "last_modified": "2022-10-05T09:10:45.756151Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/33bc393d-191b-4b6f-9721-f194460727a1/?format=api",
            "uuid": "33bc393d-191b-4b6f-9721-f194460727a1",
            "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/184b8466-4f3c-4fc8-8a40-f2793cefc961/?format=api",
                "uuid": "184b8466-4f3c-4fc8-8a40-f2793cefc961",
                "name": "TUWP010001",
                "code": "TUWP010001"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:10:46.224647Z",
            "last_modified": "2022-10-05T09:10:46.224633Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b15b727f-60e7-4723-aa7f-0b00d819fddb/?format=api",
            "uuid": "b15b727f-60e7-4723-aa7f-0b00d819fddb",
            "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/12e12b0d-1490-4a84-a2e2-b8c0326c092e/?format=api",
                "uuid": "12e12b0d-1490-4a84-a2e2-b8c0326c092e",
                "name": "TUWP010002",
                "code": "TUWP010002"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:10:49.802961Z",
            "last_modified": "2022-10-05T09:10:49.802947Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/5b605ea1-8df0-4bed-956e-5c6c88ba85c3/?format=api",
            "uuid": "5b605ea1-8df0-4bed-956e-5c6c88ba85c3",
            "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/12e12b0d-1490-4a84-a2e2-b8c0326c092e/?format=api",
                "uuid": "12e12b0d-1490-4a84-a2e2-b8c0326c092e",
                "name": "TUWP010002",
                "code": "TUWP010002"
            },
            "extra_metadata": {},
            "created": "2022-10-05T09:10:50.389313Z",
            "last_modified": "2022-10-05T09:10:50.389298Z",
            "access_modifier": "Public"
        }
    ]
}