API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
Update WF Attribute with a variable without single quotes
Hello everyone, We are using a WebReport to update a WF attribute with the WF Owner Id (initiator), it is being set but with a single quotes around it. We are using the below to get the "OwnerId" from the WF, and set it to the WF attribute "InitiatorID" [LL_REPTAG_'[LL_REPTAG_'[LL_REPTAG_TRIGGERID /]' WFINFO:OWNERID /]'…
-
How to download a file by WebReport?
I **** to download a file by WebREport,How to do?
-
RestAPI OTDS create a group
Hi, I am looking for an example of creating a new OTDSGroup in OTDS via RestAPI. This OTDS group must be created in a specific existing user partition. Also the authentication part for OTDS. is still unknown if there are any examples for that as well that would be appriciated. Thx
-
Rest: How to remove a use from ACL list
When removing permissions for a user (ACL) using the webservices it removes the user from the list on the UI completely. When i did the same with REST, it seems to leave the user listed in the ACL list (with no permissions to the object). SO the differences is that the name of the user is still in the ACL list of the…
-
llserverworker Memory leak
HI: My system version is 21.3, and the llserverworker process consumes 40GB of memory while the system is running. I restarted the system to solve the problem, but after another month, the memory reached 40G, please tell me how to adjust it.
-
OTCSTicket 401 Unauthorized Issue
Hey, I'm working on a java application that gets documents from the content server. The issue here is that when I generate the auth token from postman using the following API and pass it to the respective call as OTCSTicket, I'm getting the appropriate response, it works just fine. https://{url}/otcs/cs.exe/api/v1/auth…
-
How to open OFD files in CS
I have a requirement here. After uploading the OFD file, you can open it in CS to view it
-
Hot to set Expiration date to a document and send notifications?
Hello everyone, I'm working with the Records Management's OOTB features of OpenText and I would like to create 2/3 types of documents that have different expiring periods and send a notification when the document is expiring. Can anyone help me with some examples of implementation? Do I have to use RM classifications?…
-
Uploaded a new version of a document using Content Server API but cannot open the file
I have managed to get the uploading of new versions of word files version to OT working using /v2/nodes/{id}/versions. When trying to open the new version we are receiving following messages: "Word found unreadable content in <filename>. Do you want to recover the content...." and if clicking "Yes" I am getting another…
-
Content Server Database Tables
HI. I need to access a category attribute of each content server document to validate a date. I'm using LiveReport / WebReport. Can you tell me what table I can get the documents from the content server and also have access to the attributes of the categories of those documents? Regards, Felipe.
-
calling v2/search API with Employee ID
Wanted to get all documents of employee id in v2/search API Need to know what could be the value in where condition.
-
How to get the Data ID the last folder in a given path in Content Server? - REST API
If I have a folder path in content server which is let's say : A:B:C:D I want to get the DataID of the folder D. How to get the last folder DataID? I did SQL query but it's not fast enough. On the REST API I only familiar with the ancestors of a given DataID. Any other way I can somehow to achieve the required goal? Thanks.
-
How to access References using Content Server API (v23.3)
I am trying to find out how I can access the references using the Content Server API. Any guidance how to do this would be appreciated. What I want to do is to import the information about the references (name, etc.) to integrating party.
-
Records Management's RSI value on documents are not showing latest value within Web reports
Hello, we were asked to include the RSI value on a Web Report that lists all the metadata information about documents. For some reason it is displaying the RSI value of when the document was first added into Open Text ECM, and not the current RSI value (if it was changed after it was first added). The field we are…
-
Can't create Folders with specific User
Hi, we are trying to create a Folder on Content Server (16.2) via the following REST API: POST /api/v2/nodes But we get the following error: "You do not have permission to create Folder items. (SubType: 0).". The user we are using is enable to create other types of objects, such as Business Workspaces, but he can't create…
-
Integrating csui-sdk-24.2.0 into Angular 17
Is it possible to integrate the CSUI SDK into an Angular 17 project?
-
Can't create a Document via Rest API
Hello, we are using the POST API /v2/nodes to create a Document on our Content Server. The body of our request is: { "type": 144, "parent_id": 5627091, "name": "example.txt", "file": "UXVlc3RvIMOoIHVuIGZpbGUgZGkgZXNlbXBpbw==" } but we get the following error: "error": "An illegal attempt was made to upload a document". We…
-
Use Case Documents for OTCS
Hello, Are there any use case documents for OTCS? I am looking for some use cases for departments like finance, HR, aftermarket, and sales using OTCS. Any leads?
-
Get comment for a node via API?
I'm trying to find comments via the REST API - Looking in the UI, I can see that comments are different nodes within the "pulse" volume -- Is there a way that I can find these nodes for given a document node ID?
-
How to add/Update pulse comments using OTCS REST API
Hello everyone, I am searching for a way to add/modify pulse comments using REST API. I have a requirement where I am migrating documents from third party system and they have provided comments related to each document in xml format. I have to add these comments using REST calls or any other recommended way. I know there…