-
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:…
-
Content Server via REST
Do we have any documentation on usage of REST APIs of Content Server? What will be the base url to access the APIs. What are the requirements and configurations needed to enable this. Thanks
-
A better / faster way to set object right on LL object.
Hi, I'm currently trying to improve our Java LiveLink application. One of my biggest challenge is to improve the update of object right. I'm actually using private LAPI_DOCUMENTS documents;//... exemple...//documents.SetObjectRight(idVol, idObject, LAPI_DOCUMENTS.RIGHT_UPDATE, idGroup, permission, 1); On each object that I…
-
How Do I configure Cordys BPM Server
Hi, I have installed Appworks Gateway locally. Can you please provide the steps on how to configure Cordys BPM Server to consume it's REST API? Can you also please point me an example of how to create a sample App consuming these Cordys BPM REST APIs? Regards, Phani
-
Authentication error when accessing Restful service
Hi, I am attempting to view loaded web applications via the WebAccess app. If I point my browser to http://localhost:8080/gateway/v1/apps?type=web I get the following error: HTTP Status 401 - Unauthorized This request requires HTTP authentication This error is preventing the WebAccess page displaying loaded web…