What's New > October 2024 > New features and enhancements
  

New features and enhancements

The October 2024 release of B2B Gateway includes the following updates.

Support for additional formatting standards and message types

B2B Gateway supports the following formatting standards and message types:

Support for downloading a CSV file with event details

You can download a CSV file of all the events that occur in an organization. The CSV file can be easily shared or stored locally. The CSV file includes details, such as the event file name, partner name, event ID, date and time when the event was created, and the status of the event. You can download a CSV file of events for a specific time period.

Support for downloading a JSON output of event grid using a REST API

You can download a JSON output of event grids with details of all the events that occur in an organization using a REST API. The JSON output can be easily shared or stored locally. You can download a JSON output for a specific time period.
To download the events details of an organisation in the JSON format, use a POST request with the following URL:
https://b2bgateway.<pod>.<baseUrl>/ b2b-gw/api/v1/event/downloadEventDetails.
For more information, see B2B Gateway.