Hi All,
i was trying to list and download file from a folder.
For listing,
http://CSurl/otcs/cs.exe/api/v2/nodes/<id>/nodes where am parsing the json and taking the data id. Then i am giving as input the above received document id to below api
http://CSurl/otcs/cs.exe/api/v2/nodes/<id>/content
When am trying to execute the API from postman, its is displaying content like showing the content inside that word document, instead of downloading.
Can some one please help me with an input here so that i can download the doc through an API?
Thanks in advance.