GetChangeRequestComment
get change request comment
Path Parameters
- owner requiredThe owner of the repository, generally called "username". The name is not case sensitive. 
- repo requiredrepository name, the name is not case sensitive 
- pull_numberThe number of the change request (short ID within the repo) 
Header Parameters
- Authorization requiredOauth2 token or private token (needs to start with Bearer plus a space) 
- 200
- 403
- 404
- responseBody
success
No Access
404 not found
- application/json
- Schema
Schema
- id stringThe business ID of the comment. 
- pull_request_review_id stringThe business ID of the change request to which the comment belongs. 
- path stringThe file path corresponding to the comment 
- ccommit_id stringThe corresponding commit sha value of the file to be commented, and the corresponding patchset submitted. 
- in_reply_to_id stringThe business ID of the reply comment. 
- body stringThe content of the comment. 
- line integerThe line number of the file corresponding to the comment. 
- created_at stringCreation time. Follow ISO 8601 time format: YYYY-MM-DDTHH:MM:SSZ" 
- updated_at stringUpdate time. Follow ISO 8601 time format: YYYY-MM-DDTHH:MM:SSZ"