Returns investment transactions for the accounts associated with a link.
refreshed_at
date for this product in the returned response and compare that against the previous refreshed_at
date, which you can get from any previous response for this or any other account or link request.
If the refreshed_at
date has not increased, then updated data is not yet available.The access token received from the authorization server in the OAuth 2.0 flow.
The unique ID for this link.
An optional list of account IDs to filter the results.
The page number to return.
x >= 1
The number of items to return per page.
1 <= x <= 100
The earliest date for which data should be returned, formatted as YYYY-MM-DD.
Defaults to 90 days before the end_date
.
<p>If you want to retrieve all transactions, use 1900-01-01
.
The latest date for which data should be returned, formatted as YYYY-MM-DD. Defaults to today.
Successful Response
The response is of type object
.