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/b2e50c28-5ac2-4ceb-84c6-8fcddd8d5483/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/2c2380e0-a3c9-40e2-bd1a-08e93703a9ce/?format=api",
            "uuid": "2c2380e0-a3c9-40e2-bd1a-08e93703a9ce",
            "name": "3009 - Nij Beets automat.",
            "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": 276,
            "description": "Type: standaard; Toelichting: None",
            "created": "2021-02-05T09:49:57.974435Z",
            "last_modified": "2025-06-06T23:08:05.505016Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/f4ed9bbf-62f6-4145-8959-c9cf83e175fc/?format=api",
            "uuid": "f4ed9bbf-62f6-4145-8959-c9cf83e175fc",
            "name": "ZW3101 - Zoutwachters Friesland 2x per jaar",
            "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": 26,
            "description": "Type: zoutwachter; Toelichting: None",
            "created": "2025-05-23T17:33:58.203602Z",
            "last_modified": "2025-06-06T23:16:43.947972Z"
        }
    ]
}