Added ability to filter ContactsActivistCodes Changed Entity Export by ActivistCodeID

Added a new optional requestedActivistCodeIds parameter to /changedEntityExportJobs. This new Parameter allow filtering by ActivistCodeIDwhen resourceType is ContactsActivistCodes.

Added Apply Relationships Mapping Type to Bulk Import API

Added ability to apply relationships using /bulkImportJobs endpoint.

improved

Support for larger Address IDs

The addressId property on Address has been changed from a 32-bit int to a 64-bit long.

improved

Updated GTM Event Tracking with Google Analytics 4 information

Added information about Google Analytics 4 to the existing documentation for Google Tag Manager Event Tracking. More updates to come.

added

Added Support for Deleting Contacts

You can now delete Contacts (in databases that support it) with our new endpoint: /people/{vanId}

added

JSON Patch and Source Code Metadata

In contexts where Source Code metadata is supported, we've built out support for setting and retrieving things like Campaign, Contact Type, Revenue Stream, etc. See Codes Common Models for more information.

added

Added Campaigns & Contents Support

Added support for getting the details of your organization's Campaigns and associated Content at Campaigns.

deprecated

Deprecated `preferredPronouns`

The preferredPronouns property on People and Reported Demographics [/pronouns] (ref:pronouns) endpoints has been deprecated and replaced with pronouns.

added

Added support for diacritics in names and ability to edit names

You can now edit a person's name via the /people/{vanId}/names and /bulkImportJobs endpoints, including in the voter file. "Source File" name properties have been added to the Person model, and First, Middle, and Last Name lengths have been updated to accommodate longer names and unicode characters. Additionally, in order to support diacritical characters in names across the broadest array of readers and platforms, any endpoints that produce an output file will now be in UTF-8 BOM encoding.

added

Added ability to merge duplicate contacts

You can now use the API to merge duplicate contact records via /people/{vanId}/mergeInto.