> 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/stockcategory/_list.md).

# \_list

List all Stock Catergory data.

### Parameters

### Example

```
FM_api('StockCategory_list');
```

### Result

#### On Success

```
{"id":"1","text":"Door","state":{"opened":false},"children":[]},{"id":"3","text":"Fire","state":{"opened":false},"children":[]}
```
