-
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…
-
Where are saved the users informations ?
In the database generated by AppWorks, in which table ate stored the users ? There is a USERSTATE table, but it only stores information about the user photo and the last seen event. Where are the other user info like name, address, email, etc... ? I need to know this so I can create a relation in JPA (@JoinColumn) for the…
-
How to make an AppWorks Gateway API REST call?
I am trying to use the AppWorks GateWay API to get back a list of users. My reference is: https://developer.opentext.com/webaccess/#url=resources%2Fapis%2Fawg-v2&tab=501 The following is my URL to the AppWorks gateway: http://server1:8080/gateway It shows me that I am using: OpenText AppWorks Gateway v1.1.5 I get a…
-
CS UI Widget use
Hi, I`m trying out the new CS UI Widget module. I went to the documentation and grabbed the simplest example and am trying to run it. The HTML is as follows (I added the Doc Type which isn't showing after being advised by the browser's javascript debugger): <!DOCTYPE html> <script>csui.onReady(function () {new…
-
Using REST API to customize Content Server UI
Hi, I'm looking at the Content Server REST API as a quick and dirty way to add additional functionality to a Content Server page, perhaps served through an Appearance or a CustomView page. To make this work, I need to ask a couple of questions about the API's capabilities (this is for CS REST API V1, not AppWorks Gateway…
-
How to relate user profile in my Services/Apps
Hi. I'm learning how to work with AppWorks, but I'm kind of stuck here... I want to create a simple service/app to share messages/topics/ideias/whatever. Each message will have a title, a message and a date. I would also like to each message have a reference to the user that wrote it, but I don't know how to relate the…
-
Clarifying when to use which API for Content Server
Hi, While attending the partner deep dive event in Waterloo this week, I asked and got some answers to the question of when to use which customization methods. I'm posting here with the intent that Open Text will clarify that I've understood correctly, and elaborate on where I'm vague, and correct where I'm flat out wrong:…