EventstreamItem
Results of polling the stream
Fields
| Field | Description |
|---|---|
|
id
string
(required) |
Id of the event Example value:"1526985054069-0" |
|
data
map<string, mixed>
(required) |
Eventstream data |
|
ts
string
(required) |
ISO-8601 timestamp of the event Example value:"2022-10-01T09:00:00+0000" |
|
type
string
(required) |
Eventstream item type Example value:"webshop:add_tickets" |
Example
1{
2 "id": "1526985054069-0",
3 "data": {
4
5 },
6 "ts": "2022-10-01T09:00:00+0000",
7 "type": "webshop:add_tickets"
8}