/rest/api/event

Provides access to time events.

POST v1/events

Process time events synchronous or asynchronous.

Response
application/json; charset=UTF-8

EventResponseDTO - Container that that holds a time event.

Request
application/json; charset=UTF-8

Parameter Type
Type
Name
Description
Optional
Default Value
FORM
event
The event.
false
 
QUERY
Date  
dateTime
The date time of the event, if a the current date should not be used. The date time must contain a timezone according to ISO8601, e.g '2019-11-05T13:37:00Z'
true
 
QUERY
Boolean  
async
Process event logic asynchronous.
true
false
QUERY
Boolean  
parallel
Choose sequential or parallel processing queue for asynchronous events.
true
false

POST v1/events/type

Process time events synchronous or asynchronous.

Response
application/json; charset=UTF-8

EventResponseDTO - Container that that holds a time event.

Request
application/json; charset=UTF-8

Parameter Type
Type
Name
Description
Optional
Default Value
FORM
Map  
payload
The event payload.
false
 
PATH
String  
eventType
The ID of the event type.
false
 
QUERY
Date  
dateTime
The date time of the event, if a the current date should not be used. The date time must contain a timezone according to ISO8601, e.g '2019-11-05T13:37:00Z'
true
 
QUERY
Boolean  
async
Process event logic asynchronous.
true
false
QUERY
Boolean  
parallel
Choose sequential or parallel processing queue for asynchronous events.
true
false