-
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…
-
Content Server Demo
Hi, We have the Content Server demo installed and working fine through the desktop webaccess view. When I launch the mobile version through the AppWorks Client, it is not able to make the api calls because of authentication. When I try launching the app through webaccess on my mobile safari, it would prompt me to input my…
-
Test the AppWorks App sample
We are testing the sample App and when we try to run it on the browser we get a couple of 404 errors: GET http://server:8080/webaccess/locales/en-GB.json GET http://server:8080/cs/api/v1/volumes/142?expand=user Any idea of what we may be missing? Thanks in advance