Is it possible to get a previous version of a pull request object?
For instance, we have a PullRequest object whose current version is 5.
Can I get the 4rth version of the same pull request object ?
I wish to see the changes between the 4rth and 5th version of the pull request object.
Is there any way I can accomplish the above requirement ?