Create Event
Creates an event.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
assetRids
Must contain at least one asset rid.
origins
If empty, will default to set<EventOrigin.api>.
timestamp
duration
name
type
Allowed values:
labels
properties
description
If not provided, will default to an empty string.
disposition
Response
This endpoint returns an object.
uuid
rid
Unique resource identifier for an Event.
assetRids
A set of asset rids associated with the event.
origins
A set of origins associated with the event.
timestamp
duration
name
description
type
Allowed values:
labels
properties
isArchived
createdBy
The user who created the event. This field may be missing for legacy events.
disposition