Hello,
I'm working on a requirement to create Case Workspaces based on a template (without linking to SAP object) using CS Web Services. Upon deep diving into it, I found there are two ways to acheive this:
- SOAP based API (per ECMLink SDK and API documentation - 10.5 SP1)
- REST API Support - Binder and Case Creation (per Release Notes of Content Server Module)
I tried the 2nd way using "/api/v1/doctemplates/{id}/instances" and run into 500 internal error. As per OT logs, it seems its trying to connect to SAP system (not sure).
when tried to create a simple node using "/api/v1/nodes", that run into 400 error (Bad request). However, "/api/v1/ping" is responding with API details.
Do I need to install any patch to work with REST API? please help!
thanking you in advance for your help!