-
InfoCenter desktop client customization
Hi All, We have client who uses eDOCS InfoCenter desktop client heavily for their document and record management across organization. we have received few customization request from the client where we want to add some new features/modules and integrate new functionality inside InfoCenter desktop client. We are aware that…
-
Impersonate user eDocs REST API
Is there a way to impersonate a user using the eDocs REST API? I would like to create an app that could display a user's recent edits, but cannot find a way to connect and retrieve a DST for an impersonated user, or to pass a different username into a /folders/recentedits call. Is there a way to do this?
-
eDocs - Rest API - Update a document
Hi, I need to update the contents of a document, checking the document`s endpoints of the Rest API: https://developer.opentext.com/apis/9ca24bb2-a89a-446a-96dc-3138b8a5622f/eDOCS%20REST%20API#tag/documents I could not find a way to do it. I known it is possible to do with the DM COM API as follows: Is there a way to do it…
-
eDOCS REST API
This discussion was created from comments split from: OpenText AppWorks Developer website update!.
-
eDocs - Edit a document from a web application
Hi, I have a form where the user can browse his documents, is there a way to edit a document from the browser? From the perspective that the user will have the eDocs plugin installed in his machine can I launch the plugin using a protocol with the document`s data? I known OpenCenter has a way of doing it, maybe I can do…
-
eDocs - Rest API - "Lookup" questions
Hi, 1 - In the following endpoint I known that the profile parameter is the name of the form but what is the key parameter and where I can look for it? 2 - Is there how to known the total entries of a lookup table? 3 - How can I use the filter query parameter to seach for more than one field with an or clause? For example…
-
Check-in with minor version sub version is not working
Method : Put Url : http://10.234.82.164:8000/edocsapi/v1.0/documents/2176/versions/2455?library=EDOCSPPDEV Body: { "DOCNAME": "PASSPORT221_23_iNSTALL.docx", "AUTHOR_ID": "arul", "AUTHOR":"arul", "TYPIST_ID": "arul", "APP_ID": "MS Word", "FORM": "1839", "_restapi": { "form_name": "DEF_PROF" } } Above Rest API is not working…
-
eDocs Rest API for delete reference is not working
I am trying to delete the reference by using below url, http://10.234.81.245:8000/edocsapi/v1.0/documents/8/references?library=ARDEMO but not working getting below things in the logs, 2021-07-21 10:22:27,145 [ 10.141.40.206][SYSTEM][12080]->[HTTP] OPTIONS /edocsapi/v1.0/documents/8/references?library=ARDEMO 2021-07-21…
-
eDocs - Rest API - Searches evaluation with "or" clause in criteria
Hi, I am using the searches/evaluation endpoint as below: It is working but now I would like to search using an or clause, something like: Is it possible and what is the correct schema to do it? The mobile version of the app has a unique input field and I want to either search for title or the number of the document. Thanks
-
eDocs - Rest API - Checkout doubts
Hi, Checking the /documents/{id}/versions endpoint I noticed that it returns a list of versions with a STATUS key, I known that we can LOCK the document not necessarily a specific version, so I wonder what is the meaning of STATUS for each version returned? How can I discover to which user is the document checked out when…