-
Kicking off a workflow with the REST API
Is it possible to kick off a workflow with a REST API call?
-
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"…
-
Pagination in REST API (or limiting how many objects are returned in the JSON)
Hi, For most implementations, this is probably not a big concern but has any thought been given to how you could paginate results using the REST API? I looked at the API guide and didn't see it. Example. Let's say you go to retrieve all children of a particular folder, and the folder has over 10,000 items in it. Very…
-
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…
-
General Upload question - using Google Advanced REST client
Hi, I will probably need fiddler to get this one figured out, but has anyone who uses the Google Advanced REST client seen this behaviour with file uploads to the CS REST API? What is happening is it's failing with an error when it tries to set the file. WHy it is failing is because instead of getting multiple files,…
-
"Reserving" new REST API methods?
When developing OScript modules - in particular new subtypes, audit events etc - OpenText provided a registry for customers and vendors to effectively "reserve" ranges of IDs to mitigate developers competing/overlapping. What is the "practice" for REST APIs - specifically, if a Partner needed to develop a new method (for…
-
Is there any rest api to manage discussions?
Hi! I'm looking for the best way to manage discussions on content server. I'm developing a small application in Javascript/html5, and I've been able to show a list of folders and files and navigate through it's contents, but now our customer told us to view discussions, topics, replies and reply to those topics. So,…