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

...

3. Get all business transactions of an application
Anchor
bcbtxofapp
bcbtxofapp

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


Code Block
[
  {
    "id": 463443944,
    "businessTransactionDefinitionId": 58868659,
    "name": "actionPerformMethod"
  }
]