I'm trying to open a document by passing a specific user credential. Currently, the below url is working
http://<servername>/Livelink/livelink.exe?func=ll.login&username=123&password=pass123&nodeid=54321&vernum=1&nextURL=
Now, this url opens a specific version of a document. If the version changes, this url will still open the older version. I would like to know how to open a latest version of document irrespective of changes made to the version.