Versions Compared

Key

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

...

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

...

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


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



2. Get one business context instance 
Anchor
bcappid
bcappid

Path:/rest/bc/app/{id}
Parameters:
  1. id (int value, required) - Id of the application to get.
Example URI:/rest/data/agents/-1133255037
Example output:


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