Changes between Version 3 and Version 4 of CiviCRM API - Adding Custom Values to Case Get
- Timestamp:
- 11/26/13 13:55:05 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM API - Adding Custom Values to Case Get
v3 v4 7 7 == [=#civicrm_api3_contact_get civicrm_api3_contact_get (api/v2/Contact.php)] 8 8 9 The API function. 10 9 11 1. [#_civicrm_api3_contact_get_supportanomalies _civicrm_api3_contact_get_supportanomalies (api/v3/Contact.php)] 10 12 1. [#_civicrm_api3_get_using_query_object _civicrm_api3_get_using_query_object (api\v3\utils.php)] … … 13 15 == [=#_civicrm_api3_contact_get_supportanomalies _civicrm_api3_contact_get_supportanomalies (api/v2/Contact.php)] 14 16 15 //Not Checked// 17 Changes a few of the parameters around for consistency and convenience. 16 18 17 19 == [=#_civicrm_api3_get_using_query_object _civicrm_api3_get_using_query_object (api\v3\utils.php)]