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/82ffdf21-cf9a-45e2-8e4a-ff7894ada155/monitoringnetworks/?format=api
HTTP 200 OK
Allow: DELETE, GET, HEAD, OPTIONS, POST
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/51d6140d-39d4-4286-8b74-bb477eddba8e/?format=api",
            "uuid": "51d6140d-39d4-4286-8b74-bb477eddba8e",
            "name": "2019 - ST. Jansklooster",
            "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": "Type: standaard; Toelichting: None",
            "created": "2021-02-05T09:49:40.648653Z",
            "last_modified": "2025-06-06T23:04:29.551279Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/bf709e76-4165-4964-9e22-dc99d8826d22/?format=api",
            "uuid": "bf709e76-4165-4964-9e22-dc99d8826d22",
            "name": "Winvergunning Sint Jansklooster",
            "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": 194,
            "description": "{'objectIdAccountableParty': 'Winvergunning Sint Jansklooster', 'name': 'Winvergunning Sint Jansklooster', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001023', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2025-06-05T22:53:06Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:12.989245Z",
            "last_modified": "2025-06-06T22:52:58.854856Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/e09f1ac1-017d-491a-a1ff-5eb0ed46bc5a/?format=api",
            "uuid": "e09f1ac1-017d-491a-a1ff-5eb0ed46bc5a",
            "name": "ZW2101 - Zoutwachters Overijssel 2x per jaar",
            "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": 14,
            "description": "Type: zoutwachter; Toelichting: None",
            "created": "2025-05-23T17:33:39.933267Z",
            "last_modified": "2025-06-06T23:16:19.365954Z"
        }
    ]
}