Monitoring networks this time series belongs to.

This endpoint supports POST and DELETE to add or remove monitoring networks, respectively. The request payload has to be a list of monitoring network UUIDs. HTTP status code 204 (No Content) is returned on success. Both operations are guaranteed to either succeed or fail in its entirety.

GET /api/v4/timeseries/7a44b8b4-ec6f-4a57-80b3-ac5e026f4b29/monitoringnetworks/?format=api
HTTP 200 OK
Allow: DELETE, GET, HEAD, OPTIONS, POST
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/72d43ce2-3b41-4bf4-8d15-461ab45ff07e/?format=api",
            "uuid": "72d43ce2-3b41-4bf4-8d15-461ab45ff07e",
            "name": "1017 - Harderwijk-Hierden",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "access_modifier": "Public",
            "num_timeseries": 124,
            "description": "Type: standaard; Toelichting: None",
            "created": "2021-02-05T09:48:45.168589Z",
            "last_modified": "2025-06-05T22:56:53.323894Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/5235be83-d874-40bc-a0fc-9fc2ef5c9578/?format=api",
            "uuid": "5235be83-d874-40bc-a0fc-9fc2ef5c9578",
            "name": "gemeentelijk grondwatermeetnet Meerinzicht Harderwijk",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "access_modifier": "Public",
            "num_timeseries": 94,
            "description": "{'objectIdAccountableParty': 'gemeentelijk grondwatermeetnet Meerinzicht Harderwijk', 'name': 'gemeentelijk grondwatermeetnet Meerinzicht Harderwijk', 'projectNumber': 1424, 'broid_gmn': None, 'deliveryContext': 'waterwetGrondwaterzorgplicht', 'monitoringPurpose': 'strategischBeheerKwantiteitRegionaal', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2015-01-01T00:00:00Z', 'date_modified': '2025-06-05T13:16:57Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2025-06-05T13:16:57.798647Z",
            "last_modified": "2025-06-05T22:47:20.869269Z"
        }
    ]
}