Response Code Description Response Format
200 Success
{
  "id": "9a8584-5771-4562-b3b8-2c963f66af6",
  "source": "string",
  "specVersion": "string",
  "type": "string",
  "subject": "string",
  "time": "2023-09-26T09:40:04.826Z",
  "dataContentType": "string",
  "data": {},
  "eventTypeId": 0
}

Response Parameter Description

Field Data Type Description
Id String (Guid) Identifies the event. An event counter that is maintained by the producer.
Source String
MaxLength: 250
MinLength: 0
Nullable: true

Identifies the context in which an event happened. This will include information such as the type of the event source, organization publishing the event or process that produced it.
SpecVersion String
MaxLength: 4
MinLength: 0
This version of the CloudEvents specification which the event uses.
Type String
MaxLength: 250
MinLength: 0
This attribute contains a value describing the type of event related to the originating occurrence.
Subject String
MaxLength: 250
MinLength: 0
Nullable: true
This describes the subject of the event in context of the event producer (identified by source).
Time String (date-time)
Nullable: true
UTC Time stamp of when this occurrence happened.
DataContentType String
Max length: 50
MinLength: 0
Nullable: true
Content type of data value.
Data String
Nullable: true
Data of Events.
EventTypeId Integer (Int32) Id of Event Type.