For the complete documentation index, see llms.txt. This page is also available as Markdown.

_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":[]}

Last updated