Release notes: Sprint 94
Notes
This sprint we removed a couple of extraneous attributes from the ledgerAccounts endpoint. ledger_account_id was always empty, and lastModified was a duplicate of the meta attribute of the same name. If you were using either of these, you can get the correct ID for a ledger account from the higher-level id value, and you can get lastModified from the meta section.
Before:

After:

We also cleaned up a few more AWS resources, removing an unused QA environment and cutting down on the number of development databases.
API Changes
ledger_account_idremoved fromledgerAccountsattributeslastModifiedremoved fromledgerAccountsattributes