Response Schema

Status Code 200

Name Type Required Restrictions Description
anonymous [ActivityData] false none
» id string false none The ID of the activity
» creationTime string false none The activity creation time
» type string false none The activity type. The possible values are: "COMMENT" or "MODIFICATION". If the type is "MODIFICATION", then the activity data also contains information about the changed files.
» revision string false none Revision for modified and created activity types.
» message string false none The message (added for a comment activity)
» userStatus string false none The user status submitted with this message: null or 'FINISHED'
» files [FileData] false none The modified files. This information is set when the activity type is "MODIFICATION".
»» id string false none The file id
»» name string false none The file name
»» path string false none The file path
» user UserData false none none
»» id string false none none
»» name string false none none
»» email string false none none
»» avatarUrl string false none none
»» mailValidated boolean false none none
»» githubValidated boolean false none none
»» googleValidated boolean false none none
»» mailNotificationsSettings MailNotificationsSettingsData false none none
»»» messageAddedNotifsForOwner boolean false none none
»»» messageAddedNotifs boolean false none none
»»» reviewFinalizedForOwner boolean false none none
»»» reviewerAddedForOwner boolean false none none
»»» taskAssignedForReviewer boolean false none none
»» locale string false none none