API, SDK, REST and Web Services
Topics included: REST, Web Services, LiveReports, IDE Development, Smart View SDK, LAPI, Search API
-
Show All [Type] Items , Live report
Hello Developers, I have recevided SQL source from this Live report for viewing of "Documents" via Live Reports which are on xECM. select DTree.*, KUAF.Name kuafname from DTree, KUAF where (DTree.SubType=144) and (1=1) and (KUAF.ID=DTree.UserID) order by DTree.Name Now using custom live report I am getting correct values,…
-
"Authentication Required" when calling REST API '/api/v1/auth'
Hi I am new to Opentext. Trying to use REST APIs first time. Using Content Server 21.3, build 16.2.17.1604 We were given a Test Environment where I was able to browse through the folders and files in the content server from the web browser User Interface. The following works.…
-
OTDS RestAPI Patch User
I have some sample code that utilizes OTDSWS's PATCH user call (https://developer.opentext.com/apis/3a7bfdae-4cd3-465c-8485-c887f65def9b/bb4a87a8-62f4-4f81-a16e-2a258e7a51f1/3b775ec6-de97-46e2-b280-7b32f3d243e3#operation/patchUser_1) to update user attributes on OTDS. It works on my development environment. For some…
-
Stupid question - uploading doc via REST using Postman
Hi, Normally with a REST upload, you would have a file parameter of type file (not text) and then Postman would automatically convert it into a MIME encoded stream. With the REST API, when it's asking for a body consisting of JSON which represents the type, the name, the parent_id, and the file, the file is supposedly the…
-
Moved: csui-sdk 21.4.0 FolderBrowser Widget add Button sample
This discussion has been moved.
-
ADFS & OAuth2.0 - MSIS9224: Received invalid OAuth authorization request.
Hi, i would like to know if i can configure the redirec_uri sent to ADFS by OTDS by my OAuth 2 handler. For example, i get the following error from ADFS: The received 'redirect_uri' parameter value does not match a valid redirect URI registered for the client identifier "**************". redirect_uri value received :…
-
ADFS & OAuth2.0 - MSIS9224: Received invalid OAuth authorization request.
Hi, i would like to know if i can configure the redirec_uri sent to ADFS by OTDS by my OAuth 2 handler. For example, i get the following error from ADFS: The received 'redirect_uri' parameter value does not match a valid redirect URI registered for the client identifier "**************". redirect_uri value received :…
-
Does Documentum 6.7 support REST API
Hi, We have a business requirement to move some of the files from Documentum 6.7 content server to Sharepoint online. Can you help with the below questions ? 1) Because Documentum 6.7 is quite old, do we not have it's binaries/downloadable available from anywhere from opentext or elsewhere ? 2) Secondly the most important…
-
Invoke custom doctool from enterprise scan Archiving script
Hi Colleagues, We have a new requirement from one of our customers, which uses Extended ECM for SAP The customer scans documents with Enterprise Scan 16.2 client application to OT Content Server 16.2. Some of the scan client stations use document pipeline for archiving, while all others scan directly from ES to CS. We have…
-
Exporting Documents from CS v16
What is the efficient way to export 35000 documents with all versions from Content Suite v16 to Windows file system ? The documents are stored in multiple folders in Content Server . Thanks & Regards Saswata Mandal
-
Web service to modify the workflow management
Hi, I have a scenario where I need to modify the workflow management area(Permissions) dynamically, is there any web service available for this purpose? BR, Khurram
-
Issue uploading document with REST API (Powershell)
Hi, I'm developing a script to migrate our eDOCS DM data to Content Server. Everything is pretty much done and I've been able to migrate about 200K documents in a test run. I've ran into some issues that I'd like to fix. I have the following snippet of code: function New-CSDocument { param($CsUrl, $OtcsTicket, $ParentID,…
-
Issue with multithreading node creation with REST API
Hi, I'm using the Content Server REST API to upload many documents. My program uses multithreading and load balancing between two front end hosts to speed up the process. My issue is that if doing this, Content Server rejects many documents. What would be the best way to achieve multithreaded node creation on Content…
-
Cant create a new project for CSUI SDK
Hello. Im having trouble to create a project for the CS SmartUI SDK. I followed all the instructions of the .pptx and README.md provided, but always i got stuck in this step: Especially, in the yo csui-extension command line. In different platforms, I got different errors: In Windows 10 x64, with NodeJS 16.13.2 , grunt-cli…
-
Add multiple document in folder using REST API (Content Server)
Hi All, I want to add multiple document to a node in Content Server, I am aware using Endpoint as mentioned https://developer.opentext.com/alpha/cs.exe/api/v2/nodes , I can upload a file to a respective node but what if I want to attach more than 1 file in a single call. thanks in advance. Regards, Ankur
-
How to make HTTPS call from inside oscript?
From inside oscript (CSIDE) is it possible to make an HTTPS call without using Java?
-
Create document and set custom attributes in one API call
Currently I am using an API call to create a new document, which at the same time fills in custom attributes. The screenshot below shows that particular API call. This API call works fine. However: the 'parent_id' where this document is stored, has 3 categories. When the API as shown above is executed without the 'body'…
-
Create a new version of a category programmatically
Hi All, I'm trying to write some code to update the list of attributes inside an existing category. Is it possible change programmatically a category (via REST API, Content Script o via LAPI) to add or remove an attribute? Thanks in advance for your help. Cristoforo
-
Is there a fixed result limit via REST
Hi all! We habe updated our servers to CS 20.4 and today i experienced a funny situation. As always we are dooing some REST calls to filter the results according to our required parameters. In the past we had set the limit to 300 and now it seems like the range_max is about 100 Here is the call. You can filter until the…
-
Content Server 20.3 - unable to upload a document to a specific folder using the REST API
We are trying to create a new node in Content Server by uploading a file from a local source. We want to put the document in a specific Content Server folder that we created in the Enterprise Workspace. We tried: POST with application/x-www-form-urlencoded…