Send analytics events to the server​
Send analytics events to the server. The server will either drop or forward the event based on the user defined settings.
- application/json
Request Body array
The analytics events to send
- system string
The system that emitted the event.
- kind string
The kind of event.
context object
The context of the event.
property name*
stringcounters object
The counters of the event.
property name*
integer- at string
The time of the event in IS0 8601 date time.
Responses
- 204
The events were accepted
Loading...