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

# \_getDT

Returns Supplier details

### Parameters

#### start

where to start from e.g, by default, page 2 should be set to 10

#### length

number of results

#### order

order to display the results in, asc or desc.

#### draw

### Example

```
FM_api('Suppliers_getDT', ['start' => '0', 'order' => '', 'draw' => '1', 'length' => '10'])
```

#### On Success

```
"{"draw":1,"recordsTotal":"3","recordsFiltered":"3","data":[["1","C&A Sales","1","02812345678","C&A@fieldmotion.com","","","1"],["4","Supplier 1","12","53234234","","","20","0"],["7","Supplier 10","14","53234234",null,"","20","0"]]}"
```
