-
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,…
-
Roadmap question: ReST Extension for Content Server Workflow
Hi, About a year ago, I started developing a ReST extension for workflows. I hadn't developed much beyond the prototype stage but what I did have give me a framework for accessing all components of a workflow and doing most major WF operations. I stopped developing it further when I found out that ReST extensions were on…
-
OTDS Authentication Service
Hi Everyone, I am trying to find the proper link to the OTDS Authentication Service. The example given here: https://knowledge.opentext.com/knowledge/cs.dll/fetch/-15106263/15106294/15106295/16376487/17990637/45500683/otds_C#.html , says the URL will be this: http://localhost:8080/ot-authws/Authentication?wsdl , but I…
-
Appworks Gateway : Unable to connect to Content Server 10 update 13
Hi there, I have setup the AppWorks Gateway successfully on a my personal laptop, and am now trying to connect it to Content Server 10 update 13. In the Settings page, I provided the Content Server URL as “http://localhost/OTCS10/livelink.exe” and clicked on the Test Content Server URL button, and the following message is…
-
How to add 'Add', 'Copy', 'Move' etc to composite view of documents from CS
Hi, I've been tasked with quickly creating a view that looks like this: I've tried a couple of options using a demo.html file that does the onReady function etc. I don't seem to be able to get the buttons to show at all. I'm using a simple approach in the onReady function as follows: csui.onReady( function() { // Create…