> 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/account/_getdetails.md).

# \_getDetails

Use nominal code to return category, category group, and name of an account

### Parameters

#### nominal\_code

The nominal code of the account

### Example

```
FM_api('Account_getDetails', ['nominal_code'=>'1500']);
```

### Result

#### On Success

```
{"catname":"Prepaid Expenses","groupname":"Current Assets","accountname":"Prepaid expenses"}
```

#### On Failure

If invalid nominal supplied, returns false.

```
false
```
