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/4aa92e20-b158-4cf1-a584-af1cc2888d74/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/50a999df-aba4-4e52-b155-255b497d70b8/?format=api",
            "uuid": "50a999df-aba4-4e52-b155-255b497d70b8",
            "name": "Waterstanden Zuiderzeeland",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/188a569b-f0ac-4e98-81db-499de07f7582/?format=api",
                "uuid": "188a569b-f0ac-4e98-81db-499de07f7582",
                "name": "Zuiderzeeland"
            },
            "access_modifier": "Public",
            "num_timeseries": 514,
            "description": "Dit meetnet omvat alle waterstandsmetingen die door Waterschap Zuiderzeeland worden ingewonnen.",
            "created": "2021-01-20T14:36:08.596166Z",
            "last_modified": "2021-07-01T18:39:21.192645Z"
        }
    ]
}