Query incoming Requests
This use case is intended to query incoming LocalRequests.
Parameters
- The
id
of the LocalRequest. - The
peer
is the Address of the Identity that sent the LocalRequest. createdAt
indicates the date of LocalRequest creation.- The
status
of the LocalRequest. - 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.