ActivityStream
Columns
Name | Type | References | Description |
Id [KEY] | Long | Automatically assigned upon creation. | |
Title | String | Description of this activity. | |
Verb | String | The type of activity. Can be tickets.assignment, tickets.comment, or tickets.priority_increase. | |
UserId | Long | Users.Id | The user this activity pertains to. |
ActorId | Long | Users.Id | The user this activity pertains to. |
CreatedAt | Datetime | When this locale was created. | |
UpdatedAt | Datetime | When this locale last got updated. | |
Url | String | The API url of this activity. |
Last updated