API
CiviRemote Event API¶
The extension exposes a new API to remote event listings or registration systems:
RemoteEvent.getallows querying for remotely available events in the same wayEvent.getwouldRemoteEvent.createallows creating remotely available events in the same wayEvent.createwouldRemoteParticipant.get_formreturns a default specification fo the registration form required for signing up/cancel/updateRemoteParticipant.createsign somebody up for an event by providing the necessary form data (as requested byRemoteParticipant)RemoteRegistration.validateask the system for validating the given signup data before the actual registrationRemoteRegistration.cancelcancel an existing registration, identified by remote_contact_id or tokenRemoteRegistration.updateupdate an existing registration, identified by remote_contact_id or token
Please note that all these API actions come with an independent set of permissions.