OptionalclosedOnly return pull requests closed since this time (seconds since the epoch).
OptionallimitMaximum number of results to return per page.
Bitbucket default is 25, maximum is 1000.
OptionalparticipantFilter by the authenticated user's participant status (only meaningful when role is 'REVIEWER').
OptionalroleFilter by the authenticated user's role on the pull request.
Optionalstart0-based index of the first result to return.
Use nextPageStart from the previous response to paginate forward.
OptionalstateFilter by state. Defaults to 'OPEN'.
Use 'ALL' to retrieve pull requests in any state.
Query parameters accepted by
GET /rest/api/latest/dashboard/pull-requests.