-
Ability to Create Binders from API
Hi, I am looking to create Binder using opentext api. I have been able to create folder using Subtype of the node = 0. I want to know if API lets me create Binder and what is the "Subtype of the node" value for Binder. See Screen shot below. I am referring API document:…
-
Error while connecting to AW Gateway
hello All.. i have installed Aw successfully and i have created a close loop between my phone and laptop. i have installed the AW on my VM which also contains Process and Content Suites.. Using the Appwork client, i can connect to the AW gateway however i get the following error.. 'The URL x-tom // is not a trusted referal…
-
How to pass Category Attribute value from REST API
I am able to upload file or create node through the Content server REST Api (POST: api/v1/nodes)..But How do I pass Category Attribute value while uploading file to Content server..
-
Find a node based on category and attribute information
Is it possible to find a document with a REST API call (URL) based on the information from the category and attribute value? We now have a call like so /api/v1/nodes/134094724/nodes?where_name=Administratief verslag bodemkwaliteit case ACC-rivierweg01.pdf but here you have to enter the nodeid for the folder the item is in…
-
Not able to install built-in OTDS Instance while configuring AppWorks Gateway v16.2.1
Hello Experts, I am installing AppWorks Gateway v16.2.1 with online help but getting following error while installing the built-in OTDS Instance. My tomcat is 8.0.45, JDK is 1.8 and otag-gateway-16.2.1. 2017-07-28 11:49:47.588 ERROR com.opentext.otag.auth.otds.OtdsInstaller - Failed to complete embedded install…
-
Large files failing in Add version in prod
We are using webservices to add version to existing files and it is getting failed with error : "java.net.SocketException: Connection reset by peer: socket write error" It is happening for file size > 3 mb. Please help me to resolve the issue? Thanks, Shekhar.
-
OTDS REST API - Getting error while adding user to a group
Good morning, We are trying to add users to groups on OTDS using the OTDS REST APIs. The group ID contains blank spaces, for example "Finances - Managers". The call the following: POST - http://servername:8080//otdsws/v1/groups/Finances - Managers/members Within the body of the request we entered the stringList parameter…
-
REST API Create Virtual Folder
Hi, We're trying to create a Virtual Folder via the REST API. Currently we're having some issues with passing the correct "datatype" for the Selected Facets list. We're getting the following error: Error: Could not process object, invalid datatype for 'Selected Facets' . The request we're sending to test is: var xmlhttp =…
-
Proper use of the "fields" parameter on CS REST API
Hi All, I have a question on using the "fields" parameter on a REST call to the CS API. I've been using Postman to test the results from different GET calls to the API for nodes. When I try to filter out the list of fields I want returned I get nothing. Is this functionality actually enabled or am I just be doing something…