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

# 01\_getDT

returns all quotes within a result range

### Parameters

#### draw

#### start

Start from given result

#### length

Limit results

#### dateFrom

Show from this date

#### dateTo

Show to this date

#### customer\_id

id of a customer

#### status

Quote status

#### user\_id

id of a user

#### Example

```
FM_api('Quotes_getDT',[
	'draw'=>'1',
	'start'=>'0',
	'length'=>'10',
	'dateFrom'=>'2017-08-21',
	'dateTo'=>'2017-09-21',
	'status'=>'-1'
])
```
