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