v1
latestOpenAPI 3.0.32026-07-243003151.2 MBTransactions
Get Wallet Transaction History
This API method allows the calling application to get the history of a Wallet Transaction.
get/wallet/{walletId}/transaction/{transactionId}/history
Path parameters
walletIdstring string required
EES AIR Wallet ID
transactionIdstring string required
EES AIR Wallet Transaction ID
Query parameters
limitinteger
Query string Pagination Limit
offsetinteger
Query string Pagination Offset
orderBy'walletTransactionHistoryId,ASC' | 'walletTransactionHistoryId,DESC' string
Query string for controlling Paginated Results Sorting Order. Please note this query string needs to be constructed from field name + comma sign and sorting order (ASC/DESC). Currently AIR supports sorting by only one key: walletTransactionHistoryId
Response
OK
Example response
{
"results": [
{
"expiryDate": "2017-01-17T13:20:48+00:00",
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}
]
}