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/3ac0da84-8094-48d9-abdf-3335ec5736d9/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/ed8f2d37-4625-415d-8f94-88401d35b271/?format=api",
            "uuid": "ed8f2d37-4625-415d-8f94-88401d35b271",
            "name": "2036 - Losser",
            "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": 122,
            "description": "",
            "created": "2021-02-05T09:49:47.097515Z",
            "last_modified": "2024-08-23T15:22:00.523417Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/415e7eec-68a1-46c0-876c-3dcac70b5c9c/?format=api",
            "uuid": "415e7eec-68a1-46c0-876c-3dcac70b5c9c",
            "name": "Winvergunning Losser",
            "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": 78,
            "description": "{'objectIdAccountableParty': 'Winvergunning Losser', 'name': 'Winvergunning Losser', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001128', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2024-08-19T14:41:56Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-02-02T01:30:11.468807Z",
            "last_modified": "2024-08-23T15:03:55.868539Z"
        }
    ]
}