Let me preface this with the fact that I am not a GIS Developer, more of a GIS Analyst with minimal programming experience. I have around 150 rasters to publish that will be used in a web map. Running Federated ArcGIS Enterprise 107 and Image Server 107.
I am trying to publish these rasters so they work with an existing web map using arcgis jsapi 4.
Rather than publishing 150 individual services, I have published a mosaic dataset as a single service to my Image Server. How can I access each raster programmatically?
In ArcCatalog I can query/select rasters in a mosaic dataset by it's Name - trying to replicate this in the js api.
Are there any examples out there? I would like to access individual rasters using a unique url.
Thanks!