-
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
-
Do not work REST API
Hello, I want to use REST API CS 10.5 update2015_03 for my mobile app. Mobile App run on AppWorks. Mobile have to render and to submit Forms. Forms was create with templateDocuments. 1.jpg – I want take this form on my mobile app. Take all fields and values 2.jpg – document template. List attributes. 3.jpg – form…
-
XCP1.6: ShowTasks of LogIn Role only in Tasklist.
HI Everyone, In TaskSpace, the user can be in multiple roles and while the time of login, user chooses the role which wanted to get in. The Application tabs are displayed those configured for login role But in TaskList, all tasks are shown irrespective of login role. For Instance, The User X is in roles RoleA and RoleB and…
-
CS Widgets II
Hi, as I did not have a single suggesting from my previous post, let me try again with a slightly different approach. We are using CS Widgets and trying to follow the sample provided by OpenText in the Getting Started of the Widgets documentation…
-
Rest API - Reading from and adding to Audit log?
Hi All. Based on some of the other questions here I suspect I already know what the answers are going to be, but for completeness: * Is it possible to read the Audit log for a given object using RESTful calls (or would I need to resort to scraping &objAction=audit)? and * Can I inject new rows into the Audit log for an…
-
Javascript and Livelink Web Services
Where can I find a list of available Livelink web services? I have an external (to Livelink) application that contains a livelink folder ID. I need to issue a command when a button is pressed that will extract all Sales Contract (PDF files) found in the folder and store them on a shared drive. Is this possible? The…
-
404 Error for API calls
Hi, I have set up a simple login form using angular and ionic framework. When the user submits their credentials it will call the OTDS rest api for authentication: http://server:8080/otdsws/rest/authentication/credentials. This call works fine for me on Advanced Rest client, but it gives me a 404 error when I test on my…