-
Javascript and Livelink Web Services
Where can I find a list of available Livelink web services? I have an external (to Livelink) application that contains a livelink folder ID. I need to issue a command when a button is pressed that will extract all Sales Contract (PDF files) found in the folder and store them on a shared drive. Is this possible? The…
-
404 Error for API calls
Hi, I have set up a simple login form using angular and ionic framework. When the user submits their credentials it will call the OTDS rest api for authentication: http://server:8080/otdsws/rest/authentication/credentials. This call works fine for me on Advanced Rest client, but it gives me a 404 error when I test on my…
-
How to list the documents in Project workspace using Content server REST API
we are unable to get list of subitems under project workspace. we have tried in below ways we can only able to list sub projects. 1 ) api/v1/nodes//nodes 2) api/v1/volumes//nodes it is expected type id but we are not able to find type id for project(personal workspace type id=142 , enterprise workspace is 141)
-
Content Server: Login Failed when using WS API in order to throw queries using SearchService
Hi all, I am trying to get some nodes from OTCS using SearchService from WS API. I am logging in as an ddministrator and when I try to authenticate, there's no problem. Logging occurs rightly and I get my token. But, the moment I go on and just after this I try to use SearchService.search(my_query, my_token) it seems as if…
-
SSO between Portal and CS-Widget using OTDS
We are using Portal 8.5 with the last fix SP2 (20141201) and the CS 10.0 with Widgets Module 10.0.0 update 13 (both configured with OTDS authentication in the same AD). The Portal is configured to login in the OTDS and is working OK, is connecting with the Resource ID Portal, that is created in the CS, and is generating…
-
REST and SOAP API for Content Server Search and document download
Hi, Can you please help me find the SOAP and REST APIs available to perform search the CS and download documents? Thanks Lajja
-
Example of PUT REST Request to update category attributes
Hi, Would anyone be able to provide an example of a PUT request that updates a category attribute on a document? My below attempt results in a 500 internal server error so it appears to be structured incorrectly. $http.put('/contentserver/api/v1/nodes/2614353/categories/2621276?{2621276}_{2}=MyVal'); In the above 2614353…