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/038209c7-412b-4a5f-b3a9-ee587b7b33ec/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/1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1/?format=api",
            "uuid": "1a3fbb4e-fe41-4e79-8e93-8594ef0a0af1",
            "name": "Primair meetnet grondwaterstand",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/c152eb26-47d7-4444-956c-15da0dcf5464/?format=api",
                "uuid": "c152eb26-47d7-4444-956c-15da0dcf5464",
                "name": "Provincie Noord-Brabant"
            },
            "access_modifier": "Public",
            "num_timeseries": 2749,
            "description": "Primair meetnet grondwaterstand",
            "created": "2022-03-24T09:42:43.833972Z",
            "last_modified": "2022-03-24T09:42:43.833942Z"
        }
    ]
}