-
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…
-
Enterprise Connect SDK
I'm looking for a way to use the Office Plug-in EnterpriseConnectSDK to set the SaveDialog = false when closing an Excel Workbook. I can tell Excel not to save, but Enterprise Connect overrides e.g. Workbooks("myworkbook.xlsb").Close SaveChanges:=False only works for Excel I can turn off the plug-in in the registry, but…
-
Not able to connect to Content Server REST API using OTDS
Hello, I am trying to configure Content Server UI Widgets but are not working with OTDS users, getting the error: "Invalid username/password specified." although the authentication to Content Server UI is working fine with OTDS users. I tried to connect directly to Content Server REST API auth method from a very simple…