Any ideas?
Any ideas?
Did you use the API and HTTPCaller to do this? Then simply look for Image Service in the REST API Documentation.
I think you need to do an Identify? (Hit a specific location and get the value returned.)
First check the Image Service if Identify is allowed.
Then use a HTTPCaller to make the request and parse the result.
If you need to pass a token with the request, put it in the header as described here:
GET https://arcgis.mydomain.com/arcgis/rest/services/SampleWorldCities/MapServer?f=pjson HTTP/1.1 Host: arcgis.mydomain.com X-Esri-Authorization: Bearer xMTuPSYpAbj85TVfbZcVU7td8bMBlDKuSVkM3FAx7zO1MYD0zDam1VR3Cm-ZbFo-
You can also put the token as a parameter in the url:
&token=YourToken
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.