-
InfoArchive - get record by id using REST API
Hello. I'm using InfoArchive REST API to retrive the records. I'm doing it using search-composition (Services->Tenant->Application->Search->Search-Composition->Execute). On below image is the result of doing POST HTTP on search composition -> execute. The results have the ids. How can I make the request to get the specific…
-
ContentServiceClient - DownloadContent web method response error.
Hello, I'm currently able to successfully Authenticate and get the content context but when calling the ContentServiceClient's DownloadContent web method the following error message is being thrown when executing the following line of code: DownloadContentResponse downloadResponse = new DownloadContentResponse();…
-
NTLM API Calls Failing using WR Subtag
Recently we upgraded our system from CS 16.2.5 to CS 20.2 and started seeing this issue intermittently. We are calling some external .NET NTLM web services from Content server using Web Reports FetchURL subtag. Since FetchURL subtag doesn’t support secure calls(https) we wrote an JAVA utility(jar file along with custom…
-
415 Unsupported Media Type
Hello. I'm tying to send fax and in all of cases getting `POST https://t2api.us.cloudmessaging.opentext.com/mra/v1/outbound/faxes` resulted in a `415 Unsupported Media Type` response: {"error_code":"40015","error_message":"Missing Data"} Tried with different types, then created the identical request like in api-doc…
-
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…
-
Accessing API When OTCS is Using Single Sign On
Hello, I'm looking to utilize the OTCS API; however, we are using OAuth 2.0 in production. In the development server, which uses basic authentication, I was able to pass the username and password to the api/v1/auth end point and receive an OTCS ticket that I can then pass to all future API requests. No issues there. How…
-
Get document path whit docman
Hi all, We need to obtain the full path for a document located in a Business Workspace with the docman api, when the document it's inside of a Business Workspace the script only shows the path up to the business workspace and the rest is lost. ¿Anybody have any idea that can help us? Thanks a lot
-
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…
-
API endpoint to create cross-reference (XReference)
Greetings, Is it possible to create cross-reference (XReference) with API? I've looked into the API specifications, but was unable to find it.. Thank you, Vlad