-
Setting create_date and modify_date using REST API
I am using the Content Server REST API to upload documents from a file share. I want to add the set the create_date and modify_date to the existing values from the file system. Is there a way to do that? I see in the documentation that I can provide values for external_create_date and external_modify_date, but these do not…
-
Content Server 16 REST API
Hi, Trying to upload a document in a folder created in the upload directory specified in Content Server Admin using REST API but got error message that the file does not exist. Example: Upload directory: C:\temp Document Location: C:\temp\test\abc.txt Is the REST API able to read the document in the example location?
-
Fax validation
Hello Do you validate fax numbers ? I've sent fax on number "adada!!!" and get "job_state": [ "Complete", "Posted" ], Is it ok ? Thanks
-
Receive fax status via callback URL (fax status webhook)
Could anybody provide me example of request how it should look. I'm just want to set callbackUrl and get json like in https://developer.opentext.com/apis/99b857ce-b749-4061-bc63-8a077e3a0818/Cloud%20Fax#tag/Fax-status on request 'reports' => [ 'type' => 'summary', 'report_destination' => [ [ 'url' =>…
-
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…