_listByLastEdited
Parameters
Example
FM_api(
'Appointments_listByLastEdited',
array(
'from'=>'2015-11-24 00:00:00'
)
);Result
["7472","222402","222404","222405","222406","222407","222408","222409","222410","222411","222412","222413","222414"]Example filtering for a form
FM_api(
'Appointments_listByLastEdited',
array(
'from'=>'2015-11-24 00:00:00',
'form_id'=>'147'
)
);Result
Last updated