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

# \_listByLastEdited

List all asset types 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(
	'AssetTypes_listByLastEdited',
	array(
		'from'=>'2015-11-24 00:00:00'
	)
);
```

### Result

```
["7472","222402"]
```
