# \_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":[]}
```
