Github API - Test Config

GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments
repos
pulls

List comments for a specific pull request review.
List comments for a pull request review

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key pull-number

pull-number [scalar]

The number that identifies the pull request.

API:
Github Open API
(version: 1.1.4)

key review-id

review-id [scalar]

The unique identifier of the review.

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json review-comment []

review-comment [object]

Legacy Review Comment

Attributes
_links 2105

author_association author-association

body string

body_html string

body_text string

commit_id string

created_at string

diff_hunk string

html_url string

id integer

in_reply_to_id integer

line integer

The line of the blob to which the comment applies. The last line of the range for a multi-line comment

node_id string

original_commit_id string

original_line integer

The original line of the blob to which the comment applies. The last line of the range for a multi-line comment

original_position integer

original_start_line integer

The original first line of the range for a multi-line comment.

path string

position integer

pull_request_review_id integer

pull_request_url string

reactions reaction-rollup

side string

The side of the first line of the range for a multi-line comment.

start_line integer

The first line of the range for a multi-line comment.

start_side string

The side of the first line of the range for a multi-line comment.

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)