Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.3
-
Fix Version/s: 4.7.10
-
Component/s: None
-
Labels:
-
Documentation Required?:None
-
Sprint:4.7.10 api
-
Funding Source:Contributed Code
Description
When using 'Participant' 'Get' it is not possible to filter by the 'Registered by ID'. All participants are returned, the list is not filtered.
For example using the following API call:
$result = civicrm_api3('Participant', 'get', array( 'sequential' => 1, 'registered_by_id' => 52, ));
This issue can also be recreated on dmaster on the API explorer.