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/88e679cc-f527-483a-828d-44b1efb6257a/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/ab27c57c-9338-4590-b94b-224d5ec04538/?format=api",
            "uuid": "ab27c57c-9338-4590-b94b-224d5ec04538",
            "name": "2032 - Rodenmors",
            "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": 150,
            "description": "Type: standaard; Toelichting: None",
            "created": "2021-02-05T09:49:45.154571Z",
            "last_modified": "2025-06-07T23:04:01.667027Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/ddbaa0cd-5a69-479c-ae34-2bc0450861c6/?format=api",
            "uuid": "ddbaa0cd-5a69-479c-ae34-2bc0450861c6",
            "name": "Winvergunning Rodenmors",
            "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": 58,
            "description": "{'objectIdAccountableParty': 'Winvergunning Rodenmors', 'name': 'Winvergunning Rodenmors', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001021', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2025-06-06T22:52:35Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:07.308142Z",
            "last_modified": "2025-06-07T22:52:19.003721Z"
        }
    ]
}