Dear all,
I’m a bit disappointed and honestly surprised by what seems to be a simple use case.
I would like to create a node through the API in Content Server and link it to a document that is already physically stored in Archive Server.
At first glance, this sounds trivial, but in practice it does not seem to be.
The standard method to create a node via API is:
cs.exe/api/v2/nodes
With this endpoint, I can define the node properties I need, but I cannot find any way to indicate that the file already exists in Archive Server and should be linked from there instead of being uploaded again.
On top of that, when I try to pass category values as described in the documentation, the values are simply not stored, and the physical file property is mandatory…
So I am wondering whether I am missing something.
Is this actually possible through the standard REST API, or do we absolutely need to use a WebReport, OScript, or another custom approach for this kind of requirement?
Has anyone successfully implemented this and, if so, would you have a working example to share?
Thanks in advance for your help.
Best regards,
Cédric