Hello we have an image layer that has been published to our enterprise portal and I want to be able to query the tiles that are found for a certain extent but can't figure out how to do it.
This is the URL to the published service but
https://portal.spatial.nsw.gov.au/tileservicesGDA2020/rest/services/public/NSW_Imagery_GDA2020/MapServer
Using the following I can get the tile at 0,0,0
https://portal.spatial.nsw.gov.au/tileservicesGDA2020/rest/services/public/NSW_Imagery_GDA2020/MapServer/tile/0/0/0
But I want to be able to use a query type approach to pass in an extent and for a number of tiles to be returned.
Any help would be greatly appreciated.