Github API - Test Config

GET /repos/{owner}/{repo}/pulls/comments
repos
pulls

Lists review comments for all pull requests in a repository. By default, review comments are in ascending order by ID.
List review comments in a repository

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)

sort string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

direction string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

key since

since [scalar]

Only show notifications updated after the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

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 pull-request-review-comment []

pull-request-review-comment [object]

Pull Request Review Comments are comments on a portion of the Pull Request's diff.

Attributes
_links 2089

author_association author-association

body string

The text of the comment.

body_html string

body_text string

commit_id string

The SHA of the commit to which the comment applies.

created_at string

diff_hunk string

The diff of the line that the comment refers to.

html_url string

HTML URL for the pull request review comment.

id integer

The ID of the pull request review comment.

in_reply_to_id integer

The comment ID to reply to.

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

The node ID of the pull request review comment.

original_commit_id string

The SHA of the original commit to which the comment applies.

original_line integer

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

original_position integer

The index of the original line in the diff to which the comment applies. This field is deprecated; use original_line instead.

original_start_line integer

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

path string

The relative path of the file to which the comment applies.

position integer

The line index in the diff to which the comment applies. This field is deprecated; use line instead.

pull_request_review_id integer

The ID of the pull request review to which the comment belongs.

pull_request_url string

URL for the pull request that the review comment belongs to.

reactions reaction-rollup

side string

The side of the diff to which the comment applies. The side of the last 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

URL for the pull request review comment

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