-
How is it possible to filter the categories on nodes received by getSubnodes API
Hello how can we achieve the following behavior: in OTCS we have the url below that provides us a list of nodes together with metadata and categories: <serverurl>/api/v2/nodes/<nodeId>/nodes?fields=properties&fields=categories There is a possibility to filter the properties like here :…
-
Content Server 16.2 REST api - HTTP 500 error when adding document with a name longer than 175 char
Hello, I'm trying to use the REST API of our Content Server 16.2 environment to create new document nodes to CS from email (.msg) files on Windows, in a .net application. Those emails often have very long filenames. When I use the POST "api/v2/nodes/" function to create a new document node, it works okay for any filename…
-
Setting document creation date as source while creating document using REST API
Hey All, Looking for details how to set document creation date as source creation date using REST API. Any insights on this would be helpful. Thanks, Prasad
-
Invalid username/password : Intermittent error
We are facing invalid username/ password api error intermittently. It is causing issue with corresponding api interfaces. Need help if we can troubleshoot the issue somehow. 2020-09-26 12:21:31,8530 TRACE [10] BasicServiceContext(): fServer = localhost, fServerPort = 2099, fServerEncoding = UTF8 2020-09-26 12:21:31,8530…
-
Email Messaging
We are looking for solution where we can send emails to our customers either single or bulk. We will like to explore OpenText API to understand better about this. I only see SOAP based API for the same, do we have REST APIs. ? Whats support on Cloud and OnPremise solution. It will be great if one can share few articles…
-
How to use REST API to Creates a generation?
I use rest api "POST api/v2/nodes" to create generation but response message "error: Could not process object, invalid action 'create'". Paramter :
-
Webinar - Deliver secure and rapid integration with real-time data flows
Learn how APIs create
data consistency, leading to increased efficiency and big savings. Join the live webinar on July 30 Register
now
-
Webinar - Turn your data into an agent of digital transformation with APIs
Many companies are embarking on complex digital transformation initiatives that require integration with a broad range of internal business applications. Learn how to ensure information flows seamlessly
into and between business applications. Register
now Originally aired July 30, 2020
-
Can you set RM classification in Add Folder REST call?
This is not documented so the answer is officially no but just in case.... Just like you can set category attributes by filling in the body portion of a REST call to build a new folder, can you similarly fill in a portion of that to apply an RM Classification to said folder? I know there is a REST call to do this, but…
-
How to call REST API from BIRT report with JWT token
I have a requirement of calling REST endpoints from BIRT report. I
created a simple report which is consuming response and showing data
correctly. But I could not find solution for below use cases: * REST call to fetch JWT token using credentials. * REST call to any request with already fetched JWT token * REST call to for…