/v1/accounts_chart/:uid
List of chart of accounts (know as "účtovná osnova") for accounting unit.
Example
/v1/accounts_chart/88899460-4d0b-421b8d67-2023
Request
GET
uid - accounting unit identifier
Response
200text/json

{
   ID: number, database id
   IDS: string, account number
   SText: string, account name
}[]
Error
400 bad request
your request doesn't meet requested input
401 not authorized
your request doesn't meet authorization requirements
404 not found
entity you loking for, is missing
460 request error
requested operations wasn't performed, or xml import failed
500 internal error
we encountered some internal server error
503 not available
requested entity is offline and cannot be reached, try again later