Endpoint for interacting with monitoring networks.

A monitoring network groups timeseries. Timeseries may be viewed, added, or deleted via the subendpoint /api/v4/monitoringnetworks/{uuid}/timeseries/.

Query parameters:

name Text filter on the name field. Supports the following lookups: exact, icontains, and startswith.

access_modifier Filter on access_modifier, options are 'Public', 'Private', 'Common', or 'Hidden'.

created: Temporal filter on created. Supports various lookup types (exact, lt, lte, gt, gte; created__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

last_modified: Temporal filter on last_modified. Supports various lookup types (exact, lt, lte, gt, gte; last_modified__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

Examples

?name__icontains=lizard

?access_modifier=Private

?access_modifier=100

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z
GET /api/v4/monitoringnetworks/?format=api&page=14
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 155,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/?format=api&page=15",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/?format=api&page=13",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/7c2fb4b4-ca5b-4177-9e60-028e6978cbfd/?format=api",
            "uuid": "7c2fb4b4-ca5b-4177-9e60-028e6978cbfd",
            "name": "Winvergunning Holten",
            "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": 188,
            "description": "{'objectIdAccountableParty': 'Winvergunning Holten', 'name': 'Winvergunning Holten', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001018', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2024-05-16T22:35:17Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:31:55.472944Z",
            "last_modified": "2024-05-17T22:35:05.354801Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/dfac4bd0-c181-481e-9ad6-e0f575c8e554/?format=api",
            "uuid": "dfac4bd0-c181-481e-9ad6-e0f575c8e554",
            "name": "Winvergunning Mander",
            "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": 4,
            "description": "{'objectIdAccountableParty': 'Winvergunning Mander', 'name': 'Winvergunning Mander', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001065', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2024-05-16T22:35:58Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:31:59.817251Z",
            "last_modified": "2024-05-17T22:35:46.645910Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/f7f1e264-2be4-42ce-874b-f86730a07362/?format=api",
            "uuid": "f7f1e264-2be4-42ce-874b-f86730a07362",
            "name": "Winvergunning Manderveen",
            "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": 250,
            "description": "{'objectIdAccountableParty': 'Winvergunning Manderveen', 'name': 'Winvergunning Manderveen', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001063', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2024-05-16T22:35:59Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:00.268040Z",
            "last_modified": "2024-05-17T22:35:47.526594Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/acf09470-4824-4971-8ba5-01e1f2b1d1e6/?format=api",
            "uuid": "acf09470-4824-4971-8ba5-01e1f2b1d1e6",
            "name": "Winvergunning Nijverdal",
            "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": 222,
            "description": "{'objectIdAccountableParty': 'Winvergunning Nijverdal', 'name': 'Winvergunning Nijverdal', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001020', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2024-05-16T22:36:23Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:02.984750Z",
            "last_modified": "2024-05-17T22:36:09.623150Z"
        },
        {
            "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': '2024-05-16T22:36:52Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:07.308142Z",
            "last_modified": "2024-05-17T22:36:38.572317Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/43b00d07-c53c-4686-84f7-fe63b78458f5/?format=api",
            "uuid": "43b00d07-c53c-4686-84f7-fe63b78458f5",
            "name": "Winvergunning Schalkhaar",
            "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": 114,
            "description": "{'objectIdAccountableParty': 'Winvergunning Schalkhaar', 'name': 'Winvergunning Schalkhaar', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001022', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2024-05-16T22:37:07Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:10.207316Z",
            "last_modified": "2024-05-17T22:36:52.443576Z"
        },
        {
            "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": 188,
            "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': '2024-05-16T22:37:26Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:12.989245Z",
            "last_modified": "2024-05-17T22:37:11.098845Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/f389c1a2-c8d0-49ca-a447-772dc0b15c6e/?format=api",
            "uuid": "f389c1a2-c8d0-49ca-a447-772dc0b15c6e",
            "name": "Winvergunning Vechterweerd",
            "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": 138,
            "description": "{'objectIdAccountableParty': 'Winvergunning Vechterweerd', 'name': 'Winvergunning Vechterweerd', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001024', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2024-05-16T22:38:09Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:18.620809Z",
            "last_modified": "2024-05-17T22:37:52.252713Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/3df01c4f-168d-4631-9f82-2726bb71306b/?format=api",
            "uuid": "3df01c4f-168d-4631-9f82-2726bb71306b",
            "name": "Winvergunning Weerselo",
            "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": 98,
            "description": "{'objectIdAccountableParty': 'Winvergunning Weerselo', 'name': 'Winvergunning Weerselo', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001025', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2024-05-16T22:38:33Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:22.287948Z",
            "last_modified": "2024-05-17T22:38:14.910894Z"
        },
        {
            "url": "https://demo.lizard.net/api/v4/monitoringnetworks/60d3a6cc-93bf-4af2-8bb5-969702914f34/?format=api",
            "uuid": "60d3a6cc-93bf-4af2-8bb5-969702914f34",
            "name": "Winvergunning Weerseloseweg",
            "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": 42,
            "description": "{'objectIdAccountableParty': 'Winvergunning Weerseloseweg', 'name': 'Winvergunning Weerseloseweg', 'projectNumber': 3904, 'broid_gmn': 'GMN000000001026', 'deliveryContext': 'drinkwaterwet', 'monitoringPurpose': 'gevolgenOnttrekkingKwantiteit', 'groundwaterAspect': 'kwantiteit', 'startDateMonitoring': '2023-01-01T00:00:00Z', 'date_modified': '2024-05-16T22:38:46Z', 'update_locations': False, 'bro_request_in_afhandeling': False}",
            "created": "2023-01-19T18:32:24.473496Z",
            "last_modified": "2024-05-17T22:38:27.256775Z"
        }
    ]
}