2020-09-14
Released 2020-09-14Active
Migration Effort
Low
Estimated Hours
~4h
Primary risk if skipped: Incorrect data from `/investments-transactions/get` endpoint.
Breaking Changes1
paramMediumInvestments
report
The `report` parameter has been removed from the `/investments-transactions/get` endpoint. This parameter was previously used to specify the type of report and is no longer supported.
Before
POST /investments-transactions/get
{
"client_id": "YOUR_CLIENT_ID",
"secret": "YOUR_SECRET",
"access_token": "YOUR_ACCESS_TOKEN",
"start_date": "2020-01-01",
"end_date": "2020-01-15",
"report": "full"
}After
POST /investments-transactions/get
{
"client_id": "YOUR_CLIENT_ID",
"secret": "YOUR_SECRET",
"access_token": "YOUR_ACCESS_TOKEN",
"start_date": "2020-01-01",
"end_date": "2020-01-15"
}→
Remove the `report` parameter from all calls to `/investments-transactions/get`.
Never get blindsided by an API change again
Deprecatr AI monitors 150+ providers, maps changes to your codebase, and delivers migration checklists before your team hits a breaking change.
Join the Waitlist