_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"]

Last updated