-
Do not work REST API
Hello, I want to use REST API CS 10.5 update2015_03 for my mobile app. Mobile App run on AppWorks. Mobile have to render and to submit Forms. Forms was create with templateDocuments. 1.jpg – I want take this form on my mobile app. Take all fields and values 2.jpg – document template. List attributes. 3.jpg – form…
-
Tempo Box - deploying AppWorks
I am trying to deploy Tempo Box in our organization. I installed the pre-requisites, I installed and configured the Apache Tomcat server as requested. I don't have OTDS installed so I want to use Content Server authentication. I am at the point where I have to deploy the AppWorks. When I go to the…
-
AppWorks Gateway - Unable to send emails/notifications
Hi All, Has anyone seen this error log from TomCat Catalina when AppWorks try to send an email? Ultimately would like to resolve this for the share notifications, rather than getting users to check the web client. All other functionality at this time works. May 18, 2015 10:00:01 PM…
-
Javascript and Livelink Web Services
Where can I find a list of available Livelink web services? I have an external (to Livelink) application that contains a livelink folder ID. I need to issue a command when a button is pressed that will extract all Sales Contract (PDF files) found in the folder and store them on a shared drive. Is this possible? The…
-
404 Error for API calls
Hi, I have set up a simple login form using angular and ionic framework. When the user submits their credentials it will call the OTDS rest api for authentication: http://server:8080/otdsws/rest/authentication/credentials. This call works fine for me on Advanced Rest client, but it gives me a 404 error when I test on my…
-
How to use livelink webservice for creating Document instead of LAPI from java
I am doing research for Accessing Livelink Content Server information using Livelink webservices instead of LAPI, from Java code. I wanted to know the procedure or steps to achieve these things. Thanks in advance
-
Appworks and External Web Apps
Is there a way that appworks can pass on it's authentication to a windows authentication based web app? For example, a user logs into ECM Everywhere with there username and password and then the click on a link within that app that takes them to an external web app, say a SharePoint site. Is there a way that the…
-
Offline work with AppWorks
Does AppWorks work in offline mode? I use CSDemoApp for testing AppWorks. How can I create files without network in my CSDemoApp? How can I sync my CSDemoApp with Content Server 10.5 when connected to the network? If I turn flymode on my device. How can I work with CSDemoApp? Interested authentication, authorization, and…
-
TempoBox - OTAG - Count not login to Content server using OTDS authentication
Hello, We are trying to implement TempoBox 10.5.0. We have following components for this implementation. OTDS 10.5.0 SP1 patch 5. Content Server 10 Service Pack 2 Plus Update 10 AppWorks Gatway 1.1.6 Our OTDS is integrated with Microsoft AD using synchronized partition. Content server is using OTDS for authentication. OTDS…
-
How to list the documents in Project workspace using Content server REST API
we are unable to get list of subitems under project workspace. we have tried in below ways we can only able to list sub projects. 1 ) api/v1/nodes//nodes 2) api/v1/volumes//nodes it is expected type id but we are not able to find type id for project(personal workspace type id=142 , enterprise workspace is 141)