Create a create events job

POST {{baseUrl}}/createEventsJobs

Creates an asynchronous job which creates events with the provided content. Maximum 150 events can be created at once. The job status can be queried for 2 hours at most after the jobID is returned.

Request Body

{"events"=>[{"timestamp"=>"<string>", "entityId"=>"<uuid>", "typeId"=>"<string>", "correlationId"=>"<uuid>"}, {"timestamp"=>"<string>", "entityId"=>"<uuid>", "typeId"=>"<string>", "correlationId"=>"<uuid>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring