Updated
Appointment event object had the defaultLocale
field erroneously documented as a string. It now correctly displays as a boolean.
Planners object had the deleted
field’s default value erroneously documented as true. It now correctly displays as false.
Survey object had the id
field corrected and now displays as readOnly.
Added
Appointment event object had the following fields added:
- compliance. Contains a contact’s privacy preferences under various legislations.
- npi. Unique 10-digit identification number issued by the Centers for Medicare and Medicaid Services for health care providers in the United States.
Attendee object had the following fields added:
- registrationCancelledAt. The ISO 8601 zoned date time when attendee registration was cancelled.
Exhibitor object had the following fields added:
- bannerId. The file ID for the exhibitor banner.
- bannerUrl. The URL for the exhibitor banner.
- profileLogoId. The file ID for the exhibitor profile logo.
Exhibitor categories object had the following fields added:
- bannerId. The file ID for the exhibitor banner.
- bannerUrl. The URL where the exhibitor banner is stored.
The following endpoints were added:
- Assign Exhibitor Logo Image. Assign a logo image to an exhibitor with a file UUID from the file upload endpoint. This will replace the current logo image if one is assigned.
- Assign Banner to Category. Assign a banner image to an exhibitor category with a file UUID from file upload endpoint. This will replace the current banner image if one is assigned.
- Assign Exhibitor Banner Image. Assign a banner image to an exhibitor with a file UUID from file upload endpoint. This will replace the current banner image if one is assigned.
We have expanded Authorization Code flow support across many endpoints.
Deprecated
Attendee object had the following field deprecated:
- checkin. This field is deprecated; use checkIn instead.