➑️ enrich-direct-spec

POST https://{{geoenrich-service}}.arcgis.com/arcgis/rest/services/World/geoenrichmentserver/Geoenrichment/enrich

enrich is the direct (synchronous) operation that provides the ability to get facts about a location or area. Using Enrich, you can get information about the people, places, and businesses in a specific area or within a certain distance or drive time from a location.

πŸ“„ API reference: enrich operation (check the Structures and definitions folder of this collection for more info about the parameters)
πŸ“™ Related guides: GeoEnrichment & analysisVariables
πŸ› οΈ Tools: Analysis variables browser & Data collection finder

Request Body

[{"name"=>"studyAreas", "value"=>"<StudyAreas>", "datatype"=>"string"}, {"name"=>"f", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"token", "value"=>"{{access_token}}", "datatype"=>"string"}, {"name"=>"dataCollections", "value"=>"Array[<string>]", "datatype"=>"string"}, {"name"=>"analysisVariables", "value"=>"Array[<string>]", "datatype"=>"string"}, {"name"=>"addDerivativeVariables", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"studyAreasOptions", "value"=>"<StudyAreasOptions>", "datatype"=>"string"}, {"name"=>"useData", "value"=>"<UseData>", "datatype"=>"string"}, {"name"=>"intersectingGeographies", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"returnGeometry", "value"=>"<boolean>", "datatype"=>"string"}, {"name"=>"inSR", "value"=>"<integer>", "datatype"=>"string"}, {"name"=>"outSR", "value"=>"<integer>", "datatype"=>"string"}]