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 | bool | Boolean flag to indicate whether to show your users in the result or not |
Page | int | The current page number |
Size | int | 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