> 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/asset/_appointmentsgetdt.md).

# \_appointmentsGetDT

returns all appointments linked to an asset

### Parameters

#### draw

#### start

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

#### length

number of results

#### aid

id of asset

#### Example

```
FM_api('Asset_appointmentsGetDT',['draw'=>'1','start'=>'0','length'=>'10','aid'=>'1']);
```
