EventResponseDTO

Container that that holds a time event.

Fields

Type
Name
Description
Optional
Default Value
String  
id
The server id of the created event.
false
 
status
The status of the event.
false
 
payload
The payload of the event.
false
 

Example

{
	"id": "pk123",
	"status": "DONE",
	"payload": {
		"key1": "stringValue",
		"key2": 1987,
		"key3": true
	}
}