Github API - Test Config

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

The list of reviews returns in chronological order.
List reviews for a pull request

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 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 []

pull-request-review [object]

Pull Request Reviews are reviews on pull requests.

Attributes
_links 2086

author_association author-association

body string

The text of the review.

body_html string

body_text string

commit_id string

A commit SHA for the review. If the commit object was garbage collected or forcibly deleted, then it no longer exists in Git and this value will be null.

html_url string

id integer

Unique identifier of the review

node_id string

pull_request_url string

state string

submitted_at string

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