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

CiviEvent APIs - Reimplement as Version2 APIs and Add Event Search API

    Details

    • Type: Improvement
    • Status: Done/Fixed
    • Priority: Minor
    • Resolution: Fixed/Completed
    • Affects Version/s: None
    • Fix Version/s: 1.8
    • Component/s: CiviEvent
    • Labels:
      None

      Description

      Reimplement the following existing Event and Participant APIs as V2 APIs:

      Event
      =====
      event_create
      event_update
      event_delete

      Create a new API for event_search. Searches by any combination of

      • start_date range (start_date FROM and TO)
      • event type
      • event title
      • event ID
      • is_public
        Returns event and event_page properties as well as COUNT of registered participants (status = Registered).

      Participant
      ========
      _create (participant and participant_payment)
      _update (participant and participant_payment)
      _ delete (participant and participant_payment)

      New API participant_search replaces get_participant. Searches by any combination of:

      • contact ID
      • participant ID
      • event start_date range (start_date FROM and TO)
      • event type
      • event title
      • event ID

      Returns event ID and participant Info (including status).

        Attachments

          Activity

            People

            • Assignee:
              kiran.jagtap Kiran Jagtap
              Reporter:
              dgg David Greenberg
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: