# \_getChartOfAssetAccounts

Retrieve a detailed list of all Accounts belonging to Category Group Asset or Assets

### Example

```
FM_api('Accounts_getChartOfAssetAccounts');
```

### Result

#### On Success

Returns id, nominal code, account name, category name and category group name of existing Asset group Accounts, ordered by nominal code. (id, nominal\_code, account\_name, category\_name, category\_group);

```
[{"id":"82","nominal_code":"1210","account_name":"Asset","category_name":"Stock","category_group":"Current Assets"},{"id":"13","nominal_code":"1300","account_name":"Inventory","category_name":"Inventory","category_group":"Current Assets"},{"id":"21","nominal_code":"2200","account_name":"Intangibles","category_name":"Intangible Assets","category_group":"Non-current assets"}]
```
