-
How to use /v2/nodes/{id}/versions
I am trying to figure out how to use above method trying to connect to OpenText. We intend to upload a new version of an already existing file. Checking out this link under "Add version": It is stated that "If your REST client does not support file uploads, you will need to specify additional information in the body" one…
-
With Content Server 22.2 could not add service reference for ContentService webservice url in VS
With Content Server 22.2 and Visual studio 2019, I could not add service reference for ContentService URL. "<ServerName>/cws/ContentService.svc?wsdl" Error from VS attched (Capture1.JPG, Capture2.JPG). Other Webservice URLs works fine in both VS and in browser(Authentication, MemberService etc). Only ContentService URL not…
-
Join Us at OpenText World for free hands-on training API
Still on the fence about attending? We are expanding the free training available with 13 new Developer labs. In addition to the basics of Workflow, Capture, AppWorks, Messaging. We have some training for APIs that will be announced: If you have an interest into how you can embed Data governance?- we have you covered with…
-
Enterprise Scan script - assign document number to Batch field
Hi, please kindly support me - how to build a script that can assign each (PDFs) document number ( Doc. 1, Doc. 2, Doc 3, ….) into field "Batch" (Properties →Document→Batch).
-
Abort workflow using REST API
Hello Experts, We have a custom application that is integrating with Documentum using REST APIs. This custom application is launching a workflow in Documentum using REST API. Due to some issue, business might want to terminate the workflow from custom application. I am looking for API that I can use to abort the workflow…
-
Facing issue while trying to download file using Rest API
Hi All, i was trying to list and download file from a folder. For listing, http://CSurl/otcs/cs.exe/api/v2/nodes/<id>/nodes where am parsing the json and taking the data id. Then i am giving as input the above received document id to below api http://CSurl/otcs/cs.exe/api/v2/nodes/<id>/content When am trying to execute the…
-
File upload using Rest API
Hello, I am new to the REST API world. I am looking for uploading multiple files in Content server along with the meta data information. We have meta data csv for that. Is there any sample code or guidelines available for doing this using the REST API?
-
How to upload or download documents from ongoing Workflow?
Hello everyone, We're trying to achieve a functionality where we need to extract or add documents to an ongoing workflow. Basically download/upload a Node from the Attachments Folder. We've experimented with draft processes where we managed to get the ID of the Attachments Folder where we accessed some default documents…
-
Content Server 16.2 REST API Workflow
Greetings- Does anyone know if the latest REST api supports updating workflow process data? Similar to the UpdateProcessData method in CWS. Been reviewing the api reference but nothing jumped out at me. Thanks!
-
What are where_column_query valid standard column values?
Hello, For GET /v2/businessworkspaces REST API there is a parameter "where_column_query". I understand about custom column usage here, but can we use this parameter also for standard (system default) columns such as creation date, creator, modify date, etc.? I've tried multiple values, but none of them seems to work for…