-
Uploading Document into Content Server 10.5
Hi, I am currently developing an application to upload document into Content Server 10.5 using REST API written in ASP.NET WebAPI. I am relatively new to REST API. I am consuming the API using HTTPClient and I am stuck at the part in passing the parameters where I keep getting "400 Bad Request" error. Can anyone enlighten…
-
REST API supported platform
Is REST API supported on CS10? I got the following error on Content Server 10 Update 2014-06 (version 10.0.0.2932) : Content Server Error: Error dispatching request. [Required input argument "func" not specified.] The url used was : http://localhost/OTCS/cs.exe/api/nodes/446147. It worked on a CS10.5 instance.
-
Is Appworks gateway a per-requisite to access RESTful services
Hi Is appworks gateway a per-requisite to access RESTful services ? Thank, Munavar
-
How to build Swagger documentation
Hi, This site contains the API documentation built with swagger. When I install Content Server 10.5 and the Gateway 1.1.6 on my machine; how can I build the API documentation for it? I'd like to be able to have the API docs on the development machine. Thanks, Roel
-
Content Server REST API
Hi, I'm trying to access Content Server's REST API via the OTAG Reverse Proxy Service, but I get prompted for credentials when a request is made to the CS REST API. Supplying credentials does not work and keeps on prompting for credentials. We are using NTLM authentication on Content Server, when using a REST Client I have…
-
File download using REST API
Hi, I am new to OpenText. In my current project we are using REST API of CS. Can any one please provide jquery/javascript code to download the file using REST API. I was tried using "baseurl/nodes/{objectId}/content/{filename}?action=download", when i try the same it is showing the file content. Thanks Anji
-
Correct formatting when update Date attributes (in categories) via Content Server API v1 (2014-06)
Hi there, What is the correct format when updating a category attribute via Content Server API v1 (2014-06). I have my variable set var sDate = new Date(); however when I pass this into the API it returns an error message of "Could not set feature, value must be Date" Thanks in advanced. Matthew Barben
-
Composer 6.7 documents and folders install
Application Builder docApp from Documentum 6.0 is beeing migrated to Documentum 6.7 composer project There are cabinets and folders in DocApp that must be installed with composer project. Can folders be installed with composer with their contents, as in Application Builder? How can documents be installed with composer?…