-
How to reach Archived documents from web
Hello, We have SAP and used the OT Archive solution to store Archived Invoices from SAP to a Server. Question, now we want to call the server from a website and display that archived PDF Document. Question: how do I call the Server, and how do I point to the particular Document I am looking for? Thanks.
-
OTDS Rest API Log Out
Our application logs in users by obtaining an OTDS ticket (/authentication/credentials) and using that ticket to obtain a ticket for resources (/authentication/ticketforresource). Is there a way to revoke that ticket using OTDS Rest API to enforce a log out?
-
Performance of api/v1/nodes/102410/nodes poor
Hi, How are people finding the performance of the folder browse REST API call? For folders with 25 documents (the default limit) I am seeing times well above 2 seconds. Also, does anybody know how to limit what it returns. The fields parameter only works with top level variable names and not array members. So for example,…
-
Integrating with Content Server
If I want to use the functionality "generation and automatic upload of documents with barcode" from outside of the Content Server, ¿What must I do for meet this goal?, ¿Is there any API or standard web service provided by OpenText for Extract Barcodes? Thanks in advance for your help. Regards,
-
Use of Services Layer not clear
Hello All, Understanding the appworks and trying to understand the Service Layer - conisder the app created for accesing the OTMM or OPentext content server objects, do we still need to create the Service Layer ? if yes, what the role of Service layer in that ? I believe that will be taken care by REST API available to…
-
Starting with REST API
I'm beginning to work with Content Server's REST API and am hitting an "Internal error" coming back from CS. CS 10.5 has been installed on top of a Win2008 R1 SP1 / IIS7.5 / Tomcat 7.0.42. I can log into CS from a browser, however if I use the following AJAX call: //var url = 'http://<server>/OTCS105/cs.exe/api/vi/auth';…
-
Upload Large file Using C# and Rest API
Hi Folks, Has any one tried uploading large file to CS using REST API method. what is bet way of streaming file to CS. Do we need any configuration at IIS , CS?. I would like to use REST API if it can Support Large file Upload. Please share your thoughts. Thanks for your time, Cheers, K
-
Upload document and update multiple categories using C#.Net and Rest API
Has any one tried uploading document with multiple categories using C#.NET. Can any body help by scribbling syntax for passing multiple categories. if you have any sample Please forwarded to me. Cheers, Kumar
-
Random REST 401 Errors
Hi - I am working on a custom application to post documents from our scanning client to OpenText using the REST API. We have previously used only POSTMAN to do this and have had great success. With our app, we are finding that we receive what seem like totally random 401 errors. Our calls do work on occasion, with no…
-
Get Form Fields
I has form. Who can i get form fields? Type:Form. Form use formtemplate. localhost/OTCS/cs.exe?func=ll&objId=378543&objAction=EditForm I want get all fields in my mobile app. id=_1_1_2_1 etc How this do whith rest api? Save,Update etc Thx