Returns objects where the specified field satisfies the provided geometry query with the given spatial operator.
Supports both envelope (bounding box) and GeoJSON geometries for filtering geopoint or geoshape properties.
Either field or propertyIdentifier can be supplied, but not both.
| Name | Type | Required | Description |
|---|---|---|---|
| field | Optional[PropertyApiName] | No | |
| property_identifier | Optional[PropertyIdentifier] | No | |
| geometry | GeoShapeV2Geometry | Yes | |
| spatial_filter_mode | SpatialFilterMode | Yes | |
| type | Literal["geoShapeV2"] | Yes | None |