Query incoming Requests
This use case is intended to query incoming LocalRequests.
Parameters
- The
id
of the LocalRequest. - The
peer
is theaddress
of the Identity that sent the LocalRequest. createdAt
indicates the creation date of the LocalRequest.- The
status
of the LocalRequest. wasAutomaticallyDecided
indicates whether the Request was automatically decided by the Decider Module.- The
content
describes the Request wrapped by the LocalRequest. - The
source
of the LocalRequest. - The
response
describes the Response that might exist for the Request.
On Success
- Returns a list of incoming LocalRequests that match the query.
On Failure
- The parameters are malformed.