id |
integer |
The unique identifier of the event. |
node_id |
string |
The Global Node ID of the event. |
url |
string |
The REST API URL for fetching the event. |
actor |
object |
The person who generated the event. |
event |
string |
Identifies the actual type of event that occurred. |
commit_id |
string |
The SHA of the commit that referenced this issue. |
commit_url |
string |
The GitHub REST API link to the commit that referenced this issue. |
created_at |
string |
The timestamp indicating when the event occurred. |
dismissed_review |
object |
The information for the dismissed review. |
dismissed_review[state] |
string |
The state the pull request was in when it was dismissed. Can be one of: commented, approved, or changes_requested. |
dismissed_review[review_id] |
string |
The unique identifier of the pull request's review. |
dismissed_review[dismissal_message] |
string |
The message the user included when dismissing the review. |
dismissed_review[dismissal_commit_id] |
string |
The unique identifier of the commit that dismissed the review if one exists. |