Hello, colleagues! I'm trying to fetch list of completed reviews with REST API - it's simple sure, but I need to extract:
- name of related Git branch
- author's emails
With 2nd i can use "users-v1" API endpoint, but not all users have emails there. But with 1st I have big problem - I can not find way to extract Git branch name! Is there any way to find Git branch name? As I understand, Crucible has this info - files were submitted, review was completed, branch is known... But how to get it from REST API of Crucible? (I use Crucible + FishEye service).
I tryed different API calls, found in documentation field "ahcnorName" - it looks like branch name, but when I try to call repositories' related endpoints with existing repositories, I get error that repository not found...
Can somebody show an example of call/point out REST call - how to get Git branch name related to completed review?