-
Authentication to REST APIs not served from OTAG
A JavaScript application running on AppWorks has an access to the otagtoken and can perform AJAX requests to REST APIS served from the same origin. How about communicating with other REST APIs and enjoying SSO coming from the initial login to AppWorks? Let's say that I'd like to access the CS REST API. I can authenticate…
-
Internal Error 500 when Trying to List Documents in Enterprise Workspace
Hi, I am trying to list the documents in the Enterprise Workspace by using nodes/2000/nodes via the REST API. However, I am getting Internal Error 500 codes. I am using CS 10.5 with 2014-6 patch. Can anyone enlighten me what is the possible cause for this error codes to be triggered?
-
Delete a Node using REST API
Hi, I am trying to delete a node (document) using REST API. One strange thing I noticed that when I perform the delete action twice, then the API will throw a message saying the node id is not found. Does that means I need to perform the action twice so that the node deletion is complete?
-
REST URL Authentication within Content Server while using WebReports
Hello, I have CS10.5 U2014-09 (configured for Windows Auth) and planning to have multiple REST calls in a WebReport to display the info. Since I have already authenticated in CS via Windows Auth and how can I get the ticket so that I can pass it to multiple REST calls. Thanks Mahesh
-
How to read app.properties from app
If I want to set some app settings in app.properties as showIcons.type=bool showIcons.displayName=Show Icons showIcons.description=Toggle between icon and list view showIcons.default=false Is there any javascript API to read this value in app initialize
-
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…