Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.4.5
-
Fix Version/s: 4.5
-
Component/s: CiviCRM API
-
Labels:None
Description
For integrating with external contact data, a client requested addition of a last_modified field in CiviCRM Contact API.
Initial work (seems functional) for 4.3 here:
Adds return 'last_modified' to Contact API, retrieves MAX(modified_date) for the matching entity from table civicrm_log & adds to results.