List all transactionsCopy Pageget https://au-api.basiq.io/users/{userId}/transactionsPath ParamsuserIdstringrequiredQuery Paramslimitint64Defaults to 500filterstringResponses 200Returns a paginated list with a data property that contains an array of transactions. Each entry in the array is a separate object. If no data is returned, the resulting array will be empty. 400Returns error that server cannot or will not process the request due to something that is perceived to be a client error. 403Error that access is forbidden and tied to the application logic, such as insufficient rights to a resource. 404Returns error indicating that server can't find requested resource. 500Returns error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.Updated 5 days ago