Incoming Applications (RESERVED)


Overview

Get the list of applications that have incoming interactions to a given application.

URI

GET /rest/applications/{name}/x-in-apps

Path parameters

name (string)

The application name.

Responses

application/json

Example:

[
  {
    "from": "other-app",
    "to": "my-app",
    "nb_calls": 12
  }
]

JSON representation

Property Type Description
[].from string The name of the source application.
[].to string The name of the target application.
[].nb_calls integer The number of distinct interactions from the source to the target application.