Hi,
Can you please help me find the SOAP and REST APIs available to perform search the CS and download documents?
Thanks Lajja
I am also looking for this info for appworks 1.2, but tested old URL still working for REST, http://:/content/v4/ of course, I prefer to have official note mention it somewhere.
somehow after save, the URL is not right, but in Edit mode id right, it should be host, port, content, v4, with credential, it would behttp://ifcs105a:8080/content/v4/auth?username=henry&password=mypwd
You'll find information about the SOAP WS API for the CS in the CWS documentation at OTDN. See com.opentext.livelink.service.searchservices.SearchService.search() and com.opentext.livelink.service.docman.DocumentManagement.getVersionContents() in the API Reference.
com.opentext.livelink.service.searchservices.SearchService.search()
com.opentext.livelink.service.docman.DocumentManagement.getVersionContents()
The CS REST API reference is here at developer.opentext.com. See the /nodes/{id}/content and /nodes/{id}/versions/{number}/content there. The general full-text search CS REST API has not been released yet.
/nodes/{id}/content
/nodes/{id}/versions/{number}/content
Do you have same note for AppWorks API, REST, SOAP ..?