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

# \_listByLastEdited

List all assets edited or created since a specified date

### Parameters

* from. minimum date (yyyy-mm-dd hh:mm:ss) from which to show IDs

### Example

```
FM_api(
	'Assets_listByLastEdited',
	array(
		'from'=>'2015-11-24 00:00:00'
	)
);
```

### Result

```
["7472","222402","222404","222405","222406","222407","222408","222409","222410","222411","222412","222413","222414"]
```
