Select to view content in your preferred language

Looking for documentation in how to configure step "Send Web Request"

219
1
04-13-2026 07:42 AM
JoseSanchez
Frequent Contributor

Good morning,

I am looking for some documentation that explains how to configure the step "Send Web Request".

I just want to send a request to a hosted polygon layer to query a value in the index field (ATLAS)


This is the GET:

Base URL
https://mygisportal.mysite.com/hosting/rest/services/Hosted/Index/FeatureServer/0/query

Parameters (clean + formatted)

where = ATLAS = 'P16-D'
geometryType = esriGeometryEnvelope
spatialRel = esriSpatialRelIntersects
units = esriSRUnit_Foot
returnGeometry = true
multipatchOption = xyFootprint
sqlFormat = none
lodType = geohash
returnDistinctValues = false
returnIdsOnly = false
returnCountOnly = false
returnExtentOnly = false
returnZ = false
returnM = false
returnTrueCurves = false
returnCentroid = false
returnEnvelope = false
returnUniqueIdsOnly = false
f = html

 

0 Kudos
1 Reply
JoseSanchez
Frequent Contributor
0 Kudos