-
Content Server Rest API-Authenticate User
Hi, Currently i am using CS 16.2.4/16.2.6 for Decisiv search integration The Authenticate user Rest API call with POST is accepting the following form username=value&password=value (200 OK ,Returned OTCS ticket) But if i use the below form username=value;password=value (500 internal server error, "error": "Argument…
-
Creation Table Key Lookup Attribute
How to create Table Key Lookup attribute pragmatically?
-
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…