Timeseries in this monitoring network.

This endpoint supports POST and DELETE to add or remove timeseries from the network, respectively. The request payload has to be a list of UUIDs. HTTP status code 204 (No Content) is returned on success. Both operations are guaranteed to either succeed or fail in its entirety.

Examples

?start__gte=2013-06-08T10:05:05Z

?start__gte=2013-06-08T10:05:05Z&end__lt=2014-01-01T00:00:00Z

?location__name=Rotterdamhaven

?location__name__startswith=Rotterdam

?location__code=MOB_MP_P_5min

?location__code__startswith=MOB_MP

?location__uuid=cef6e07e-cfe9-4451-9caa-6cd5cdb106a0

?observation_type__code=WNS9040
GET /api/v4/monitoringnetworks/0873495b-ade6-4568-ad29-2c116b7c0ed5/timeseries/?format=api&page=3
HTTP 200 OK
Allow: GET, POST, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 106,
    "next": "https://demo.lizard.net/api/v4/monitoringnetworks/0873495b-ade6-4568-ad29-2c116b7c0ed5/timeseries/?format=api&page=4",
    "previous": "https://demo.lizard.net/api/v4/monitoringnetworks/0873495b-ade6-4568-ad29-2c116b7c0ed5/timeseries/?format=api&page=2",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/3721af6e-b266-461e-81da-e275cfa04b64/?format=api",
            "uuid": "3721af6e-b266-461e-81da-e275cfa04b64",
            "code": "WNS9040::second::1::3600",
            "name": "WNS9040",
            "description": "",
            "start": "2009-06-12T11:00:00Z",
            "end": "2025-05-07T11:00:00Z",
            "value_type": "float",
            "last_value": null,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/28/?format=api",
                "id": 28,
                "code": "WNS9040",
                "parameter": "Stijghoogte",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2015-06-19T09:47:29.345611Z",
                "last_modified": "2019-06-25T07:26:10.441021Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/064301f7-f6a0-46cc-a220-f35e060b0fd6/?format=api",
                "uuid": "064301f7-f6a0-46cc-a220-f35e060b0fd6",
                "name": "COWP025005",
                "code": "COWP025005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "None",
                        "start": "2009-06-12T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "druksensor",
                        "airpressurecompensationtype": "KNMImeting"
                    }
                }
            },
            "created": "2016-02-10T14:30:24.377577Z",
            "last_modified": "2025-05-12T12:20:38.021313Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/ba16bed3-e581-43cc-9ff0-76d1cbf754be/?format=api",
            "uuid": "ba16bed3-e581-43cc-9ff0-76d1cbf754be",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1977-08-15T11:00:00Z",
            "end": "2002-02-15T11:00:00Z",
            "value_type": "float",
            "last_value": 1.86,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/48163105-ad87-43dd-81da-b3e036f83d38/?format=api",
                "uuid": "48163105-ad87-43dd-81da-b3e036f83d38",
                "name": "COWP017008",
                "code": "COWP017008"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2002-02-15T12:00:00Z",
                        "start": "1977-08-15T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T09:03:02.896797Z",
            "last_modified": "2024-11-27T08:17:22.649625Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/08343c97-09c9-4ba1-84cc-7eafad11b591/?format=api",
            "uuid": "08343c97-09c9-4ba1-84cc-7eafad11b591",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1977-08-15T11:00:00Z",
            "end": "2002-02-15T11:00:00Z",
            "value_type": "float",
            "last_value": 1.76,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/633d0077-79ff-431b-bb9c-fd5b9c544660/?format=api",
                "uuid": "633d0077-79ff-431b-bb9c-fd5b9c544660",
                "name": "COWP017005",
                "code": "COWP017005"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2002-02-15T12:00:00Z",
                        "start": "1977-08-15T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T09:03:03.244917Z",
            "last_modified": "2024-11-27T08:17:18.353279Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/da6edc0e-1f4f-416b-b308-59fad337620a/?format=api",
            "uuid": "da6edc0e-1f4f-416b-b308-59fad337620a",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2000-05-15T11:00:00Z",
            "end": "2025-05-07T09:01:05Z",
            "value_type": "float",
            "last_value": 1.53,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/7e84abf1-b0e7-4028-8dc2-7b1a864ef2ea/?format=api",
                "uuid": "7e84abf1-b0e7-4028-8dc2-7b1a864ef2ea",
                "name": "COWP020001",
                "code": "COWP020001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2009-05-14T12:00:00Z",
                            "start": "2000-05-15T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-05T13:18:11Z",
                            "start": "2009-05-28T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-02-04T09:39:53Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:03:03.858651Z",
            "last_modified": "2025-05-12T12:18:25.996138Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/41d91656-b3c6-441a-b613-59a4c6ade6e0/?format=api",
            "uuid": "41d91656-b3c6-441a-b613-59a4c6ade6e0",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2000-05-15T11:00:00Z",
            "end": "2025-05-07T09:42:43Z",
            "value_type": "float",
            "last_value": 1.06,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/b97f27d3-690c-4dbf-b372-561f58722a11/?format=api",
                "uuid": "b97f27d3-690c-4dbf-b372-561f58722a11",
                "name": "COWP019004",
                "code": "COWP019004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2009-05-28T12:00:00Z",
                            "start": "2000-05-15T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-05T13:29:52Z",
                            "start": "2009-06-26T11:55:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-02-04T10:48:27Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:03:04.381810Z",
            "last_modified": "2025-05-12T12:18:22.435307Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/48e6a284-232d-4bf5-bc4d-32adb00cfb5b/?format=api",
            "uuid": "48e6a284-232d-4bf5-bc4d-32adb00cfb5b",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1970-07-28T11:00:00Z",
            "end": "2025-05-07T10:36:21Z",
            "value_type": "float",
            "last_value": 1.58,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/5f701de8-46bc-49d5-a14a-3f502c305793/?format=api",
                "uuid": "5f701de8-46bc-49d5-a14a-3f502c305793",
                "name": "COWP003001",
                "code": "COWP003001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2009-05-28T12:00:00Z",
                            "start": "1970-07-28T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-11-06T09:18:33Z",
                            "start": "2009-06-14T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-02-04T10:24:13Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:03:04.771593Z",
            "last_modified": "2025-05-12T12:17:48.484209Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/f5290a2c-a721-469f-a5f8-87024df4b1d0/?format=api",
            "uuid": "f5290a2c-a721-469f-a5f8-87024df4b1d0",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2000-06-27T11:00:00Z",
            "end": "2005-10-28T11:00:00Z",
            "value_type": "float",
            "last_value": 1.97,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/362ebcf5-4613-4b09-93e8-4feb1c5a99fc/?format=api",
                "uuid": "362ebcf5-4613-4b09-93e8-4feb1c5a99fc",
                "name": "COWP025001",
                "code": "COWP025001"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-10-28T12:00:00Z",
                        "start": "2000-06-27T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T09:03:05.827865Z",
            "last_modified": "2022-10-13T08:43:22.557995Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/0e2a1506-51e7-458f-9052-fd2fe2146eef/?format=api",
            "uuid": "0e2a1506-51e7-458f-9052-fd2fe2146eef",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2000-05-15T11:00:00Z",
            "end": "2007-08-13T11:00:00Z",
            "value_type": "float",
            "last_value": 2.46,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/3bc2346d-1d64-4830-90cd-92877f206744/?format=api",
                "uuid": "3bc2346d-1d64-4830-90cd-92877f206744",
                "name": "COWP022004",
                "code": "COWP022004"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2007-08-13T12:00:00Z",
                        "start": "2000-05-15T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T09:03:05.925337Z",
            "last_modified": "2022-10-13T10:44:06.579029Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/dc7cd89b-5cfd-4ba3-9987-381ff203cc65/?format=api",
            "uuid": "dc7cd89b-5cfd-4ba3-9987-381ff203cc65",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "1977-08-15T11:00:00Z",
            "end": "2005-10-28T11:00:00Z",
            "value_type": "float",
            "last_value": 2.05,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/da3d6f11-5f78-4d63-bd7f-9394ffbc1c3f/?format=api",
                "uuid": "da3d6f11-5f78-4d63-bd7f-9394ffbc1c3f",
                "name": "COWP017002",
                "code": "COWP017002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": {
                        "eind": "2005-10-28T12:00:00Z",
                        "start": "1977-08-15T12:00:00Z",
                        "observationtype": "reguliereMeting",
                        "processreference": "vitensMeetprotocolGrondwater",
                        "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                        "measurementinstrumenttype": "onbekendPeilklokje",
                        "airpressurecompensationtype": "geen"
                    }
                }
            },
            "created": "2018-03-02T09:03:06.772277Z",
            "last_modified": "2022-10-13T10:39:45.517345Z",
            "access_modifier": "Public"
        },
        {
            "url": "https://demo.lizard.net/api/v4/timeseries/98e4c390-a715-40e6-a8fa-d410ef722cdf/?format=api",
            "uuid": "98e4c390-a715-40e6-a8fa-d410ef722cdf",
            "code": "WNS9040.hand::nonequidistant::1::1",
            "name": "WNS9040.hand",
            "description": "",
            "start": "2000-05-15T11:00:00Z",
            "end": "2025-05-07T09:01:10Z",
            "value_type": "float",
            "last_value": 1.52,
            "interval": null,
            "observation_type": {
                "url": "https://demo.lizard.net/api/v4/observationtypes/911/?format=api",
                "id": 911,
                "code": "WNS9040.hand",
                "parameter": "Handpeiling",
                "unit": "m",
                "scale": "interval",
                "description": "",
                "domain_values": null,
                "reference_frame": "NAP",
                "compartment": "GW",
                "created": "2018-02-23T23:46:52.846502Z",
                "last_modified": "2023-12-13T13:18:44.845570Z"
            },
            "datasource": null,
            "supplier": null,
            "supplier_code": null,
            "location": {
                "url": "https://demo.lizard.net/api/v4/locations/1bb25a6b-cebc-49fc-a37f-6b73955c0e59/?format=api",
                "uuid": "1bb25a6b-cebc-49fc-a37f-6b73955c0e59",
                "name": "COWP020002",
                "code": "COWP020002"
            },
            "extra_metadata": {
                "bro": {
                    "procedure": [
                        {
                            "eind": "2009-05-28T12:00:00Z",
                            "start": "2000-05-15T12:00:00Z",
                            "observationtype": "reguliereMeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "2020-12-21T08:41:48Z",
                            "start": "2009-06-14T12:00:00Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "onbekendPeilklokje",
                            "airpressurecompensationtype": "geen"
                        },
                        {
                            "eind": "None",
                            "start": "2021-02-04T09:39:57Z",
                            "observationtype": "controlemeting",
                            "processreference": "vitensMeetprotocolGrondwater",
                            "evaluationprocedure": "vitensBeoordelingsprotocolGrondwater",
                            "measurementinstrumenttype": "elektronischPeilklokje",
                            "airpressurecompensationtype": "geen"
                        }
                    ]
                }
            },
            "created": "2018-03-02T09:03:08.121674Z",
            "last_modified": "2025-05-12T12:18:29.762012Z",
            "access_modifier": "Public"
        }
    ]
}