Overview
Service | Description |
---|---|
Get all business context instances | This service returns information of all existing business context instances |
Get one business context instance | This service returns information on existing business context instances (application) |
Get all business transactions of an application | This service returns all business transactions of an application |
Get detailed information of a business transaction and application | This service returns detailed information of a business transaction and application |
1. Get all business context instances
Path: | /rest/bc/app |
---|---|
Example URI: | /rest/bc/app |
Example output: | [ { "id": -1133255037, "name": "Calculator", "applicationDefinitionId": -1866447452 } ] |