When query Bitbucket via REST API using pull request and activities(https://bitbucket.mycompany.com/rest/api/1.0/projects/MYPROJECT/repos/myrepo/pull-requests/123/activities) it sometime does not list all the activities. This happen when the pull request have a high number of activities.
1) Is there a way to list all the activities?
2) I am interested in the OPENED activity, which happen to missing, I assuming because it the first activity in the pull request. Is there a way to query the OPENED activity, so that I can get the developer who created the pull request?