v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBx) Accounts
List organisation cash payment history
get/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/sme-payments
Path parameters
tenantIdinteger required
organisationIdinteger required
Query parameters
ascendingboolean
If sorted, sort in ascending order. default is descending
dateFromInclstring
Start of the date range (inclusive). ISO date string.
dateToExclstring
End of the date range (exclusive). ISO date string.
limitinteger
offsetinteger
orderBystring
Column to order by if ordering is required. E.g. created
Response
OK
Example response
[
{
"created": "2022-03-10T12:15:50-04:00"
}
]