restopentextlivelink

Content Server - How to add Classification in a document (node )from REST API


I am developing an Java app to upload documents in Content Server 16.2 using REST API.

I need add a defined classification to a document (node) via REST API but I'm not found how to do.

For example: This is my REST call:

POST http://<server>/OTCS/cs.exe/api/v2/nodes

And two parameters:

Is it possible?


Solution

  • You should use Record Management services: https://developer.opentext.com/webaccess/#url=%2Fawd%2Fresources%2Fapis%2Frecords-management-v1&tab=501

    I confirm you that are available for 16.0 and 16.2 as well.

    This post worked for me on 16.0.7: enter image description here where payload is: enter image description here

    R.