API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
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…
-
Subgroup in category
How get the subgroup from category in cal api rest in Content server 22.1?
-
OpenText System Center manager. Steps, Executions plans, Utilization
What I intend to do: Create/Modify Configuration files (.ini and .xml) Hello, I am looking for information regarding system center manager, I have read through the Administration and configuration guides, watched all that there is on the OpenText-How-To YouTube page, and took to Documentations I received in my Training…
-
WR REST API syntax for DATETIME
Hi folks We are initiating a Workflow from a Web Report and starting the web report from a REST API call. One of the attributes is a DATETIME and I am able to send the appropriate string to get the DATE part set, but all my efforts at setting the time are failing. I've tried "02/05/2024 09:42 AM", "02/05/2024 9:42 AM",…
-
Access Image URL without Extension from OpenText Content Server
Hi Team, We are trying to access this image from OpenText Folder using JAVA, but we have no idea how to do this. We have very large OpenText Document Server. URL : https://abc-dev.company.com/otcs/cs.exe/1222348/product.png?func=doc.Fetch&nodeid=1222348&viewType=1 The URL is modified to protect the integrity, but it the…
-
Classify API
When using Classify API I put in the project name and it returns "Erreur générique irrécupérable. IsRecoverable: False, Target exception message: Failed to find a processing engine. Item type: Recognition project, Item name: ",
-
Rest API add version C#
Anyone has an example on how to upload document as a version using C# and CS Rest API v2/versions. I'm able download a document, even create a document (long time ago), but for some reason can't get a version upload. I'm able to upload a version in Postman, but It keeps failing when using C#.…
-
Adds a new version on the node.
How to build the payload to add a version to a node. I am following the Content Server 21.1 REST API documentation and it responds with an error bad request
-
Define mime type in API call?
We have an automated process using the API that creates a folder structure and uploads PDFs to Content Server. Unfortunately, this proicess does not define the mime type so it's set as "application/octet-stream", which means that these documents are excluded from renditioning, since our rendition rule is set for PDFs and…
-
REST API - Upload a document to add a new version
Does Rest API support the function to upload a document to exiting item as a new version? What's the correct structure to make the call? Thanks.