Hello,
I have a requirement to download the file directly from Documentum using content-media REST API link. I had tested it through browser and it download the file. However, when GET call is made to the content-media REST API, it is returning ByteArray as response.
Is there a way to get file object as a response instead of ByteArray, since the REST invoker wants to receive file as a response and not ByteArray.
Any inputs on how to send file object in a REST response is highly appreciated.
Thanks.