Number of APIs: 7
The Core Content Business Object API (BO API) collection provides examples for using the Businesss Object Service (ccbo). This collection uses collection variables (see tab Variables). The collection consists of these requests (see each request's documentation and the swagger for more details):
- OAuth Create/Update BOConfig Get BOConfigs Get BOConfig Delete BOConfig Create/Update Workspaces Get WorkspacesOverview
Variable
Description
appconfclientid
Client Id of your Confidential Client Keys
appconfclientsecret
Client Secret of your Confidential Client Keys
tenantsvcaccuid
Tenant service account user (usually email address)
tenantsvcaccpwd
Corresponding password to tenantsvcaccuid
tenant_id
Id of your tenant
- Obtains a token to be used on the rest of the requests.
POST {{token-endpoint}}/oauth2/token
POST {{bo-service-endpoint}}/api/v1/admin/boconfigs
GET {{bo-service-endpoint}}/api/v1/admin/boconfigs
GET {{bo-service-endpoint}}/api/v1/admin/boconfigs/OvershoeBO
DELETE {{bo-service-endpoint}}/api/v1/admin/boconfigs/OvershoeBO
PUT {{bo-service-endpoint}}/api/v1/businessworkspaces
POST {{bo-service-endpoint}}/api/v1/businessworkspaces/ids
ENDPOINTS