-
Creating Node Timeouts & Performance
Hi, I'm currently uploading documents through the API using the create node endpoint. Every so often when documents are being creating, the API call will take upwards of 300+ seconds, DTU consumption % will shoot up 10% and then the document will either fail or be created and move on. What's interesting is if i run…
-
Update RM-Records Detail of Sub Items in Content Server through REST API
Hello Developers, We are trying to update the RM Record Detail of a folder and its sub items by executing OpenText REST API directly through Postman for both options (PUT, POST) - PUT /nodes/{id}/rmclassifications and POST /nodes/{id}/rmclassifications. We are unable to update the sub-items with both API executions. The…
-
OTCS REST API - Document Uplaod is giving 500 Internal Server error
Hi I am using the below code for upload a document in content server using restapi.I am getting 500 Internal Sever error while uplaoding. iurl5 = new URL(ConstantValues.baseUrl+"/api/v1/nodes/"); HttpURLConnection uc5 = (HttpURLConnection)iurl5.openConnection(); uc5.setRequestMethod("POST");…
-
API - Return subset of results.
Im using the POST api/v2/search api for 16.2. I only want the ID values for each returned result; "results": [ { "data": { "properties": { "id": 1897009, and not the following entire resultset; "results": [ { "data": { "properties": { "container": true, "container_size": 0, "create_date": "2016-09-15T16:37:07",…
-
API REST /v2/members, filter by title.
Until now I have used the v2 call of members to the API filtering by where_type=0 and query for the name, but I also need to filter by title but I can't do it. What would it be like? I have this: var url = baseURL+'/api/v2/members?where_type=0&query="+name+""'; // It´s OK I need something like this: var url =…
-
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…