| Field | Type | Required | Description |
|---|---|---|---|
id |
Optional[str] | ➖ | Universally unique identifier of the event. To allow for reliable retransmission, only the earliest received event of a given UUID is considered valid by the server and subsequent are ignored. |
action |
models.ActivityEventAction | ✔️ | The type of activity this represents. |
params |
Optional[models.ActivityEventParams] | ➖ | N/A |
timestamp |
date | ✔️ | The ISO 8601 timestamp when the activity began. |
url |
str | ✔️ | The URL of the activity. |