Hi all. I can get a bank account list easily, but how do I get a ledger account list? Does such a thing even exist in FreeAgent? Judging by my forum searches I fear it may not. Specifically, for each ledger account I need the account name, balance as at a specified date, and category (type?)
Thanks in advance for any help you can provide 
Hi,
You can get that information from the trial balance summary endpoint - https://dev.freeagent.com/docs/trial_balance.
It will only return accounts that have entries, so if you want the full list of accounts you can get those from the categories endpoint - https://dev.freeagent.com/docs/categories.
Cheers
Donal
Thanks Donal, much appreciated!