The pull request was reviewed.
| Issue type | Issue events API | Timeline events API |
|---|---|---|
|
X |
This events properties do not use the same structure as the issue event object common properties. The following properties are returned for this event.
| Name | Type | Description |
|---|---|---|
id |
integer |
The unique identifier of the event. |
node_id |
string |
The Global Node ID of the event. |
user |
object |
The person who commented on the issue. |
body |
string |
The review summary text. |
commit_id |
string |
The SHA of the latest commit in the pull request at the time of the review. |
submitted_at |
string |
The timestamp indicating when the review was submitted. |
state |
string |
The state of the submitted review. Can be one of: commented, changes_requested, or approved. |
html_url |
string |
The HTML URL of the review. |
pull_request_url |
string |
The REST API URL to retrieve the pull request. |
author_association |
string |
The permissions the user has in the issue's repository. For example, the value would be "OWNER" if the owner of repository created a comment. |
_links |
object |
The html_url and pull_request_url. |
event |
string |
The event value is "reviewed". |