v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBx) Accounts
Get account transaction history
get/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/accounts/{accountId}/history
Path parameters
tenantIdinteger required
organisationIdinteger required
accountIdinteger required
Query parameters
ascendingboolean
If true, sort results in ascending order. Defaults to descending.
dateFromInclstring
Start of the date range (inclusive). ISO-8601 date-time string.
dateToExclstring
End of the date range (exclusive). ISO-8601 date-time string.
limitinteger
offsetinteger
orderBystring
Column to sort results by, e.g. 'created'.
Response
OK
Example response
[
{
"created": "2022-03-10T12:15:50-04:00"
}
]