Events that happen during the day. Things like login, plugin mapping changes, etc.
eventName | string
Name of the event |
timestamp | string <date-time>
When the event happened |
userEmail | string <email> Email of the user who perfomed the action |
{- "eventName": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "userEmail": "user@example.com"
}
{- "data": [
- {
- "attributes": {
- "eventName": "string",
- "timestamp": "2019-08-24T14:15:22Z",
- "userEmail": "user@example.com"
}, - "id": 0,
- "relationships": { },
- "type": "string"
}
]
}