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/13815989-2d99-4962-a879-ef80b2ee7d0a/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/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"
        }
    ]
}