Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-18186

Participant API: filter by 'Registered by ID' does not work

    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.

        Attachments

          Activity

            People

            • Assignee:
              yashodha Yashodha Chaku
              Reporter:
              john John K.
            • Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: