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/0473fc55-bd16-475f-a4c7-2e84edaf298d/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://demo.lizard.net/api/v4/monitoringnetworks/212f0785-725e-481f-b7ec-0fffd2f0f714/?format=api",
            "uuid": "212f0785-725e-481f-b7ec-0fffd2f0f714",
            "name": "HDSR metingen",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c9c9dd63-49ac-4c7e-bd43-4906dd90f671/?format=api",
                "uuid": "c9c9dd63-49ac-4c7e-bd43-4906dd90f671",
                "name": "HDSR"
            },
            "access_modifier": "Public",
            "num_timeseries": 2203,
            "description": "Alle in Lizard ontsloten tijdreeksen uit het FEWS systeem van Hoogheemraadschap De Stichtse Rijnlanden",
            "created": "2021-02-08T09:21:28.023755Z",
            "last_modified": "2022-08-18T10:07:53.333192Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/3bc573c1-e429-4818-a996-cb6ee5093e59/?format=api",
            "uuid": "3bc573c1-e429-4818-a996-cb6ee5093e59",
            "name": "Gemaal",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c9c9dd63-49ac-4c7e-bd43-4906dd90f671/?format=api",
                "uuid": "c9c9dd63-49ac-4c7e-bd43-4906dd90f671",
                "name": "HDSR"
            },
            "access_modifier": "Public",
            "num_timeseries": 684,
            "description": "",
            "created": "2025-06-12T15:23:33.203849Z",
            "last_modified": "2025-06-12T15:23:33.203839Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/65e35653-e6e6-4af2-875a-3a28185dd918/?format=api",
            "uuid": "65e35653-e6e6-4af2-875a-3a28185dd918",
            "name": "Stuw",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c9c9dd63-49ac-4c7e-bd43-4906dd90f671/?format=api",
                "uuid": "c9c9dd63-49ac-4c7e-bd43-4906dd90f671",
                "name": "HDSR"
            },
            "access_modifier": "Public",
            "num_timeseries": 295,
            "description": "",
            "created": "2025-06-12T15:23:48.656907Z",
            "last_modified": "2025-06-12T15:23:48.656892Z"
        }
    ]
}