Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Table of Contents

Search

  1. Preface
  2. Introducing B2B Gateway
  3. B2B Gateway administration
  4. Project and asset management
  5. EDI X12 and EDIFACT Messages
  6. Custom files with custom mappings
  7. Inbound Custom Files with Intelligent Structure Discovery
  8. File transfer tasks
  9. Partners
  10. Tracking and Monitoring Events
  11. B2B Gateway REST APIs
  12. Glossary

B2B Gateway

B2B Gateway

Download Event Grid REST API request

Download Event Grid REST API request

Use a POST request with an application/json content type to download a JSON output of event grid within an organisation.
The following table describes the request body parameters of the request URL:
Parameter
Type
Description
eventId
String
The ID of the event.
fromDate
String
The date from when the events are required to be filtered. The value in this field is displayed in Unix time format or Epoch time in which the date is converted to milliseconds.
Todate
String
The date till when the events are required to be filtered. The value in this field is displayed in Unix time format or Epoch time in which the date is converted to milliseconds.
messageTypeNames
String
The type of messages that you exchange with partners.
entityNumber
String
The identification number of an external or internal entity that sends documents for processing or receives documents after processing in B2B Gateway.
statuses
String
The status details of the events.
eventTypes
String
The type of the event.
showDeleted
String
The details of the deleted partners field.
internalPartnerIDList
String
The list of internal partners.
partnerTags
String
The tags that are labels you create to help organize the partners.
resultSize
String
The size of the result after filtering the events.
The following example shows a sample request:
{ "eventId":34046598, "fromDate":1730042349474, "toDate":1730128749474, "messageTypeNames":["810"], "entityNumber":null, "statuses":["Complete"], "eventTypes":["OUTBOUND"], "showDeleted":false, "internalPartnerIDList":[75226], "partnerTags":[], "resultSize":2000 }

0 COMMENTS

We’d like to hear from you!