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/d0d8bc67-c2f4-46be-a118-7b41750569ea/monitoringnetworks/?format=api
HTTP 200 OK
Allow: DELETE, GET, HEAD, OPTIONS, POST
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/ff91e94f-19cb-42bc-849a-490ac6dab259/?format=api",
            "uuid": "ff91e94f-19cb-42bc-849a-490ac6dab259",
            "name": "2018 - Schalkhaar",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "access_modifier": "Public",
            "num_timeseries": 166,
            "description": "",
            "created": "2021-02-05T09:49:39.679916Z",
            "last_modified": "2024-08-23T15:20:27.658503Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/43b00d07-c53c-4686-84f7-fe63b78458f5/?format=api",
            "uuid": "43b00d07-c53c-4686-84f7-fe63b78458f5",
            "name": "Winvergunning Schalkhaar",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/e7d66583-43b2-4c90-b118-f2093798885a/?format=api",
                "uuid": "e7d66583-43b2-4c90-b118-f2093798885a",
                "name": "Vitens NV"
            },
            "access_modifier": "Public",
            "num_timeseries": 114,
            "description": "{'objectIdAccountableParty': 'Winvergunning Schalkhaar', 'name': 'Winvergunning Schalkhaar', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001022', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2024-08-19T14:43:19Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:10.207316Z",
            "last_modified": "2024-08-23T15:05:15.353529Z"
        }
    ]
}