GetChangeRequest
get change request detail
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
forbidden
404 not found
- application/json
- Schema
Schema
- id stringBusiness ID of the change request. 
- number integerThe number of the change request (short ID within the repo). 
- state stringThe status of the change request, enumeration values: open, closed. 
- title stringChange request title. 
- body stringDescription of the change request. 
- created_at stringThe time the change request was created. Follow ISO 8601 time format: YYYY-MM-DDTHH:MM:SSZ" 
- updated_at stringChange request update time. Follow ISO 8601 time format: YYYY-MM-DDTHH:MM:SSZ" 
- in_reply_to stringThe comment business ID of the change request reply.