-
Content server REST API - filter files by date
Hi , Please can you suggest the way to list only files which are modified after specified date in the Content Server REST API . I tried Filters concept as given in below link. https://developer.opentext.com/webaccess/#url=/awd/resources/articles/868/opentext+restful+api+standard&tab=501 which is working for String/Numeric…
-
Search by metadata with xPlore
Hi friends, We have just installed xPlore for full text indexing and search by content only in one cabinet from our repository. Before installing xPlore we usually performed search by metadata using advanced search window from webtop or da looking for documents of many types in several cabinets. Now, after installing…
-
Content Server 10.5 REST API
I am working with a client on an upgrade project. This is on a Windows 2008 R2 Platform using SQL Server 2012 SP1 with Content Server 10.5. We ran a minor test of the API and get a 500 error from the web server. The url was: http://server_name/OTCS5/cs.exe/api/v1 , where the server_name is the load balancer url. We tried…
-
Deleting a Document via REST
Hi, I'm trying to delete a document using the REST API for Content Server, but I get an Authentication Required error, but if I change my request method to GET from DELETE I do not get the error and the node details are returned. Any ideas what can be wrong? Thanks, Eben
-
Release date for Item Menu widget et al
Hi, Can you give an update on the release of the 'Add Item Menu Widget'/'Create Object (Form) Widget' et al that was spoken of in the webinar last month. The patches and downloads don't appear to have been updated. Thanks, Anthony
-
Question on how to specify REST API URL
Hello: I am trying to use this and in the Content Server REST API - Quick Start Guide, it says: Each REST call is a URL, in the format: http(s)://<machine name>/<CS service name>/<CS CGI>/api/v1/<resource name>The examples in this document will be a relative path to the Content Server CGI. Values in angle brackets (<>) are…
-
How to list the documents in Collection using Content server REST API
Hi, I am trying use the content server API to list the documents available in the given Collection. I tried using api : api/v1/nodes//nodes , to list the documents/children in the given Collection id. But its throwing "error": "Could not process object, invalid action 'browse'". where as its working for Folders. So is…
-
Remove/Restrict Columns returned by CSUI Widgets - using ColumnMatch
Hi, I'm trying to restrict the columns returned in the page using the UI Widgets. I've tried to use the columnMatch in the constructor. Alas, this is not being honoured and continues to display all the columns. I can see that there is also another option to remove the columns using a query using buildingColumnDefinitions,…
-
Character number limit in Scripting Editor
I have encountered the character number limit while programming in Batch Closing method in Scripting Editor. The editor box can manage no more than 32768 characters (that is 2^15). How can I work arround this problem? Is it possible to write a code in outer file and use a .NET library that will add the code to the script…