Select to view content in your preferred language

List all map services authenticating with API Key

131
0
2 weeks ago
Labels (1)
StuartMarshall2
New Contributor

I am working on a mapping application. The client stores drone imagery in ArcGIS and wants me to overlay them on my map. I can retrieve the images from ArcGIS and display them in the viewer that's fine. My problem is that I want to show a list of all Map Services in the ArcGIS instance and allow the user to switch between them.

I have found this method that gives me what I need https://tiles.arcgis.com/tiles/[Server ID]/arcgis/rest/services however it requires every user to log into ArcGIS. So far I've avoided requiring individual users to log into ArcGIS and have used an API Key for everything.

Is there a way to get a list of all map services without requiring each user to authenticate?

0 Kudos
0 Replies