-
How to update categories in Content Server 16.2 from Java REST API using Apache HttpClient
I am writing a REST client from Java using the Apache HttpClient to ContentServer 16.2. I have various functions working such as: Upload; Get; Move; Delete etc.... However, I am unable to get the Update Categories function to work from Java. I have successfully updated categories on documents via Postman. private static…
-
how to upload emails (type 749) to content server 10.5 using APIs used by enterprise connect
One of the user suggested that we can replicate request made by enterprise connect to content server 10.5 for uploading emails (type 749). any Body has any idea how to accomplish that. I am using C# as programming language. Regards
-
REST API CS16 example of how to add category to NodeID
I'm trying to find an example where a category is added to a NodeID, using the following REST API method in CS16.2: POST api/v1/nodes/{id}/categories api/v1/nodes/{NodeID}/categories/{category NodeID} I have tried the following examples, but all end with "Bad Command": /api/v1/nodes/3119770/categories/561765…
-
CS REST API - Assign user to Group
Hello, I was just checking Content Server REST API for Content Server 10.5 for creating and updating groups. Is there a way to create a group and assign users to it? I have seen you can create groups, but I could not find how to add users to it. Thanks, Hannes
-
CORS and Content Server API - Preflight issues
I have noticed that while using fetch that any CORS triggering request(post, put, delete,...) will fail because the OPTIONS preflight request sent by the browser lacks the OTCSTicket authorization header, as you can't add custom headers to a browser's preflight request. Without the header the OPTIONS response from the…
-
command setup_connect for sap connect is not running
Hi , i am running command setup_sap for installing SAP Connect on linux but its not getting run . can anyone please help me if i am missing any step? or need to set environment for setup_sap command on linux? Regards, himanshu
-
OT Email Rest API
Hi, We are 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. We are using the CS 16.2 version. Can any one help us to provide more information OT email Rest API usage ?
-
How to debug running Java functions in CSIDE
I am running Eclipse, CSIDE with CS 16.2. Does anyone know how to have Eclipse load the javavm so the calls to run java functions work? In the past, you can tell Builder by adding the -loadjavavm to the application start definition. What do you do in Eclipse?
-
Looking for CLI/Script for deploying apps and services in Appworks Gateway.
Hello, Is there any CLI tool or public APIs to deploy apps and services in Gateway. Thanks Ashraf
-
Create/update document with categories in a single request
Greetings, I am new to REST API. I reviewed the API and I wonder if there is any resource that allows me to create a new document in ECM, or if the document already exists, just create a new version in the same request. Also, the request would add a collection of categories to the new/versioned document. Do you know if the…