I want to download a version of a document from Livelink/Content Server using REST API. It is working via postman. However using HTML/JavaScript there is an error. Kindly help.
GET method for a node details is working but get version is not.
GET node details - http://localhost/otcs/cs.exe/api/v1/nodes/30815 - Works!
GET version of a node - http://localhost/otcs/cs.exe/api/v1/nodes/30815/versions/1/content - Doesn't work (Please find attached screenshot.)