Endpoint for interacting with locations.

Query parameters

uuid: Text filter on uuid. Field filter method exact is supported.

name: Text filter on name. Field filter methods exact, startswith are supported.

code: Text filter on code. Field filter methods exact, startswith are supported.

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.

timeseries__start: Temporal filter on start field of the related timeseries. Supports various lookup types (exact, lt, lte, gt, gte; timeseries__start__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

timeseries__end: Temporal filter on end field of the related timeseries. Supports various lookup types (exact, lt, lte, gt, gte; timeseries__end__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

organisation__uuid Text filter on organisation__uuid. Field filter method exact is supported.

geom_isnull: Boolean filter on geometry.

geom_within: Spatial filter on geometry. Supports WKT, HEXEWKB, and GeoJSON.

object_id: Number filter on the id attribute of an object. Field filter method exact is supported. To be used in combination with object_type.

object__id: Numerical filter on object__id. Field filter method exact is supported.

object__type: Text filter on object__type. Field filter methods exact is supported.

ordering: Offers basic ordering functionality on the name and last_modified attribute of locations. Orderings may be reversed by prefixing the attribute with '-'.

page: To prevent system overloads, list-view results are paginated. This parameter specifies which page to return.

page_size: The maximum number of results to return in list-view. The default is 10.

Examples

?name__startswith=gemaal

?name=gemaal

?code=ABC

?code__startswith=A

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

?timeseries__end__lt=2018-01-01T00:00:00Z

?organisation__uuid=b10eaf1f-2867-4ffb-8f4a-5eb9bd37dbf1

?access_modifier=Private

?access_modifier=100

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

?last_modified__lt=2018-01-01T00:00:00Z

?geom_isnull=false

?geom_within=POLYGON((4.87 52.73, 4.87 52.79, 4.98 52.79, 4.98 52.73,
4.87 52.73))

?geom_within={"type": "Polygon", "coordinates": [[[4.87, 52.73],
[4.87, 52.79], [4.98, 52.79], [4.98, 52.73], [4.87, 52.73]]]}

?object__id=1

?object__type=building

?ordering=name
GET /api/v4/locations/?format=api&page=5959
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 59876,
    "next": "https://demo.lizard.net/api/v4/locations/?format=api&page=5960",
    "previous": "https://demo.lizard.net/api/v4/locations/?format=api&page=5958",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/locations/d4a9bb95-9048-4ea8-b0fd-d6ee7f3e24a6/?format=api",
            "uuid": "d4a9bb95-9048-4ea8-b0fd-d6ee7f3e24a6",
            "name": "27CM004001",
            "code": "27CM004001",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.371047502245423,
                    52.2986117440886,
                    0.0
                ]
            },
            "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"
            },
            "object": {
                "id": 124202,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 28795,
                    "glue": "geen",
                    "aquifer": 0,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 1,
                    "removalDate": null,
                    "dateModified": "2024-09-18T06:48:51Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "pvc",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "start": "2024-07-23T10:00:00Z",
                            "initial": true,
                            "broEvent": null,
                            "tubeStatus": "gebruiksklaar",
                            "dateModified": "2024-09-12T10:56:36Z",
                            "referenceLevel": 12.51,
                            "tubeTopDiameter": 57.0,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "RTKGPS20tot100cm"
                        }
                    ],
                    "filterTopDepth": 9.37,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": 8.37,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2024-07-23T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": 8.37,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "bentonietFiltergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2024-09-26T14:35:50.694167Z",
            "last_modified": "2024-09-27T07:10:35.670621Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/64d3bb84-667c-4b43-ab40-3982a7f8f19a/?format=api",
            "uuid": "64d3bb84-667c-4b43-ab40-3982a7f8f19a",
            "name": "27DM049",
            "code": "27DM049",
            "geometry": null,
            "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"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "crs": "RD",
                    "owner": null,
                    "nitgCode": null,
                    "wellCode": null,
                    "broEvents": [],
                    "broid_gmw": null,
                    "coordinates": [
                        194054.9,
                        486590.8
                    ],
                    "dateCreated": "2024-09-12T09:36:07Z",
                    "sync_to_bro": false,
                    "complete_bro": false,
                    "dateModified": "2024-09-18T05:38:58Z",
                    "date_changed": null,
                    "projectNumber": null,
                    "qualityRegime": "imbro",
                    "synced_to_bro": false,
                    "temporal_data": [
                        {
                            "start": "2024-03-05T23:00:00Z",
                            "offset": 0,
                            "initial": true,
                            "broEvent": null,
                            "dateModified": "2024-09-12T09:36:07Z",
                            "verticalDatum": "NAP",
                            "wellHeadProtector": "kokerMetaal",
                            "groundLevelPosition": 22.55,
                            "localVerticalReferencePoint": "NAP",
                            "groundLevelPositioningMethod": "RTKGPS4tot10cm"
                        }
                    ],
                    "wellStability": null,
                    "actueel_in_bro": false,
                    "deliver_to_bro": "leveren",
                    "deliveryContext": "publiekeTaak",
                    "initialFunction": "kwaliteit",
                    "groundLevelStable": "ja",
                    "constructionStandard": "geen",
                    "date_to_be_corrected": null,
                    "wellConstructionDate": "2024-03-06T00:00:00Z",
                    "scheduled_for_deletion": false,
                    "numberOfMonitoringTubes": 1,
                    "objectIdAccountableParty": "27DM049",
                    "horizontalPositioningMethod": "RTKGPS5tot10cm",
                    "maintenanceResponsibleParty": "05069581"
                }
            },
            "created": "2024-09-26T14:35:52.112154Z",
            "last_modified": "2024-09-26T14:35:52.240008Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/2f96537f-1986-49a4-8cdb-20cb25c67830/?format=api",
            "uuid": "2f96537f-1986-49a4-8cdb-20cb25c67830",
            "name": "27DM049001",
            "code": "27DM049001",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.960609748100943,
                    52.36581082668552,
                    0.0
                ]
            },
            "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"
            },
            "object": {
                "id": 124203,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 28769,
                    "glue": "geen",
                    "aquifer": 0,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 1,
                    "removalDate": null,
                    "dateModified": "2024-09-18T05:38:58Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "pvc",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "start": "2024-03-06T11:00:00Z",
                            "initial": true,
                            "broEvent": null,
                            "tubeStatus": "gebruiksklaar",
                            "dateModified": "2024-09-12T09:36:08Z",
                            "referenceLevel": 23.25,
                            "tubeTopDiameter": 57.0,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "RTKGPS4tot10cm"
                        }
                    ],
                    "filterTopDepth": 14.55,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": 9.55,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2024-03-06T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": 9.55,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "bentonietFiltergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2024-09-26T14:35:52.623096Z",
            "last_modified": "2024-09-27T07:10:35.751419Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/297659dc-f7f5-42fe-820c-2d3307724bc2/?format=api",
            "uuid": "297659dc-f7f5-42fe-820c-2d3307724bc2",
            "name": "27HM015",
            "code": "27HM015",
            "geometry": null,
            "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"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "crs": "RD",
                    "kpi": {
                        "inspectie": [],
                        "waterpassing": [],
                        "schoongepompt": [],
                        "kabel_vervangen": [
                            "2024-09-30T07:20:00Z"
                        ],
                        "meetinstrument_vervangen": [
                            "2024-09-30T07:20:00Z"
                        ]
                    },
                    "owner": null,
                    "nitgCode": null,
                    "wellCode": null,
                    "broEvents": [],
                    "broid_gmw": null,
                    "coordinates": [
                        218803.7,
                        479524.2
                    ],
                    "dateCreated": "2024-09-12T09:36:09Z",
                    "sync_to_bro": false,
                    "complete_bro": false,
                    "dateModified": "2024-09-18T06:23:34Z",
                    "date_changed": null,
                    "projectNumber": null,
                    "qualityRegime": "imbro",
                    "synced_to_bro": false,
                    "temporal_data": [
                        {
                            "start": "2024-03-13T23:00:00Z",
                            "offset": 0,
                            "initial": true,
                            "broEvent": null,
                            "dateModified": "2024-09-12T09:36:09Z",
                            "verticalDatum": "NAP",
                            "wellHeadProtector": "potNietWaterdicht",
                            "groundLevelPosition": 9.42,
                            "localVerticalReferencePoint": "NAP",
                            "groundLevelPositioningMethod": "RTKGPS4tot10cm"
                        }
                    ],
                    "wellStability": null,
                    "actueel_in_bro": false,
                    "deliver_to_bro": "leveren",
                    "deliveryContext": "publiekeTaak",
                    "initialFunction": "kwaliteit",
                    "groundLevelStable": "ja",
                    "constructionStandard": "geen",
                    "date_to_be_corrected": null,
                    "wellConstructionDate": "2024-03-14T00:00:00Z",
                    "scheduled_for_deletion": false,
                    "numberOfMonitoringTubes": 2,
                    "objectIdAccountableParty": "27HM015",
                    "horizontalPositioningMethod": "RTKGPS5tot10cm",
                    "maintenanceResponsibleParty": "05069581"
                }
            },
            "created": "2024-09-26T14:35:54.087798Z",
            "last_modified": "2024-10-29T13:12:19.654094Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/293ba5d1-26e0-4b51-a76d-7f2c2e6aa97c/?format=api",
            "uuid": "293ba5d1-26e0-4b51-a76d-7f2c2e6aa97c",
            "name": "27HM015001",
            "code": "27HM015001",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.322595691429002,
                    52.29998715326568,
                    0.0
                ]
            },
            "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"
            },
            "object": {
                "id": 124204,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 28771,
                    "glue": "geen",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 1,
                    "removalDate": null,
                    "dateModified": "2024-09-18T06:22:00Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "pvc",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "start": "2024-03-14T11:00:00Z",
                            "initial": true,
                            "broEvent": null,
                            "tubeStatus": "gebruiksklaar",
                            "dateModified": "2024-09-12T09:36:09Z",
                            "referenceLevel": 9.37,
                            "tubeTopDiameter": 35.0,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "RTKGPS4tot10cm"
                        }
                    ],
                    "filterTopDepth": 3.42,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": 1.42,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2024-03-14T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": 1.42,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "bentonietFiltergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2024-09-26T14:35:54.601233Z",
            "last_modified": "2024-09-27T07:10:35.981425Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/a5d971c5-b9ee-4682-9cb5-369c6239d044/?format=api",
            "uuid": "a5d971c5-b9ee-4682-9cb5-369c6239d044",
            "name": "27HM015002",
            "code": "27HM015002",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.322595691429002,
                    52.29998715326568,
                    0.0
                ]
            },
            "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"
            },
            "object": {
                "id": 124205,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 28772,
                    "glue": "geen",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 2,
                    "removalDate": null,
                    "dateModified": "2024-09-18T06:23:34Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "pvc",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "start": "2024-03-14T11:00:00Z",
                            "initial": true,
                            "broEvent": null,
                            "tubeStatus": "gebruiksklaar",
                            "dateModified": "2024-09-12T09:36:09Z",
                            "referenceLevel": 9.34,
                            "tubeTopDiameter": 35.0,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "RTKGPS4tot10cm"
                        }
                    ],
                    "filterTopDepth": -32.58,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": -34.58,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2024-03-14T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": -34.58,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "bentonietFiltergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2024-09-26T14:35:55.845442Z",
            "last_modified": "2024-09-27T07:10:36.057698Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/0210075b-f734-4e0f-8ab0-0a03fd6d8555/?format=api",
            "uuid": "0210075b-f734-4e0f-8ab0-0a03fd6d8555",
            "name": "27HM016",
            "code": "27HM016",
            "geometry": null,
            "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"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "crs": "RD",
                    "kpi": {
                        "inspectie": [],
                        "waterpassing": [],
                        "schoongepompt": [],
                        "kabel_vervangen": [
                            "2024-09-30T07:45:00Z"
                        ],
                        "meetinstrument_vervangen": [
                            "2024-09-30T07:45:00Z"
                        ]
                    },
                    "owner": null,
                    "nitgCode": null,
                    "wellCode": null,
                    "broEvents": [],
                    "broid_gmw": null,
                    "coordinates": [
                        218487.2,
                        480083.8
                    ],
                    "dateCreated": "2024-09-12T09:36:09Z",
                    "sync_to_bro": false,
                    "complete_bro": false,
                    "dateModified": "2024-09-18T06:22:32Z",
                    "date_changed": null,
                    "projectNumber": null,
                    "qualityRegime": "imbro",
                    "synced_to_bro": false,
                    "temporal_data": [
                        {
                            "start": "2024-04-01T22:00:00Z",
                            "offset": 0,
                            "initial": true,
                            "broEvent": null,
                            "dateModified": "2024-09-12T09:36:09Z",
                            "verticalDatum": "NAP",
                            "wellHeadProtector": "potNietWaterdicht",
                            "groundLevelPosition": 9.0,
                            "localVerticalReferencePoint": "NAP",
                            "groundLevelPositioningMethod": "RTKGPS4tot10cm"
                        }
                    ],
                    "wellStability": null,
                    "actueel_in_bro": false,
                    "deliver_to_bro": "leveren",
                    "deliveryContext": "publiekeTaak",
                    "initialFunction": "stand",
                    "groundLevelStable": "ja",
                    "constructionStandard": "geen",
                    "date_to_be_corrected": null,
                    "wellConstructionDate": "2024-04-02T00:00:00Z",
                    "scheduled_for_deletion": false,
                    "numberOfMonitoringTubes": 2,
                    "objectIdAccountableParty": "27HM016",
                    "horizontalPositioningMethod": "RTKGPS5tot10cm",
                    "maintenanceResponsibleParty": "05069581"
                }
            },
            "created": "2024-09-26T14:35:57.270318Z",
            "last_modified": "2024-10-29T13:12:19.911939Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/602c089b-ded6-43a9-b9e1-f1145de2e057/?format=api",
            "uuid": "602c089b-ded6-43a9-b9e1-f1145de2e057",
            "name": "27HM016001",
            "code": "27HM016001",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.318061615516844,
                    52.30505274626567,
                    0.0
                ]
            },
            "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"
            },
            "object": {
                "id": 124206,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 28773,
                    "glue": "geen",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 1,
                    "removalDate": null,
                    "dateModified": "2024-09-18T06:22:32Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "pvc",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "start": "2024-04-02T10:00:00Z",
                            "initial": true,
                            "broEvent": null,
                            "tubeStatus": "gebruiksklaar",
                            "dateModified": "2024-09-12T09:36:09Z",
                            "referenceLevel": 8.94,
                            "tubeTopDiameter": 35.0,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "RTKGPS4tot10cm"
                        }
                    ],
                    "filterTopDepth": 3.0,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": 1.0,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2024-04-02T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": 1.0,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "bentonietFiltergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2024-09-26T14:35:57.793099Z",
            "last_modified": "2024-09-27T07:10:36.156330Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/4a8a0c86-c171-4b4d-9b47-3fa39f5e7863/?format=api",
            "uuid": "4a8a0c86-c171-4b4d-9b47-3fa39f5e7863",
            "name": "27HM016002",
            "code": "27HM016002",
            "geometry": {
                "type": "Point",
                "coordinates": [
                    6.318061615516844,
                    52.30505274626567,
                    0.0
                ]
            },
            "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"
            },
            "object": {
                "id": 124207,
                "type": "filter"
            },
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "id": 28774,
                    "glue": "geen",
                    "aquifer": null,
                    "tubeType": "standaardbuis",
                    "tubeNumber": 2,
                    "removalDate": null,
                    "dateModified": "2024-09-18T06:16:01Z",
                    "geoOhmCables": [],
                    "sockMaterial": "geen",
                    "tubeMaterial": "pvc",
                    "filterInRoute": true,
                    "temporal_data": [
                        {
                            "start": "2024-04-02T10:00:00Z",
                            "initial": true,
                            "broEvent": null,
                            "tubeStatus": "gebruiksklaar",
                            "dateModified": "2024-09-12T09:36:09Z",
                            "referenceLevel": 8.92,
                            "tubeTopDiameter": 35.0,
                            "insertedPartLength": null,
                            "insertedPartPresent": false,
                            "insertedPartDiameter": null,
                            "insertedPartMaterial": null,
                            "tubeTopPositioningMethod": "RTKGPS4tot10cm"
                        }
                    ],
                    "filterTopDepth": -34.0,
                    "broid_gld_imbro": null,
                    "tubeBottomDepth": -36.0,
                    "broid_gld_imbroa": null,
                    "constructionDate": "2024-04-02T00:00:00Z",
                    "variableDiameter": "nee",
                    "filterBottomDepth": -36.0,
                    "sedimentSumpLength": null,
                    "sedimentSumpPresent": false,
                    "tubePackingMaterial": "bentonietFiltergrind",
                    "numberOfGeoOhmCables": 0,
                    "artesianWellCapPresent": false
                }
            },
            "created": "2024-09-26T14:35:59.044186Z",
            "last_modified": "2024-09-27T07:10:36.239012Z",
            "last_modified_by": "vitens_api"
        },
        {
            "url": "https://demo.lizard.net/api/v4/locations/18fce6f8-8bc0-46a5-85c4-63802446f964/?format=api",
            "uuid": "18fce6f8-8bc0-46a5-85c4-63802446f964",
            "name": "27HM017",
            "code": "27HM017",
            "geometry": null,
            "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"
            },
            "object": null,
            "access_modifier": "Public",
            "extra_metadata": {
                "bro": {
                    "crs": "RD",
                    "kpi": {
                        "inspectie": [],
                        "waterpassing": [],
                        "schoongepompt": [],
                        "kabel_vervangen": [
                            "2024-09-30T07:45:00Z"
                        ],
                        "meetinstrument_vervangen": [
                            "2024-09-30T07:45:00Z"
                        ]
                    },
                    "owner": null,
                    "nitgCode": null,
                    "wellCode": null,
                    "broEvents": [],
                    "broid_gmw": null,
                    "coordinates": [
                        217654.9,
                        478527.8
                    ],
                    "dateCreated": "2024-09-12T09:36:10Z",
                    "sync_to_bro": false,
                    "complete_bro": false,
                    "dateModified": "2024-09-18T06:28:11Z",
                    "date_changed": null,
                    "projectNumber": null,
                    "qualityRegime": "imbro",
                    "synced_to_bro": false,
                    "temporal_data": [
                        {
                            "start": "2024-02-21T23:00:00Z",
                            "offset": 0,
                            "initial": true,
                            "broEvent": null,
                            "dateModified": "2024-09-12T09:36:10Z",
                            "verticalDatum": "NAP",
                            "wellHeadProtector": "potNietWaterdicht",
                            "groundLevelPosition": 9.72,
                            "localVerticalReferencePoint": "NAP",
                            "groundLevelPositioningMethod": "RTKGPS4tot10cm"
                        }
                    ],
                    "wellStability": null,
                    "actueel_in_bro": false,
                    "deliver_to_bro": "leveren",
                    "deliveryContext": "publiekeTaak",
                    "initialFunction": "stand",
                    "groundLevelStable": "ja",
                    "constructionStandard": "geen",
                    "date_to_be_corrected": null,
                    "wellConstructionDate": "2024-02-22T00:00:00Z",
                    "scheduled_for_deletion": false,
                    "numberOfMonitoringTubes": 2,
                    "objectIdAccountableParty": "27HM017",
                    "horizontalPositioningMethod": "RTKGPS5tot10cm",
                    "maintenanceResponsibleParty": "05069581"
                }
            },
            "created": "2024-09-26T14:36:00.498616Z",
            "last_modified": "2024-10-29T13:12:20.180944Z",
            "last_modified_by": "vitens_api"
        }
    ]
}