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/781b8551-d72b-4bdd-8886-e65b7ec6c20b/monitoringnetworks/?format=api
HTTP 200 OK
Allow: DELETE, GET, HEAD, OPTIONS, POST
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/c393a0ed-ad9f-4242-a820-2e1813204bb1/?format=api",
            "uuid": "c393a0ed-ad9f-4242-a820-2e1813204bb1",
            "name": "2010 - Herikerberg/Goor",
            "organisation": {
                "url": "https://zuiderzeeland.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": 194,
            "description": "Type: standaard; Toelichting: None",
            "created": "2021-02-05T09:49:34.040506Z",
            "last_modified": "2025-06-05T23:02:29.356456Z"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/18988d12-e54a-4280-afc7-f4bc4461dfd2/?format=api",
            "uuid": "18988d12-e54a-4280-afc7-f4bc4461dfd2",
            "name": "Winvergunning Goor",
            "organisation": {
                "url": "https://zuiderzeeland.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': 'Winvergunning Goor', 'name': 'Winvergunning Goor', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001126', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2025-06-05T15:54:48Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:31:44.137353Z",
            "last_modified": "2025-06-05T22:50:27.813117Z"
        },
        {
            "url": "https://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/68508116-e947-42bc-b2d6-e23e1768ec59/?format=api",
            "uuid": "68508116-e947-42bc-b2d6-e23e1768ec59",
            "name": "Winvergunning Herikerberg",
            "organisation": {
                "url": "https://zuiderzeeland.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": 96,
            "description": "{'objectIdAccountableParty': 'Winvergunning Herikerberg', 'name': 'Winvergunning Herikerberg', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001127', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2025-06-05T15:55:33Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-02-02T01:30:00.619340Z",
            "last_modified": "2025-06-05T22:51:15.243253Z"
        }
    ]
}