Get a specific review for a pull request
GET
/repos/{owner}/{repo}/pulls/{index}/reviews/{id}/comments
repository
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/repos///pulls//reviews//comments'
Response Response Example
200 - Example 1
[
{
"body": "string",
"commit_id": "string",
"created_at": "2019-08-24T14:15:22Z",
"diff_hunk": "string",
"html_url": "string",
"id": 0,
"original_commit_id": "string",
"original_position": 0,
"path": "string",
"position": 0,
"pull_request_review_id": 0,
"pull_request_url": "string",
"resolver": {
"active": true,
"avatar_url": "string",
"created": "2019-08-24T14:15:22Z",
"description": "string",
"email": "user@example.com",
"followers_count": 0,
"following_count": 0,
"full_name": "string",
"id": 0,
"is_admin": true,
"language": "string",
"last_login": "2019-08-24T14:15:22Z",
"location": "string",
"login": "string",
"prohibit_login": true,
"restricted": true,
"starred_repos_count": 0,
"visibility": "string",
"website": "string"
},
"updated_at": "2019-08-24T14:15:22Z",
"user": {
"active": true,
"avatar_url": "string",
"created": "2019-08-24T14:15:22Z",
"description": "string",
"email": "user@example.com",
"followers_count": 0,
"following_count": 0,
"full_name": "string",
"id": 0,
"is_admin": true,
"language": "string",
"last_login": "2019-08-24T14:15:22Z",
"location": "string",
"login": "string",
"prohibit_login": true,
"restricted": true,
"starred_repos_count": 0,
"visibility": "string",
"website": "string"
}
}
]
Request
Path Params
owner
stringÂ
required
repo
stringÂ
required
index
integerÂ
required
id
integerÂ
required
Responses
Modified at 2022-09-10 23:12:53