VyQuery_GetTransactions
Query | Type | Description |
---|---|---|
statuses | Filter the results based on the transaction status | |
userId | string | Filter the transactions by your users with `userId` |
includeUsers | boolean | Boolean flag to indicate whether to show your users in the result or not |
page | number | The current page number |
size | number | The number of items per page |
sortOn | string | Name of the parameter to sort on |
sortOrder | Indication to sort in ascending or descending order |
Last updated