Extract
When to use extract
Section titled “When to use extract”Use extract when you need GeoJSON features near a point within a mile radius you choose—for example, loading nearby boundaries for map display or downstream processing.
Request
Section titled “Request”Provide lat/long, service, and radius parameters as defined in your service OpenAPI document.
Response
Section titled “Response”GeoJSON feature collection suitable for map clients or further transformation. Validate against your imported External Service schema when calling from Salesforce.
See OpenAPI import for field-level detail per service.