API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
REST API Worlflow
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.
-
HOW Get process data in CONTENT SERVER REST API 22.1
What is the equivalent in rest api 22.1 of the method GET_PROCESS_DATA that was used in soap web service?
-
How to preserve the original Create Date / Modify Date of a document upon creation?
Hi, I want to preserve the original create date / modify date of a document / email upon upload to the CS from the file system. Whenever I upload document to the CS it sets the current date as the creation date. For instance If a document was created in the file system on 01/01/2018 I want to set this date as CreateDate in…
-
Content Server 24.1 RHEL 8 Installation issues
Hello, I am installing Content Server on RHEL 8. Here are the steps I followed: Installed the Content Server 24.1 Installed the Content Server 24.1 Patch Installed the Postgres SQL 15 database on my Windows machine Installed Apache Tomcat 10.1 Application server on RHEL 8 ( same machine where I am installing the content…
-
Content Server REST API get subnodes with modified data filter
Hi, I found following old question / discussion of 2014, but is there any bettery way to get all subnodes (/v1/nodes/{id}/nodes or /v2/nodes/{id}/nodes) using modified date or created date filter ? thanks,
-
Changing the Page Title
SmartUI displays page title as "Opentext Content Server". How & where can I change this setting to display the name of our application, so every page/tab that is opened displays this new custom value?
-
Using which API I can get the data of the Webreport where some input is required from User?
Hello Everyone, Actually I'm looking for the output of the webreport using API. That API has one Input parameter in it and while I'm trying to get the result of the below mentioned API using Postman getting attached error message. API: api/v1/nodes/{nodeid}/output Will anyone please suggest me something regarding this…
-
The items are not from the same database
In workflow, we have a EventScript which is simply there to initiate another series of workflow instances based on the attributes of the WF you are creating. After upgrading from CS16.2.4 to 22.3 (16.2.21.2017), this event script has stopped working. Having debugged it and stepped through into the Core modules, we have…
-
unable to create related business workspace using API
As per screenshots attached, tried to created related business workspace which seems to doing it but when I go inside the business workspace, nothing is there. Any thoughts?
-
How to Achieve Login information about the User in form template?
Hello Folks, I'm trying to capture the current user (Userid) details in a table while they are providing any input in the form. But on the DB level I'm not able to achieve that Kindly suggest something. Regards, Ritikraj Singh, +91 7610541180
-
How would I use the REST api to create a node with xrefs in one call?
I seem to be able to run the query on the nodes endpoint with the following body: { type: 144, parent_id: 48061438, name: 'test', roles: { categories: { '25953013_3': ['aaa'], '25953013_2': ['bbb'], '25953013_4': ['ccc'] }, xrefs: { xref_type: "XREF", xref_id: 2829282882 } } } But the server responds with an error noting…
-
Live Report fields for Transmittals
We are using CS16.2.7 and within our Production environment I am looking to urgently compile a Live Report which provides me with the full Recipient List, Acknowledger and Acknowledgement dates of a Transmittal that was sent So far I can see the following fields, but it is only returning a single user who acknowledged the…
-
RM REST API operations doesn't work with RM Classifications of Related Business workspaces.
Hi, I am trying to Get/add/remove RM classification applied on "Related Business workspaces" using Records Management REST API. However I receive an "error": "Could not process object, type 'Related Business Workspaces' has no role 'rmclassifications'". From Web, I am able to add and remove RM Classification on this object…
-
Could not process object, type 'Entity Folder' has no role 'classifications'
Hi, When I'm trying to assign a classification to Custom objects via web its working fine, but when I'm trying to do the same with Rest Api its not working and giving me below error. Could not process object, type 'Entity Folder' has no role 'classifications' While I'm invoking same request for Managed Objects its also…
-
C# - not receiving OTCSTicketExpires header?
Hi Members, I am running <server>otcs/cs.exe/api/v1/auth command in Postman and getting the header just fine: But when I run C# code (generated from Postman), my http response message does NOT contain this header :-(. Any ideas, what am I missing in my requests?
-
"ADN Table Key Lookup" field takes too long
Hello everyone We have a problem with a TKL field that performs a simple select in the database. It is taking 1 minute to load the data on the screen from the smart view, do you know of any way to improve the performance of loading the data from this field? note: 37,000 records are loaded this is the query select…
-
How do I return a JSON response package to a REST API WebReport call
I have an authenticated REST call successfully hitting a WebReport in a CS 16.2.11 install. The results of the WR with a LR source are currently returning as html in the response data. My destination on the WR is "browser" with a mime-type of "text/html". To simply display the page I would have something like this in the…
-
UNABLE TO START OTCS AFTER DEVELOPING IN CSIDE
Hi, I kinda messed up the DEV env while playing with CSIDE in eclipse although I didn't to anything drastic. What happened is that I imported DPS module and WEBADMIN to the srcmodules since I was looking to customize some DPS element. Then I created a new module in that folder and orphaned Utils.os from DPS to the module…
-
How to Create a Live Report to Retrieve Data on Files Uploaded to Content Server on a Specific Date
Hello community, I'm seeking guidance on setting up a live report in Content Server. My goal is to obtain detailed information about files that have been uploaded on a specific date. I would like to understand how to configure the date input in my user interface and then use that date to filter results into a table with…
-
Using REST API to mark a document as final?
Hello everyone, I'm new to Content Server development and these forums. I've searched the Swagger and the forums but cannot find an answer. I am using a C# service to move old document off of our network file share into Open Text Content Server using REST APIs. We are currently using version 22.4. Is there an API or some…