API
Remote Event API¶
The extension exposes a new API to remote event listings or registration systems:
RemoteEvent.get
allows querying for remotely available events in the same wayEvent.get
wouldRemoteEvent.create
allows creating remotely available events in the same wayEvent.create
wouldRemoteParticipant.get_form
returns a default specification fo the registration form required for signing up/cancel/updateRemoteParticipant.create
sign somebody up for an event by providing the necessary form data (as requested byRemoteParticipant
)RemoteRegistration.validate
ask the system for validating the given signup data before the actual registrationRemoteRegistration.cancel
cancel an existing registration, identified by remote_contact_id or tokenRemoteRegistration.update
update an existing registration, identified by remote_contact_id or token
Please note that all these API actions come with an independent set of permissions.