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/0cb8f63b-6a56-41ae-b568-d8244ca49a88/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/f60f6607-cfd8-4d63-9509-0728c123e9ef/?format=api",
            "uuid": "f60f6607-cfd8-4d63-9509-0728c123e9ef",
            "name": "1034 - Gemeente Overbetuwe",
            "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": 46,
            "description": "Type: standaard; Toelichting: None",
            "created": "2021-02-05T09:49:01.433297Z",
            "last_modified": "2025-06-07T22:58:24.237294Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/7c34b6e0-f001-4bbb-8da3-4a9f7a1ef1f0/?format=api",
            "uuid": "7c34b6e0-f001-4bbb-8da3-4a9f7a1ef1f0",
            "name": "gemeentelijk grondwatermeetnet Overbetuwe",
            "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": 40,
            "description": "{'objectIdAccountableParty': 'gemeentelijk grondwatermeetnet Overbetuwe', 'name': 'gemeentelijk grondwatermeetnet Overbetuwe', 'projectNumber': None, 'broid_gmn': None, 'deliveryContext': 'waterwetGrondwaterzorgplicht', 'monitoringPurpose': 'strategischBeheerKwantiteitRegionaal', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2015-01-01T00:00:00Z', 'date_modified': '2025-06-05T13:17:03Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2025-06-05T13:17:03.545979Z",
            "last_modified": "2025-06-07T22:47:29.263889Z"
        }
    ]
}