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/61c70a29-98d4-40d5-8709-3a084c771e43/monitoringnetworks/?format=api
HTTP 200 OK
Allow: DELETE, GET, HEAD, OPTIONS, POST
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/240781ef-9bfa-453a-a39b-45ca877deb20/?format=api",
            "uuid": "240781ef-9bfa-453a-a39b-45ca877deb20",
            "name": "Winvergunning Rutbekerveld",
            "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": 36,
            "description": "{'objectIdAccountableParty': 'Winvergunning Rutbekerveld', 'name': 'Winvergunning Rutbekerveld', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001124', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2000-02-28T00:00:00Z', 'date_modified': '2025-06-07T22:52:26Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-02-02T01:30:27.233400Z",
            "last_modified": "2025-06-08T22:52:19.481585Z"
        }
    ]
}