ActivityData

{
  "id": "string",
  "creationTime": "string",
  "type": "string",
  "revision": "string",
  "message": "string",
  "userStatus": "string",
  "files": [
    {
      "id": "string",
      "name": "string",
      "path": "string"
    }
  ],
  "user": {
    "id": "string",
    "name": "string",
    "email": "string",
    "avatarUrl": "string",
    "mailValidated": true,
    "githubValidated": true,
    "googleValidated": true,
    "mailNotificationsSettings": {
      "messageAddedNotifsForOwner": true,
      "messageAddedNotifs": true,
      "reviewFinalizedForOwner": true,
      "reviewerAddedForOwner": true,
      "taskAssignedForReviewer": true
    },
    "locale": "string"
  }
}

An activity recorded on a specific task (for example the current user adds a comment or edit a file)