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/222b92bf-ad4e-4392-9452-7535d538f414/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://zuiderzeeland.lizard.net/api/v4/monitoringnetworks/e896a10c-85a2-4b20-abe6-383727d3d6e1/?format=api",
            "uuid": "e896a10c-85a2-4b20-abe6-383727d3d6e1",
            "name": "KNMI weerstations",
            "organisation": {
                "url": "https://zuiderzeeland.lizard.net/api/v4/organisations/18d98431-8077-451a-a7ae-041aac7ad148/?format=api",
                "uuid": "18d98431-8077-451a-a7ae-041aac7ad148",
                "name": "KNMI"
            },
            "access_modifier": "Public",
            "num_timeseries": 513,
            "description": "Weerstations die onderdeel zijn van het landelijke KNMI meetnet.",
            "created": "2020-10-22T15:03:26.365843Z",
            "last_modified": "2021-05-05T12:10:34.574904Z"
        }
    ]
}