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/bcece36c-c501-4053-a3eb-dacb2f3dbd9f/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/a3347527-6584-4bd7-b0f4-b12c2a3aabd4/?format=api",
            "uuid": "a3347527-6584-4bd7-b0f4-b12c2a3aabd4",
            "name": "1039 - Gemeente Lingewaard",
            "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": 74,
            "description": "Type: standaard; Toelichting: None",
            "created": "2021-02-05T09:49:05.153278Z",
            "last_modified": "2025-06-06T22:59:13.344529Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/e6f09ade-579c-4561-bab8-658be7cfafb3/?format=api",
            "uuid": "e6f09ade-579c-4561-bab8-658be7cfafb3",
            "name": "gemeentelijk grondwatermeetnet Lingewaard",
            "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": 44,
            "description": "{'objectIdAccountableParty': 'gemeentelijk grondwatermeetnet Lingewaard', 'name': 'gemeentelijk grondwatermeetnet Lingewaard', 'projectNumber': 1366, 'broid_gmn': None, 'deliveryContext': 'waterwetGrondwaterzorgplicht', 'monitoringPurpose': 'strategischBeheerKwantiteitRegionaal', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2015-01-01T00:00:00Z', 'date_modified': '2025-06-05T13:16:59Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2025-06-05T13:16:59.305558Z",
            "last_modified": "2025-06-06T22:47:15.085867Z"
        }
    ]
}