Hi All,
any one know how to establish the workspacereferences for Workspaces using Extended ECM Platform REST API 16.2
I am trying to establish the reference using the below Rest Api, but getting the below error.
/api/v2/businessworkspaces/{node_id}/workspacereferences
form data:
node_id
bo_id
{
"error": "Should use either /extSystemId & boType/ or /boTypeId/ as input arguments"
}