-
Countermeasures against application-layer attacks
I want to be able to run the DP and xECM APIs from the Internet. IP limit with FireWall. Does DP and xECM have application layer attack prevention? It protects against application-layer attacks such as SQL injection, XSS, and CSRF. Do I need to place the Web Application Firewall on the front of the OpenText server? Thank…
-
400 Bad Request error: "Could not get parent" Creating Node
Content Server 10.5 Update 2014-12 (version 10.5.0.10) Hi, Issue occurred in my apps REST request, however to troubleshoot and simplify I've used Chromes extension Advanced REST Client. When I try and add a node to OTCS (have tried both documents and folders), I receive the following response: error: "Could not get parent"…
-
Connecting a third party system using OTCS REST API
We have to connect the OTCS with a web application called Document Locator using the OTCS REST API. Requirements are, 1. Adding a new folder/document. 2. Updating the metadata. 3. Creating a workflow in OTCS and call that from Document Locator. Can someone help me how to do that? Is there any documentation that I can…
-
OTCS RestAPI: how to authentication a user which is in an Async Partition with SAML2.0?
Hi guys, When I access OTCS, SSO happens with SAML2.0. So far so good. Problem: When I try to use the OTCS RestApi (api/v1/auth) I always get "invalid username/password specified". I tried all the combinations playing around with the account domain, but can't find a way to make it work. Note: The request works fine if I…
-
set attributes when initiate workflow using RestAPI
I am calling this endpoint to initiate a workflow /api/v2/processes and set the body={"definition":{"workflow_id":30568}} I want to pass 2 attributes called "Name" and "Email" that I should take this attributes in the start step how I can do this ? I tried to set the body as {"definition":{"workflow_id":30568},…
-
CORS issue when trying to authenticate
Hi, i got an error when im trying to authenticate using otcs/cs.exe/api/v1/auth with POST method, my origin is from localhost if that matters. So how to resolve it is there any configuration that i need to follow?
-
Create a node with Categories and Classifications in one call? Roles do not seem to be accepted!
Hi all, I am new and experimenting with Opentexts API. We have a task of moving multiple files from one destination folder to another. In terms of the file we would like to add categorie(s), Classifications and also apply advanced versioning. What I am trying is to just create a file at the moment, while adding categories…
-
Exstream API and OTDS Token
Hi, Using OTDS how to get Bearer Token for API Authentication. And, what is expiry time limit for token.
-
Core Capture Services REST API Authentification
Hi, We are trying to implement the Core Capture Services REST API(https://developer.opentext.com/imservices/products/captureservice/apis/captureservice), but I am having a hard time putting it in place. I am trying to make calls to the Core Capture Services REST API via Postman to our development server. Some calls were…
-
CMS API : Retrieving child type attributes
In the Contract Approval tutorial we have two types : The Loan Contract type definition model which is a subtype of the Contract type definition model . When executing the API call GET {{base_url}}/cms/type-definitions/ca_loan_contract/attributes , shouldn't it return the attributes of the loan_contract + attributes of…