Branches
You can access a list of all branches for your repository.
API URLs
| Data | Method | URL | 
| All branches on a repository | GET | /project/repository/branches | 
Object Properties
<branches type="array">
    <branch>
        <name>devel</name>
    </branch>
</branches>
- nameis the name of the branch