List all comments in a repository
GET
/repos/{owner}/{repo}/issues/comments
issue
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/repos///issues/comments'
Response Response Example
[
{
"body": "string",
"created_at": "2019-08-24T14:15:22Z",
"html_url": "string",
"id": 0,
"issue_url": "string",
"original_author": "string",
"original_author_id": 0,
"pull_request_url": "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
Query Params
since
stringÂ
optional
before
stringÂ
optional
page
integerÂ
optional
limit
integerÂ
optional
Responses
Modified at 2022-09-10 23:12:52