Data integration APIs

We added navigation and display enhancements on the Event messages page, and we added validation for the unique ID field in datasource import APIs.

Event messages navigation

We updated navigation and display on the Event notification message history and status page so it's easy for you to copy a message’s response object details when necessary. Each message history row now includes a “Response” link in the Status column that opens a modal window when clicked. You can copy the response object details from the modal window if needed. Please note that with this navigation update, clicking a row on the Event messages page will no longer open the response window.


Event message response object details display in a new modal window when you click the new Response link in the message's Status column

Epic: SEL-17230

Datasource import APIs

We enhanced unique ID field validation on datasource import APIs to avoid causing confusion in customer environments. Previously, the regular and composite datasource data import APIs allowed records with an empty string as the record’s unique ID. With release 24.2, we modified unique ID validation to respond with an error message if the PUT request does not specify a unique ID.

This enhancement will not affect existing imported records with an empty string as the unique ID.

Epic: SEL-17230