Get incoming Request
This use case is intended to retrieve an incoming LocalRequest by its id. The differences of outgoing and incoming Requests are defined here.
Parameters
- The
id
of the incoming Request.
On Success
- Returns the incoming LocalRequest corresponding to the id.
On Failure
- There is no such incoming Request.