Changelog

Added

Added ChangeTypes to Changed Entity Export API

This release added the ChangeTypes endpoint to the Changed Entity Export API. Some resourceTypes will return a ChangeTypeID and associated data in their export files to indicate the type of the last change made to an exported record. This endpoint retrieves a collection of available changeTypes for a specified resourceType with metadata about each changeType.

Added

Added Bulk Import Endpoints

This releases added Bulk Import Endpoints to support programmatically applying several popular mapping types in MC databases.

Added

Added ExcludeChangedFromSelf property to Changed Entity Export API

This release added ExcludeChangedFromSelf property to Changed Entity Export API. This filters out records that were changed by the same user that is making the API call. This is implemented to prevent so-called "circular updates" from happening when an API key is both importing and exporting as part of an integration.