Codebase API Documentation

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>
  • name is the name of the branch