get https://api-sandbox.data.one/v1/users//accounts//raw-transactions
Given a userId
, an accountId
and optional filters, this endpoint will fetch filtered raw transactions (i.e. transactions without categorisation data) for the specified user accounts, sorted in descending order by the created datetime of the transaction. If DataOne has set up a server-side filter to restrict transactions to the latest X months, then this endpoint will not return any transactions prior to the latest X month period. In this scenario, the response status would continue to return 200 OK.