Postman collection for Core Content Business Objects API

Options
chebert
edited December 10, 2021 in Articles #1

Postman Collection for CCBO provides examples for the CCBO REST API calls. 

Included are:

  • OAuth
    • Obtains a token to be used on the rest of the requests.
  • Create/Update BOConfig
    • Pushes a Business Object Configuration (BOConfig) to ccbo for storage.
  • Get BOConfigs
    • Retrieves all the known BOConfigs.
  • Get BOConfig
    • Retrieves a specific BOConfig.
  • Delete BOConfig
    • Deletes a BOConfig.
  • Create/Update Workspaces
    • Creates or updates workspaces for business objects.
  • Get Workspaces
    • Retrieves the ids for workspaces.

See the documentation within the collection for the details on what variables are required and where to find the values for them.

Using the collection

Prior to working with CCBO, a workspace type to model your application's business object needs to be created using CCWS. Then the workspace type's system name and those of its template, attributes, and roles will be available to reference within a BOConfig. After storing a BOConfig for that workspace type, workspace instances can be created or updated via CCBO.

Click here to access the Postman collection