From 953751b91cda811af40e1813eec1b29bb8cb0563 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Mon, 21 Sep 2015 13:26:48 -0400 Subject: [PATCH] Added by Ward; basic filter-able contribution list --- api/v3/Contact.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/v3/Contact.php b/api/v3/Contact.php index 79ad85ff28..a4886810e7 100644 --- a/api/v3/Contact.php +++ b/api/v3/Contact.php @@ -133,6 +133,15 @@ function _civicrm_api3_contact_create_spec(&$params) { $params['suffix_id']['api.aliases'] = array('individual_suffix', 'individual_suffix_id'); } +/** + * Added by Ward; basic filter-able contribution list + * use filter.receive_date_high etc + * 2013-07-02 + */ +function civicrm_api3_contact_list($params) { + return _civicrm_api3_basic_get(_civicrm_api3_get_BAO(__FUNCTION__), $params); +} + /** * Retrieve one or more contacts, given a set of search params * -- 2.25.1