AnalyticAccounts
Fetch parent accounts
Fetch parent analytic accounts and thiere items
get/analytic-accounts/fetch-parent-accounts
Response
Successful operation
Example response
{
"message": {
"parent_analytic_accounts": [
{
"id": 1,
"name": "Revenues",
"items": [
{
"id": 2,
"parent_id": 1,
"name": "Revenue Project 3456"
}
]
}
]
}
}