GetPullRequestCommits
Get the commits for the specified pull request.
Input
| Name | Type | Required | Description |
| ProjectId | String | True | Id or name of project. |
| RepositoryId | String | True | Id or name of repository. Must be set to repository id if ProjectId not set. |
| PullRequestId | String | True | Id of the Pull Request |
Result Set Columns
| Name | Type | Description |
| CommitId | String | Id of generated Commit. |
| AuthorName | String | Name of file author. |
| AuthorEmail | String | Email address of file author. |
| AuthoredDate | Datetime | Creation date of affected file. |
| CommitterName | String | Name of commit author. |
| CommitterEmail | String | Email address of commit author. |
| CommittedDate | Datetime | Date of commit creation. |
| Comment | String | Comment for the commit |
| CommentTruncated | String | Whether the comment is truncated or not. |
| Url | String | URL of generated commit object. |