-
I need help with a REST API query, POST "/fax/send". Can you help me with the authentication, body a
I need help with a REST API query, POST "/fax/send". Can you help me with the authentication, body and headers for this API. Also, as this API is Open API, how to use it? what will be localhost, I should be using for my machine.
-
How to get OTCS ticket using OAuth2 Client Credentials grant flow in OTDS
I have an unattended/automated task that uses the OTCS REST API to perform searches and add documents. I would like to convert it to use the OAuth2 Client Credentials grant flow, so I can use a client secret rather than a username/password. I have set up a new OAuth client in OTDS with default values, and have the client…
-
eDocs Doc IDs - How are they created?
Trying to explain to someone the "real" document ID of their document is a tricky situation. I am curious as to how the system decides that file name. I can see some similiarities for documents within author folders. I would just like to understand how they come about. -Thanks Maria
-
Abort workflow using REST API
Hello Experts, We have a custom application that is integrating with Documentum using REST APIs. This custom application is launching a workflow in Documentum using REST API. Due to some issue, business might want to terminate the workflow from custom application. I am looking for API that I can use to abort the workflow…
-
How to specify metadata field values in database search query in v6
Using OTMM 22.4, How do I specify the metadata field values in database search query in v6? /otmmapi/v6/search/database There is no example or description on how to use this:
-
update asset metadata exception : The request could not be understood due to malformed syntax.
Hi Team, When I try update asset metadata field using Rest API(PATCH Method) it throughs exception like "The request could not be understood due to malformed syntax". Is it an issue with Syntax? Test Sample : Method : PATCH uri : https://<ServURL>/otmmapi/v6/assets/id?lock_strategy=optimistic Body : Field Details : I am…
-
Executing custom code after checkin process
Hi! I am new to java and DFC development. We have developed a custom code that is ideally executed after the checkin process is completed. We use the below if statement to trigger the custom code: if (strAction.equalsIgnoreCase("checkin")) { //custom code here } unfortunately, the code is executed when the checkin process…
-
Why should the Multilingual Check function always return True?
Hi, We want the browse folder functionality to avoid having the sql query join with the webnodes_metadata_EN_en table. This woud improve our browsing experience tremendously. To achieve this there is a configuration setting, however this is always overruled in the Oscript function '_GetSelectWithPaging_IsMultiplingual'…
-
error trying to access DFS
when trying to connect to DFS I'm getting this error: Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class com.emc.documentum.fs.tracing.DFSTracer at com.emc.documentum.fs.aspects.Tracing.ajc$afterThrowing$com_emc_documentum_fs_aspects_Tracing$3$8b9079b8(Tracing.aj:74) at…
-
Issue with rationalizationApi PUT API
Hi, I try to use rationalizationApi PUT to update a library(document), but stuck on this error: { "timestamp": 1726883080329, "status": 400, "errorCode": 310385, "message": "Bad Request", "details": "File size exceeds maximum supported size (-1)."} Here is my endpoint and request: PUT http://{my opentext…