-
Query regarding sdk to support third part integration
Hi Team, Actually I want to create a plugin for my application which can integrate with Open Text ECM products. If you meet our requirement then we will connect with your team to get the license. So please go through my query below and respond. As ECM(Enterprise content management) products from the same ECM vendor may or…
-
API for document creation /update/Deletion
Hello OpenText Experts , We have a requirement to store and manage documents in opentext from SAP MDG system . The customer is already using OpenText software to manage there financial documents , now we are implementing SAP MDG for FI objects and the client want us to store related attachment files like PDF or MS office…
-
Random Document ID number not wanted using eScan
Hello, I'm wondering if there is an extension or feature that would allow us to control the random document ID generated using eScan? We'd like it to be sequential in order to support a manual offsite document storage and retrieval process. Are the document ID's accessible, modifiable or configurable in any way? Many…
-
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…