eDOCS
Cloud ready solution offers instant access to a full set of eDOCS capabilities, no matter the cloud deployment model
-
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…
-
eDocs - Rest API - Get the DOCNUM of a created document
Hi, I am uploading a document using the endpoint: POST /documents It is working as follows: But the response does not give me the new document`s DOCNUM. I need it to reference the document to a folder. Is there a way to indicate the properties that I want it to return? Thanks.
-
eDocs - Rest API - Get a collection of available workspaces
Hi, I would like to know how can I specify more than one filter criteria in the Get methods`endpoints like edocsapi/v1.0/workspaces. It is working perfectly fine with edocsapi/v1.0/workspaces?library=JURIDICO&filter=AUTHOR_ID=MARCIO I would like to add another criteria like…
-
eDocs - Rest API - Get a collection of results based on the specified search criteria
In the documentation the endpoint: POST - searches/evaluation Specifies the body as a multipart/form-data Even the swagger version specifies the same with an example body: I could not make it work with Content-Type: multipart/form-data;
-
eDocs Integration - DM API, Retrieve folder items
Hello, eDocs 16.4 version. I'm trying to look up the items in a folder using the DM API (configured with the HTTP protocol), but I'm not succeeding. I have a document as listed in the version table below: VERSION Table: VERSION_ID 652234 DOCNUMBER 610406 VERSION 1 SUBVERSION ! VERSION_LABEL 1 AUTHOR 5954466 TYPIST 5954466…
-
eDOCS REST API Server - 'custom' implementation
Hi, I am trying to implement the 'custom' option of the eDOCS REST API. I have followed the instructions in the PDF, 'Getting started with the eDOCS REST API and InfoCenter customizations' as below: 1. Stop the eDOCS REST API service 2. Copy the custom folder to c:\Program Files\Open Text\eDOCS REST API Server\eDOCS 3. You…
-
Tool to Automatic Synchronize AD Groups and Users
Hi All, Is there any free tool to automatic synchronize AD users and groups in eDOCS Server? We are looking for a tool that will sync the users that are in groups in Active Directory and they will be automatically added to eDOCS Server? The sync can be a schedule task or something but not manually. Thanks. Kind regards,…