Good afternoon,
How can I call this rest service from C# when the rest service is not shared with Everyone?
Thanks
https://services.arcgis.com/..../arcgis/rest/services/MyHostedFeatureClass/FeatureServer
Good afternoon,
How can I call this rest service from C# when the rest service is not shared with Everyone?
Thanks
https://services.arcgis.com/..../arcgis/rest/services/MyHostedFeatureClass/FeatureServer
Hey @SanchezNuñez
You may need to call it using a post request or similar with an authenticated token, if it is accessed via token, you should be able to generate and use a token in your script or in a postman request, let me know if you'd like any pointers!
Cody