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