-
REST API to upload PDF's and index values to categories and Attributes
I am looking for script in JAVA to help call the REST API to upload PDFs and map the index values to categories and attributes. Any help is greatly appreciated.
-
Create a new REST API
Hello, let us say I would like to extend the available APIs and create my own, new one. I am actually digging into RESTAPI:RESTAPI/RESTAPIIMPL and trying to understand how it has been done what is already there, but is there a guide or a walk-through about that? Thanks in advance, Jacopo
-
REST API - impersonating user
I am using the REST API to retrieve/upload documents from a Web Application. I would like to use the Application user name (which matches the content server username) to act as this user. Currently I am connecting with the admin user, but I would like to use the REST API with a user that has less rights. I created a…
-
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.