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

# \_getDT

Get details for all Contracts

### Example

```
FM_api(
	'Contracts_getDT'
);
```

### Result

The result will look something like this:

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