Query outgoing Requests
This use case is intended to query outgoing LocalRequests.
Parameters
- The
id
of the LocalRequest. - The
peer
is the Address of the Identity that the LocalRequest was sent to. 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 outgoing LocalRequests that match the query.
On Failure
- The parameters are malformed.