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/1bcba36e-781d-4339-9632-00d5398c3b15/monitoringnetworks/
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/58c63b59-fbfd-499e-a785-afc84a85193d/",
            "uuid": "58c63b59-fbfd-499e-a785-afc84a85193d",
            "name": "MyMonitoringNetwork1",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/61f5a464-c350-44c1-9bc7-d4b42d7f58cb/",
                "uuid": "61f5a464-c350-44c1-9bc7-d4b42d7f58cb",
                "name": "Nelen & Schuurmans Consultancy"
            },
            "access_modifier": "Public",
            "num_timeseries": 2,
            "description": "This is a description of MyMonitoringNetwork",
            "created": "2023-09-18T14:51:40.348939Z",
            "last_modified": "2023-09-18T14:51:40.348923Z"
        }
    ]
}