-
HTTP error 403 while trying to update user attributes via OTDS RESTful API
There is a userID dedicated to automated changes in OTDS via its REST API. The userID can update user attributes through the web interface of OTDS, but in case the very same action in initiated through REST API the API answers with HTTP code 403 - Access is denied to authenticated user. Only users with full system…
-
Content Server - Get Content Stream with REST API fails with "Stream has been closed".
We are getting Status 200 message while trying to retrieve the document content but when we try to read the stream we are receiving Stream has been closed error message but the same works fine when we get the content response type as string. Able to get the content if we use the below code: ResponseEntity contentStream =…
-
How to move a document (a node) from the folder A to the folder B in a content server
There is a Content server is installed in xECM with SAP solution, and the web application server is Apache tomcat. We would like to move a document from the folder A to the folder B. Check REST 16.2 API. Try to use "put api/v1/nodes/{id}" or "put api/v2/nodes/{id}" to move a node for document file. Then get the following…
-
How to store document using eDOCS REST API with AppWorks GateWay
Hi! I would like to store some document generated from our company's software to eDOCS. I saw the API for eDOCS REST API under API REFERENCE tab. I would like to store some documents to eDOCS DM by calling eDOCS REST API. I have installed AppWorks Gateway from developer site. currently I don't have eDOCS DM. Is there any…
-
How to obtain OTDS token when using SSO ?
I would like to get an OTDS token so I can call the integration widgets for the user that's issueing the request. We have Content Server configured for SSO using OTDS; so how can I get an OTDS ticket for the current user using the REST API ?
-
CS 10.5 Change Password through rEST api without the user having to immediately change it
I'm building a feature in our dev and test environments that resets all the passwords. I've got it working but the user is asked to change their password on first login. The goal is to quickly set all passwords to the same thing and this defeats my purpose. Is there something I can set through the api when the password is…
-
Postman REST API / SSO niewbie question
Hello - I'm new to using Postman and REST API: I'm trying to test REST APIs from Postman in my 16.2.1 environment, where I have SSO enabled using OTDS. I keep getting error 401 ("Invalid username/password specified."); When I setup request HEAD and test it (http://.../OTCS162/cs.exe) with my username and password it works…
-
Node does not have any associated languages Functions
Hi All, I want to create Binder with rest-api in the Content Server16.2.4, here's an example I use: rest-api v1: "api/v1/doctemplates/53912/instances", response Staus: 200 Ok but response content empty (NOT return node_id), see . rest-api v2: "api/v2/doctemplates", response 500 Internal Server Error and message "node does…
-
Node does not have any associated languages Functions
Hi All, I want to create Binder with rest-api in the Content Server16.2.4, here's an example I use: rest-api v1: "api/v1/doctemplates/53912/instances", response Staus: 200 Ok but response content empty (NOT return node_id), see . rest-api v2: "api/v2/doctemplates", response 500 Internal Server Error and message "node does…
-
Content Server 16.2 REST API
What version of the API should I be using for content server 16.2 V1 or V2? https://SERVER/otcs/cs.exe/api/v2/auth I am not having any luck authenticating, i if I use v1 I get a 500 error and if I use v2 I get a 401 error