How to fetch a node record detail using Livelink API for Livelink version 10.5
I want to fetch the node Property Tab's data by using the LAPI or CWS. For Example (General, Versions, Record Detail tab and etc). Please find the screenshot below for reference.
I have fetch the General Tab data by using the below methods:
Can anyone help me to find out the Record Detail tab data by LAPI or CWS.
Content Server Version: (Content Server 10 Update 10 (version 10.0.0.2451))
Sahil - the RM details require use of an alternate API, this isn't usually installed by default as part of the CWS installation, rather it's somewhat of an "add on".
See https://knowledge.opentext.com/knowledge/piroot/llesrcm/v210100/llesrcm-pre/docovw.xml for some details based on 21.2, though by an large the setup of the service will be similar.
Might also be worth looking at this thread https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=15089523&objAction=viewincontainer
@Sahil Chauhan LAPI as a programming alternative has been out of favor for many years now so as @David_Henshaw said what I would try is to find that information using CWS(SOAP) or the newer REST API's.
https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=765428&objAction=view
In case you want to see examples from the old LAPI forum also some setup related info
https://appukili.wordpress.com/2013/06/30/is-there-a-recordsmanagement_service-object-present-in-web-service/