> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/accounts/_getaccountcategorygroups.md).

# \_getAccountCategoryGroups

Retrieve a detailed list of all Account Category Groups

### Example

```
FM_api('Accounts_getAccountCategoryGroups'); 
```

### Result

#### On Success

Returns id, name and description of all Account Category Groups.

```
[{"id":"1","name":"Current Assets","description":"Current Assets"},{"id":"2","name":"Cash and cash equivalents","description":null},{"id":"3","name":"Fixed assets","description":null}]
```
