# Find geometry region by ID Endpoint: GET /geometryRegions/{geometryRegionId} Version: 1.0.0 Security: M2X_auth_application ## Path parameters: - `geometryRegionId` (string, required) The geometry region Id ## Response 200 fields (application/json): - `id` (string, required) the unique geometry region identifier - `disabled` (boolean, required) - `name` (string, required) the name of the geometry region - `externalId` (string,null) a short human id for the region - `regionGeometryGeoJson` (string, required) the geojson representation of the geometry - `created` (string, required) - `updated` (string, required) ## Response 404 fields (application/json): - `message` (string) Example: "not found"