v1
latestOpenAPI 3.0.32026-07-243003151.2 MBGet Account Transactions
This API method allows the calling application to retrieve a paginated list of Wallet Account Transactions for a specific Wallet Account.
Path parameters
EES AIR Wallet ID
EES AIR Wallet Account ID
Query parameters
A list of entities that should be included in the Account Transaction response
Optional Query parameter for result filtering by Transaction Event (Operation)
Query string for Result Filtering by Account Transaction Created explicit date-time value or date-time range, for range named key attributes needs to be provided (dateCreated[to]=... and/or dateCreated[from]=...)
Query string for Result Filtering by Account Transaction Last Updated explicit date-time value or date-time range, for range named key attributes needs to be provided (lastUpdated[to]=... and/or lastUpdated[from]=...)
Optional Query parameter for result filtering by Parent Account Transaction Id
Optional Query parameter for result filtering by Account Transaction Id
Optional Query parameter for result filtering by Transaction Source
Query string Order By, allowing to control Result set order.
Query string Pagination Limit
Query string Pagination Offset
Include wallet transactions in result
Response
OK
Example response
{
"results": [
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00",
"children": [
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}
],
"rewardAccounts": [
{
"dateCreated": "2017-01-17T13:20:48+00:00",
"lastUpdated": "2017-01-17T13:20:48+00:00"
}
]
}
]
}