-
Creation Table Key Lookup Attribute
How to create Table Key Lookup attribute pragmatically?
-
PDF Corruption Issue using CS REST API
Hello, I am having an issue when posting PDF files created by our application to Open Text via the web services API. The files post fine, without errors. However, in certain scenarios they become “corrupted” and cannot be viewed. The PDF files are nothing special. They are PDF/A files, version 1.5 (Acrobat 6.x), with a…
-
PDF Corruption Issue using CS REST API
Hello, I am having an issue when posting PDF files created by our application to Open Text via the web services API. The files post fine, without errors. However, in certain scenarios they become “corrupted” and cannot be viewed. The PDF files are nothing special. They are PDF/A files, version 1.5 (Acrobat 6.x), with a…
-
ERROR UPDATE_OBJECT requires both CUR and OLD data to be set
HEllo , guys please help me to know wy i have the error be low 2019-01-04 11:38:04,896 ERROR com.unitel.ged.web.controller.PerformTaskActionHelper:163 Problems submitting transition com.unitel.bpm.client.api.service.ProcessPlatformClientException: com.cordys.schemas.dao1_0_100.1.UpdateP10100FormDataFaultDetail:…
-
OpenText
Could you please help me to setup opentext server on local machine
-
Delete Node via API
If I delete a node with a category using the API, do I need to remove the category first? Or will the node deletion take care of deleting the category too? Thank you
-
CS16.2 REST API - how to use the tkl attribute validvalues 'attribute_values' parameter?
Hi all, I'm trying to use the api/v1/tklattribute/validvalues call to return valid values for some cascading TKL attributes I have defined on a category. The call works great for the top level attribute, but I don't know what to put in the 'attribute_values' parameter to get it to work for the dependent attribute(s). The…
-
Uploading documents using the Java implementation of REST API not working
Greetings. I'm new to the OPENTEXT Rest API and while I'm able to authenticate/create folders using it, I can't get the document upload to work. The following is the code I've been using: import java.io.BufferedReader;import java.io.File;import java.io.FileNotFoundException;import java.io.InputStreamReader;import…
-
Converting LAPI code to CS Web service calls
hi all, when converting LAPI code to CS web service calls, it seems like there are lot less API from the web service. The following is an example of creating a sub folder with LAPI: //create session and document object. var LLs = New LLSession(…); var DOCUMENTS = New LAPI_DOCUMENTS(LLs); var LL_ATTR = New…
-
Fetch groups from a specific OTDS partition using filter parameter
Hi, Can we fetch all the otds groups of specific partition by using where_filter parameter of the below API. /otdsws/v1/groups?where_filter=%querystringtoidentifypartition%. Thanks