I'm very new to the world of OpenText and HTML and I am learning both as I go.
I have been able to get a simple HTML page where the user can select an image from his computer and upload it to OpenText using the REST API. At the same time, I create a IMG tag that displays the uploaded image.
Now, I would like to create a webreport that will display thumbnails of all the uploaded images. I'm assuming I have to use "v1/nodes/{id}/content"
(https://developer.opentext.com/webaccess/#url=/awd/resources/apis/cs-rest-api-for-cs-16-s#!/nodes/getContent_get_9&tab=501)
but I can't figure out how to convert that data to an image (if it is indeed the image data that was retrieved).
I know this is probably more of an HTML question, but I feel the result of the api call is in a specific format that I have to understand before I can place it in an HTML page.
I'd appreciate any nudge in the right direction.
Thanks.