Events API Change log

Written by Margot Sylvain

Last published at: April 10th, 2025

 Released Apr 9, 2025

Added Check in Method

✅  Non-Breaking Change

As of October 23rd, 2024, we began logging the check-in method for invitees and guests. This new property is now included in the response payload of the following API endpoints:

📥 Invitees

  • GET /v2/events/{uuid}/invitees
  • POST /v2/events/{uuid}/invitees
  • GET /v2/invitees/{uuid}
  • PATCH /v2/invitees/{uuid}
  • GET /v2/invitees/{uuid}/guests

📥 Guests

  • POST /v2/invitees/{uuid}/guests
  • POST /v2/guests
  • GET /v2/guests/{uuid}
  • PATCH /v2/guests/{uuid}

The new CheckInMethod field indicates how the person was checked in. Possible values include:

  • Not checked-in: The person hasn’t been checked in yet
  • Desktop: Checked in via the desktop tool
  • RFID: Checked in using RFID
  • Barcode: Checked in using barcode scanning
  • Not available: Applicable to check-ins before October 23, 2024, when this data wasn’t being tracked

 

 

Released Sep 30, 2024

Added contacts details

✅  Non-Breaking Change

You can now search the Events API by contactsUuid and contactExternalId.

 

Fix dateUpdated and updatedBy

✅  Non-Breaking Change

The search filters dateUpdated and updatedBy were fixed to be nullable strings instead of strings, this helps to search by empty values.