-
Does Create document in /v2/nodes API support multipart/form-data?
Hi, I am having trouble uploading files with the Content Server 22.2 REST API. https://developer.opentext.com/ce/products/extendedecm/apis/contentserver222restapi POST /v2/nodes Create document required fields: type, parent_id, name, (file or upload_key) defaults: type = 144 Please tell me about the above. Is the…
-
Web API for RightFax 21.2
We are upgrading Rightfax with version 21.2, earlier we were using version 10.6. In newer version 21.2 we are planning to integrate send/receive fax using web API. We have installed RightFaxSDK to integrate send/receive fax functionality. To use the API methods when we access the RightfaxSDK API url…
-
AppXtender REST API POST Error while uploading document
Hi , Anyone has experience with Axdoc, I am trying to upload a doc but its giving me error if you can share postman call that would be good
-
How to get JobDeliveryStatus Response?
Please share how I can hit the JobDeliveryStatus in either PHP or NodeJS so that I can fetch email bounces in our CRM. We are unable to understand the documentation and the code we have written is not fetching us any results so far. Let me know how we could use the SOAP API here otherwise provide us with easier REST…
-
eDOCS REST API - token timeout
How can I refresh the token timeout?
-
rm_metadataToken is empty string when getting rmclassifications on a node
Content Server 22.1, build 16.2.19.1809 Hi ultimatly I'm trying to use DEL: /api/v1/{id}/rmclassifications/{classid}?rm_metadataToken={token} However, when using GET: /api/v1/{id}/rmclassifications to get the classifications and rm_metadataToken, the rm_metadataToken is returning as an empty string. this is stopping me…
-
Accessing Application Groups
We need to get list of application groups. We found two different APIs for this. One in admin API and one in Content Metadata Service APIs. What is the difference between these two APIs? Which one is recommended if we want to access group by user who is not application administrator? Which API supports filter using group…
-
Is it possible to set the mime type in a Rest API?
Hi, Id' like set the mime type in creation Rest API, is that possible? in Swagger it's not defined. it seems to be inferred from the name of the file. I'm using Content Server 21.4 REST API and the call is /v2/nodes body: file=bytearray name=test type=144 parent_id=12345678 is that possible pass i.e.…
-
AppXtender - Copy file from location to another
I am attempting to download a document using SOAP API version 16.6. I have the documents in one folder and am attempting to download a document and create it in a different folder. I am using Java. Are there any examples on how to do this? I am unable to get the download to work.
-
Retrieve document from InfoArchive API
Hello, I figured out how to perform a search on InfoArchive using API's and search compositions. In the response there is a result list with all the metadata, including the attachment. The attachment shows an url. When doing a GET on this url, the document is retrieved from InfoArchive. In this case I have to do 2 API…