> 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/assets/_getrecentappointments.md).

# \_getRecentAppointments

Get recent appointments for an asset assigned to a customer

#### Parameters

### id

This can be the ID of the customer or the asset

### Example

```
FM_api('Assets_getRecentAppointments', ['id' => '1'])
```

### Result

#### On Success

```
{"asset":"1","description":"Service","id":"127","meeting_time":"2018-11-07 14:47:55","job_ref":"51"},{"asset":"1","description":"Service","id":"127","meeting_time":"2018-11-07 14:47:55","job_ref":"51"}
```
