-
Create Users in OTDS
Hi guys, Trying to figure out OTDS. Question 1: So there is OpenText Administration Client with OTDS "plug-in" where I can create new users/groups/particions etc. Is there a way to create a new user in OTDS via some kind of "API"? Basically I'm looking for a simple web application where I could create new user in local…
-
Migrate data from Archive Server 9.7.1
Hi, I would like to know, which Interfaces exist to Access data from Archive Server 9.7.1. Background is a Migration of data to external System. Thanks in advance! Regards, Martin
-
Extending CS REST API
I'm currently digging into the REST API ospaces but does Open Text publish any sort of best practices and/or how-to guide for extending the REST API? I can envision a few scenarios where you might want to expose other CS entities to the API which are not nodes (i.e. assignments, tasks) or nodes that you want to have…
-
Redundant "Content Server" text appearing in the mobile AppWorks header
I have a mobile app (OTMM) which is basically of type "shortcut" pointing to my app's url (given as value for key url.default in app.properties). After deploying the app in gateway and accessing it from ipad/mobile, I find "Content Server" in the header section. What could be the reason for it? Any tight coupling between…
-
FORMS REST API
Hi, Is there any documentation for the forms API? I was just trying it out and if I didn't know better, I'd say it's not complete. The Content Server REST API documentation defines nodes, volumes, versions, (and auth of course), but not forms. Looking at the GetMap feature for the Forms Resource, it seems to only define…
-
REST Client add-on for testing
I read in the CS REST API development guide that it's possible to use a REST client add-on with your browser. I've been trying out REST Easy for Firefox with little success. What are others in the OT Development community using when they want to test out an API without building a full-on Javascript client? At this point,…
-
CS REST API
Hi, Is there a way to get all nodes with the same subType from every where in Content Server? Thanks.
-
UI Widgets Basic Example Authentication
Hello, I am attempting to connect to the content server API to create a Folder Browser Widget from my local machine. Every thing appears to be correct, but when I attempt to authenticate all I get back is "Unknown Error". This is not a very helpful error, and it is difficult to step through the javascript and jquery to see…
-
About Logout functionality
Logging out from AppWorks should invalidate my application's session. For logout, is there any listener or so, such that when Logout of AppWorks (webaccess) is clicked I can invalidate my applications session and call my OTMM app's logout functionality? Is there any other way to invalidate my application's session by…
-
AppWorks Gateway API not working ?
So, I'm a begginer and I'm trying to use the AppWorks Gateway API v2, using AppWorks Gateway 1.1.6. When I try to do a GET on http://myserver:8080/gateway/api/v2/profile, I get a "The requested resource is not available" response. Am I doing something wrong ? Am I missing something ? This case is just an example, I get…