> 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/stock/_getdt.md).

# \_getDT

Retrieve details for all Stock records.

### Example

```
FM_api('Stock_getDT');
```

### Result

#### On Success

```
{"draw":0,"recordsTotal":1,"recordsFiltered":1,"data":[]}
```
