-
Full document path displayed on document upload...
When posting/uploading a document to Content Server using REST API, we've noticed that under the properties on the version tab the uploaded file contain the full path of the original document location as a 'File Name' (i.e. C:\Users\UserName\Desktop\SomeFolder\NameofDoc.docx ) instead of the name, only. It's worth…
-
How to pass NTLM Authentication to an AJAX call with REST API
When posting a document to CS with REST API, how can I pass NTLM authentication to REST when making an ajax call for users? For testing we're using 'admin' username/password to handle the authentication (see example below) and post documents, ideally we would like to use the current user's credentials to handle the…
-
JSON Schema for content server REST API
Is there a complete JSON schema for content server REST API? It would help developer tremendously. For example, invoking api/v1/nodes/{id}/addablenodetypes returning the following JSON: { "data" : { }, "definitions" : { }, "definitions_map" : { }, "definitions_order" : [ ] } I cannot find any documentation with a complete…
-
Problem with Table key Lookup attributes using REST API Content Server
Hi, I need to update the value of a Table Key Lookup attribute using API REST of Content Server. Using the PUT call of API REST (/nodes/{id}/categories/{category_id}/) with the params of attribuet_key in the query the value of attribute is not updated. It is possible update these attributes by Rest API? Best Regards.
-
OT Email RestAPI
Hi, I am looking to find a way to upload email using Rest API. I can upload email as a standard document type (144) but that does not help to update other email metadata. After some random search, i found OTEmail RestAPI (otemail_restapi.oll) file in the module. Question is how can i make this enabled on my environment and…
-
CS 10.5 REST API 401 Error Invalid Credentials
Hello Team, we are using CS 10.5 Update 2014-03 , OTDS 10.5 SP1 Patch level 6. We havent enabled SSO and no LB , everything CS FE & BE runs in only one server(no horizontal/vertical clustering). This is PROD ENV. We build a sample html page, which authenticates with valid credentials to get token. This token is later used…
-
Add a categorie with attributes
I know the function "/nodes/{id}/categories" to add a categorie. But, how can I add a categorie to an object AND set some attributes at the same time? I'm asking this because I'm trying to add a categorie that contains required fileds. There is no "attribute_key" that can be passed as parameter like in an update Ex:…
-
How to filter the output data coming from the content server REST API
Hi All, We are using the Content Server 10.5 version. We are planning to implement the some basic functionalities of Content Server in the mobility as a Mobile app by using the REST APIs of Content Server. We have started with implementing the Authentication and Enterprise Node info web services. Please find the below…