β‘οΈ createReport-direct-spec
GET https://{{geoenrich-service}}.arcgis.com/arcgis/rest/services/World/geoenrichmentserver/GeoEnrichment/createReport
createReport
is the direct (synchronous) operation that provides the ability to create many types of high-quality reports for a variety of use cases describing the input area. If a point is used as a study area, the service will create a 1Βmile ring buffer around the point to collect and append enrichment data.

π API reference: createReport
operation
π Related guides: n.a.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
studyAreas | string | (Required) Study areas may be defined by input points, polygons, administrative boundaries or addresses. | |
f | string | (Required) Specify the response format. | |
token | string | (Required) You need a valid access token. To learn more, read the collection's documentation. | |
report | string | Identify the id of the report. This may be one of the many default reports available along with our demographic data collections or a customized report. Custom report templates are stored in an ArcGIS Online organization as a Report Template item. | |
format | string | Specify the format of the generated report. Supported formats include PDF and XLSX. | |
reportFields | string | Specifies additional choices to customize reports. Below is an example of the position on the report header for each field. | |
studyAreasOptions | string | Specify the properties for the study area buffer. | |
returnType | string | Used for storing an output report item to Portal for ArcGIS instead of returning a report to a customer via binary stream. | |
useData | string | Specify the country or dataset to query. | |
inSR | string | Define the input geometries in the studyAreas parameter in a specified spatial reference system. |