-
Change to Capture application URL in Build & Test region
With the recent upgrade to Capture services within the developer Build & Test region (NA-1-DEV), the preferred login url for the Capture applications (web and desktop clients) has changed. This change is to align with the URL used within the commercial regions. The url to be used for the web client is now of the form shown…
-
set attributes when initiate workflow using RestAPI
I am calling this endpoint to initiate a workflow /api/v2/processes and set the body={"definition":{"workflow_id":30568}} I want to pass 2 attributes called "Name" and "Email" that I should take this attributes in the start step how I can do this ? I tried to set the body as {"definition":{"workflow_id":30568},…
-
initiate workflow rest api 22.1
Hi, Is there an example where they show how to consume the API rest of starting a workflow process?
-
Getting multiple error in custom app by using DFC
Hi Team, We have written a custom web application using DFC code for viewing/uploading/downloading documents. During these activities, the listing of documents, viewing/uploading/downloading the document we are creating sessions and post completion, releasing at every step. We are also done the session pooling setting in…
-
Change Document Create Date With Rest API
Hi, I'm trying to change document's Create Date value with the api/v2/nodes/{id}/systemattributes PUT request. Here is the documentation : I try to set it to 2020-01-01 and this is the response that I get : It seems that it only returns the info and not even changing the create_date field. What am I doing wrong? is it even…
-
Exstream Input Channel Https
Hi, good day, I am using Exstream Cloud Native and I need help on the https input channel to identify how to use this link: https://<orquestrationURL>/api/v1/inputs/<mode>/<domainID>/<serviceName> And how you could run it with postman for testing.
-
update object using rest services
Hi All, We are working on documentum 7.3 rest service . We are able to use the read(select ) dql query to retrieve details and its working fine. if we use update query it say only read query is allowed . Please help us how to update the object using rest service Regards, Krishnasami
-
Simple C# outbound fax
Just uploading a simple C#.net fax program to send a simple fax using easylink API (2.5 version of the API).
-
Documentum REST API
Please see post from @makkepriyanka, https://forums.opentext.com/forums/discussion/230845/documentum-rest-api#latest
-
CORS issue when trying to authenticate
Hi, i got an error when im trying to authenticate using otcs/cs.exe/api/v1/auth with POST method, my origin is from localhost if that matters. So how to resolve it is there any configuration that i need to follow?