-
Use PATCH verb to search?
A coworker pointed this out to me, and I couldn't think of a good reason for it... The OpenText RESTful API documentation illustrates how searches are supposed to be performed. The example that it gives cites using the PATCH HTTP verb: URI Method Notes /owners/123/dogs?where_color=tan&where_had_shots=true PATCH For a…
-
change a_storage_type without moving content from filestore
Hello, I want to separate files in documentum by years, Imagine that for year 2014 I create filestore fs_2014, for year 2015 fs_2015 and so on... Now when I create my custom_type and set it default storage to fs_2014 all documents will be stored here. But in year 2015, I want to save all documents to fs_2015 so I will…
-
What is the planned future of EasyLink FTP Upload service for mail/fax jobs?
Hi, we support and maintain an application which utilizes the antique FTP service developped by Xpedite/MessageReach (then Premiere Global Services, then EasyLink, now OpenText). What is the planned future of this service offer? AFAIK the EasyLink XOA 2.2 SOAP API also offers all required functionality to send and manage…
-
What is the planned future of EasyLink XOA SOAP API?
Hi, we support and maintain an application using EasyLink XOA 2.2 API based on SOAP. This API was originally developped by Premiere Global Services back in times when they merged MessageReach and Xpedite to offer an API for the operations actually offered by EasyLink MyPortal. Since you seem to be the new owner of that…
-
How to make IE show JSON output instead of downloading it!
This isn't a question... but if you want IE to display the JSON rather than try to download it: Create a Reg file: Windows Registry Editor Version 5.00;; Tell IE to open JSON documents in the browser. ; 25336920-03F9-11cf-8FD0-00AA00686F13 is the CLSID for the "Browse in place" .; [HKEY_CLASSES_ROOT\MIME\Database\Content…
-
How to receive base_url from the AppWorks Client
Hi, When you use the appworks app, you already add a username, password and authentication url. How can I retrieve and re-use this url? This would prevent me from having to put it hardcoded in my code.
-
How to get the array of properties
Hi, I know this is a javascript question and not an API question, but I cannot seem to figure this out. When I retrieve the properties of a folder, how can I do this in an easy way. This is what is returned by the API:…