Parameter |
Description |
Remarks |
Id |
A unique identifier of the event. |
An integer |
Created |
The time when this event occurred. |
Unix timestamp (integer) |
ResourceType |
The resource type is the affected object of this event.
- Unspecified
- Customer
- IssuedLicense
- LicenseKey
- LicenseIssuance
- Product
- DataObject
|
integer |
ResourceAction |
The action that was performed on the object.
- None
- Added
- Updated
- Deleted
|
integer |
AffectedObjectId |
The id of the object that was affected. |
integer |
ObjectOwnerUserId |
The id of the user who owns this object. |
integer |
PerformedByUserId |
The id of the user who performed the action. |
string |
Data |
Contains a JSON object related to this event. For example, if the object is created, this will contain
a JSON version of the object. If only certain fields hava changed, a JSON dictionary will be returned where the
key is the name of the field and the value is an array where the first value is the old value and the second value
is the new value. |
string |