-
Camera API Access on the AppWorks Clients (cordova plugins etc.)
Hi All, Can anyone point me in the direction of any sample code or documentation for accessing the Camera Api under the IOS and android Appworks Clients? I've tried using the standard syntax as per the following but have done so with little success: https://github.com/apache/cordova-plugin-camera/blob/dev/doc/index.md .…
-
Process Suite - Cordys REST APIs required in next release?
Hi, REST APIs list the capability in Process Suite 10.5 release. I want your feedback/input on the next set of REST APIs required from Cordys. As we're planning the next Process Suite release this information will be useful to meet your requirements. Thanks Raj
-
WEM 8.5.1 API on appworks developer
With the release of WEM 8.5 sp1 and its support for appworks authentication will the API be published on this site? * Morgan
-
Content Server REST API
Hello, I am using the REST API to connect to my Content Server. How do you pull the User info? I can get the user_id, but I can't do anything with it. I've tried to treat it as a node, but it doesn't return anything. Any help?
-
DM 5.3 Create a folder (c#)
Coming from DM 6 you would define a 'File Part' by creating an object and defining it like so: oDocObj.SetProperty ("ITEM_TYPE", "E"); What is the DM 5 way of defining a folder since File parts and terms have been removed? Many thanks,
-
%PCD_UPDATE_VERSION problems in OpenText DM 5.3.1
I recompiled for DM server 5.3.1 some code which is correctly working with Hummingbird 5.1.0.5. Everything is working the same way except the replacement of the content of a document by setting lobjPCDDoc.SetProperty ("%VERSION_DIRECTIVE","%PCD_UPDATE_VERSION"); In this case I always get an error with ErrNumber -2147220925…
-
Example on how to use the Cordys BPM APIs
Hi, I need some clear examples on how to use Cordys BPM api's. Also some more extended examples on how to configure and use the APIs in general. Thanks, Danny
-
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…