Skip to main content

How to display a portal image item in the report?

Comments

1 comment

  • Berend Veldkamp

    What you have now is the URL to the image item in ArcGIS Online, which is just the metadata for the image (e.g. the owner, sharing options, tags, etc). You could inspect this information if you want by appending ?f=pjson to the URL, and opening it in a browser.

     

    To get the actual image, append /data to the URL.

     

    Unless the image is publicly shared, you'd also have to add a token, so the complete URL for the image would be https://SERVER/sharing/rest/content/items/ITEMID/data?token=TOKEN

     

    0

Please sign in to leave a comment.