Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

Service
Description
Get all business context instancesThis service returns information of all existing business context instances
Get one business context instanceThis service returns information on existing business context instances (application)
Get all business transactions of an applicationThis service returns all business transactions of an application
Get detailed information of a business transaction and applicationThis service returns detailed information of a business transaction and application


1. Get all business context instances
Anchor
bcall
bcall

Path:/rest/bc/app
Example URI:/rest/bc/app
Example output:


Code Block
[
 {
 "id": -1133255037,
 "name": "Calculator",
 "applicationDefinitionId": -1866447452
 }
]