Hello Karen,
New to the site and trying to find API documentation on Connected and Related Workspaces, specifically on how to established and remove the parent child relationships
Hi @Scott_Wallace ,
Welcome to the Developer community! Your question is quite timely, the team is currently reviewing our updated Connected Workspaces documentation. I will bookmark this post and update it as soon as we get it published. We will also link to it from our API to make it easier to locate.
Karen,
In the link you have above it is for OpenText Connected Workspaces REST API (v1 and v2 calls).
Would 16.2.X be v1 and 20.x be v2 ?
Sorry we're on 16.2.11 and my developer is getting a 404 when using:
http://smellycat/otcs/cs.exe/api/v2/businessworkspaces?where_column_query=name LIKE '*Sorenson'
the mainly difference between v1 and v2 is about the return value layout not about the product version. But at this case your product version really doesn't support "where_column_query". 16.2.11 was the first version "Get Business Workspaces" where released with less features. Instead you could try "?xpanded_view=true&limit=30&page=1&where_name=contains_Sorenson".
Sorry, it should be "?expanded_view=true&limit=30&page=1&where_name=contains_Sorenson“ of course.
@Scott_Wallace , The API documentation is now available:
https://developer.opentext.com/resources/documentation/Integrate%20and%20Access/567f47ed88a1736246ed2943b105f282/page/1