Versions Compared

Key

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

...

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
}


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"
  }
]