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/57eab2c8-336e-422d-8305-f899e9f5846b/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/d03b26ea-8783-422c-b4fe-65d9fe6aa2d9/?format=api",
            "uuid": "d03b26ea-8783-422c-b4fe-65d9fe6aa2d9",
            "name": "1035 - Gem. Overbetuwe 2",
            "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": 44,
            "description": "Type: standaard; Toelichting: None",
            "created": "2021-02-05T09:49:02.399927Z",
            "last_modified": "2025-06-06T22:58:56.732104Z"
        },
        {
            "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-06T22:47:34.896967Z"
        }
    ]
}