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/9e84b3bf-8da8-496c-bb37-345312ac3936/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/717ed64f-5484-4e21-b9b8-92480b8d9527/?format=api",
            "uuid": "717ed64f-5484-4e21-b9b8-92480b8d9527",
            "name": "FAME",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/f061d542-b91c-40b8-a76d-8e9fc919ffb8/?format=api",
                "uuid": "f061d542-b91c-40b8-a76d-8e9fc919ffb8",
                "name": "FAME"
            },
            "access_modifier": "Public",
            "num_timeseries": 2,
            "description": "Groundwater wells FAME.",
            "created": "2022-02-03T13:31:13.986421Z",
            "last_modified": "2022-02-03T13:33:10.590093Z"
        }
    ]
}