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/3a7ac9bc-a130-4ff4-9d27-99cf3d9d1368/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/689981f6-9474-43e1-9c8d-a1d259b9e068/?format=api",
            "uuid": "689981f6-9474-43e1-9c8d-a1d259b9e068",
            "name": "2042 - IJpelo",
            "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": 184,
            "description": "Type: standaard; Toelichting: None",
            "created": "2021-02-05T09:49:48.924478Z",
            "last_modified": "2025-06-07T23:04:36.182683Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/d16d3503-78a1-429f-97b6-beda738ce3e8/?format=api",
            "uuid": "d16d3503-78a1-429f-97b6-beda738ce3e8",
            "name": "Winvergunning Wierden",
            "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": 346,
            "description": "{'objectIdAccountableParty': 'Winvergunning Wierden', 'name': 'Winvergunning Wierden', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001064', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2025-06-06T22:53:56Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:26.558460Z",
            "last_modified": "2025-06-07T22:53:40.757183Z"
        }
    ]
}