Logo
OpenText Developer Cloud public resources API Documentation

Get Workspaces

POST {{bo-service-endpoint}}/api/v1/businessworkspaces/ids

This request retrieves the workspace ids for the specified business objects.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status





Curl
curl -X POST 'bo-service-endpoint/api/v1/businessworkspaces/ids' -H 'Accept: application/hal+json' -d '{"businessObjects":[{"objectId":"Basic","objectType":"OvershoeBO"},{"objectId":"Deluxe","objectType":"OvershoeBO"}]}'

ENDPOINTS