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:
{
"parent_id": "137072",
"name": "example.tmp",
"type": "144"
}
Is it possible?
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: where payload is:
R.