> 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/user/_getappointmentsdt.md).

# \_getAppointmentsDT

Get a Users Appointments data.

### Parameters

#### id

The ID of the User.

### Example

```
FM_api('User_getAppointmentsDT', ['id' => '3']);
```

### Result

#### On Success

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