Content Server - 如何从REST API在文档(节点)中添加分类

时间:2018-03-07 13:53:30

标签: rest opentext livelink

我正在开发一个Java应用程序,使用REST API在Content Server 16.2中上传文档。

我需要通过REST API为文档(节点)添加一个已定义的分类,但我找不到该怎么做。

例如: 这是我的REST电话:

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

两个参数:

  • body { "parent_id": "137072", "name": "example.tmp", "type": "144" }
  • file:(a MultipartFile)

有可能吗?

1 个答案:

答案 0 :(得分:0)

您应该使用记录管理服务: https://developer.opentext.com/webaccess/#url=%2Fawd%2Fresources%2Fapis%2Frecords-management-v1&tab=501

我确认您可以使用16.0和16.2。

这篇文章在16.0.7为我工作: enter image description here 有效负载是: enter image description here

R上。