-
Can notification be set on a folder through the REST API
I want to create a folder and be notified when someone uploads a file to it. I've got the folder creation call working. But how would I set the notification feature?
-
Getting otdsticket from OTAG application
Hello, How can I get access to the otdsticket from a mobile app in OTAG? or, alternatively, how can I get it using the otag-server-common.jar library in my tomcat/lib directory? I don't want to provide credentials for it, I would like to use the otagtoken instead. Thank you for your help.
-
Can I View File on my device (Android, iOS)?
Hello! I have some problem. So, I developed simple application for AppWorks. Application can download file (pdf, doc, docx and etc) form Content Server 10.0 on my device. Then I can view file in my device without internet. For view file I use this code: function doOpen(url, target, params, numExpectedRedirects)…
-
Has the REST API been vetted?
Has the REST API gone under and passed any kind of security certifications?
-
CS10.5 Rest API Errors
Hello, I am working on creating AWG application using Java and CS10.5 REST api. I am new to REST API. While authenticating CS10.5 User from Java code using REST API I am getting error. So I wanted to check Rest API methods input and their response. SO I used Postman REST Client in chrome. While trying Rest APi…
-
Successful login and browse, but receiving 401 on folder create attempt - Unauthorized: Access is de
I'm able to log in and browse a folder, but when I try to create folder in the folder I just browsed, I get a 401-Unauthorized response: Access is denied due to invalid credentials. I tried while logged in as myself with all Access writes checked and applied to "This Item & Sub-Items". I've also tried as user with the same…
-
How do you upload a document with a REST API call?
Assuming it's possible, is there an example of uploading a file using a REST API call? The closest I've found is the DEMO, but that is using Apache Cordova to build a mobile app. I would image using an AJAX call to /api/v1/nodes with a method of POST and a content-type of "multipart/form-data". But what parameter holds the…
-
OTAG 1.2.1, OTDS 10.5 and CS10.5 settings to access CS10 demo app
Hello I have installed AWG 1.2.1 along with CS10.5 & OTDS 10.5 on server. As per AWG Installation guide it is mentioned that if you are using Internal Authentication and not OTDS then only you have to create below entry into Server.xml Initially I was not able to login and create trusted url using "otadmin@otds.admin"…
-
AWG Application acess issue from Bluestack (Unauthorized User)
Hello, I wanted to create mobile app using AWG. For that I have installed CS10.5 and OTDS 10.5 installed on server. Further I have installed Pulse module and Tempo Box CS service and have created DB links required for the CS service using CS administration on admin page. Next I have created new DB as “otag” on MS SQL 2012…
-
Looking for the Swagger docs for Content Server REST API
The Content Server REST API - Quick Start Guide states that The only mention of Swagger, that I can find, is in a Knowledge Center document for OTMM, OpenText Media Management, not Content Server (OTCS), that states I've successfully logged in through a browser at http://<server>/livelink/llisapi.dll/ and also through an…