> 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/customers/_listbylastedited.md).

# \_listByLastEdited

Get a list of all customers that have changed since a specified time

### Parameters

* from - UTC date in "yyyy-mm-dd hh:mm:ss" format

### Example

```
FM_api(
	'Customers_listByLastEdited',
	array(
		'from'=>'2015-11-18 09:00:00'
	)
);
```

### Result

```
["110960","110961","110962","110963"]
```
