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/868bdd99-c628-4491-9a69-9e49d45576bb/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/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": 2202,
            "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"
        }
    ]
}