-
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…
-
Problem with multivalue fields in category using REST Api Content Server
Hi, I need to update the value of a multi-valued attribute using API REST of Content Server. I need to add a new row of values for that attribute. Using the PUT call of API REST (/nodes/{id}/categories/{category_id}/) with the params of attribuet_key in the query. I overwrite the first row of the attribute with the value…