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/022285ac-2b64-4c11-9b72-ad7e73addb90/timeseries/?format=api&page=5
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/022285ac-2b64-4c11-9b72-ad7e73addb90/timeseries/?format=api&page=6",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/022285ac-2b64-4c11-9b72-ad7e73addb90/timeseries/?format=api&page=4",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/877b39da-e4ad-4532-ba8c-e2d34ee47970/?format=api",
            "uuid": "877b39da-e4ad-4532-ba8c-e2d34ee47970",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/2cb47cb9-5edb-4760-98d1-af85773b1f7f/?format=api",
                "uuid": "2cb47cb9-5edb-4760-98d1-af85773b1f7f",
                "name": "26F0318006",
                "code": "26F0318006"
            },
            "extra_metadata": {},
            "created": "2024-06-28T14:45:14.677091Z",
            "last_modified": "2024-06-28T14:45:14.677078Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/21b24d5e-d7e8-4086-b5f9-98b6a38e04c8/?format=api",
            "uuid": "21b24d5e-d7e8-4086-b5f9-98b6a38e04c8",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/2cb47cb9-5edb-4760-98d1-af85773b1f7f/?format=api",
                "uuid": "2cb47cb9-5edb-4760-98d1-af85773b1f7f",
                "name": "26F0318006",
                "code": "26F0318006"
            },
            "extra_metadata": {},
            "created": "2024-06-28T14:45:14.755008Z",
            "last_modified": "2024-06-28T14:45:14.754995Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/b36f6f8c-5e23-4d72-8a4c-bed0c9d8532a/?format=api",
            "uuid": "b36f6f8c-5e23-4d72-8a4c-bed0c9d8532a",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/bae6cef5-acdb-4f42-8ca0-58ede6f70388/?format=api",
                "uuid": "bae6cef5-acdb-4f42-8ca0-58ede6f70388",
                "name": "26F0318007",
                "code": "26F0318007"
            },
            "extra_metadata": {},
            "created": "2024-06-28T14:45:15.888198Z",
            "last_modified": "2024-06-28T14:45:15.888183Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/340990c1-aa83-42a4-bb24-ac770f9c32db/?format=api",
            "uuid": "340990c1-aa83-42a4-bb24-ac770f9c32db",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/bae6cef5-acdb-4f42-8ca0-58ede6f70388/?format=api",
                "uuid": "bae6cef5-acdb-4f42-8ca0-58ede6f70388",
                "name": "26F0318007",
                "code": "26F0318007"
            },
            "extra_metadata": {},
            "created": "2024-06-28T14:45:15.955161Z",
            "last_modified": "2024-06-28T14:45:15.955146Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/420df9b5-0e21-44c0-93e6-618fc8e736ec/?format=api",
            "uuid": "420df9b5-0e21-44c0-93e6-618fc8e736ec",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/0ae43552-d75a-4cb9-b8ec-10bab4fcf65e/?format=api",
                "uuid": "0ae43552-d75a-4cb9-b8ec-10bab4fcf65e",
                "name": "26F0318008",
                "code": "26F0318008"
            },
            "extra_metadata": {},
            "created": "2024-06-28T14:45:17.075537Z",
            "last_modified": "2024-06-28T14:45:17.075524Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/465b61ef-e724-413b-a44f-39b917196d14/?format=api",
            "uuid": "465b61ef-e724-413b-a44f-39b917196d14",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/0ae43552-d75a-4cb9-b8ec-10bab4fcf65e/?format=api",
                "uuid": "0ae43552-d75a-4cb9-b8ec-10bab4fcf65e",
                "name": "26F0318008",
                "code": "26F0318008"
            },
            "extra_metadata": {},
            "created": "2024-06-28T14:45:17.158062Z",
            "last_modified": "2024-06-28T14:45:17.158041Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/8e2c7d9e-4442-4f00-a309-139bad6dffdb/?format=api",
            "uuid": "8e2c7d9e-4442-4f00-a309-139bad6dffdb",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/ad5d4bcf-6e5e-40b7-8fc1-4035a33abc33/?format=api",
                "uuid": "ad5d4bcf-6e5e-40b7-8fc1-4035a33abc33",
                "name": "26F0318009",
                "code": "26F0318009"
            },
            "extra_metadata": {},
            "created": "2024-06-28T14:45:18.252313Z",
            "last_modified": "2024-06-28T14:45:18.252300Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/e13e6502-a062-4435-8caa-c25393becf2d/?format=api",
            "uuid": "e13e6502-a062-4435-8caa-c25393becf2d",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/ad5d4bcf-6e5e-40b7-8fc1-4035a33abc33/?format=api",
                "uuid": "ad5d4bcf-6e5e-40b7-8fc1-4035a33abc33",
                "name": "26F0318009",
                "code": "26F0318009"
            },
            "extra_metadata": {},
            "created": "2024-06-28T14:45:18.323615Z",
            "last_modified": "2024-06-28T14:45:18.323601Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/74c898aa-233b-44bd-a21b-05d1f9856415/?format=api",
            "uuid": "74c898aa-233b-44bd-a21b-05d1f9856415",
            "code": "WNS9040",
            "name": "WNS9040",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/207bf711-1e16-432f-b5af-b63e4f72ffd0/?format=api",
                "uuid": "207bf711-1e16-432f-b5af-b63e4f72ffd0",
                "name": "26F0318010",
                "code": "26F0318010"
            },
            "extra_metadata": {},
            "created": "2024-06-28T14:45:19.440186Z",
            "last_modified": "2024-06-28T14:45:19.440170Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/1df6729c-da6f-4799-b3d7-08e63d368e14/?format=api",
            "uuid": "1df6729c-da6f-4799-b3d7-08e63d368e14",
            "code": "WNS9040.hand",
            "name": "WNS9040.hand",
            "description": "",
            "start": null,
            "end": null,
            "value_type": "float",
            "last_value": null,
            "interval": 0,
            "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/207bf711-1e16-432f-b5af-b63e4f72ffd0/?format=api",
                "uuid": "207bf711-1e16-432f-b5af-b63e4f72ffd0",
                "name": "26F0318010",
                "code": "26F0318010"
            },
            "extra_metadata": {},
            "created": "2024-06-28T14:45:19.526506Z",
            "last_modified": "2024-06-28T14:45:19.526494Z",
            "access_modifier": "Public"
        }
    ]
}