List branches
crowdin_list_branchesList version branches in a project (id, name, title). Crowdin API: GET /projects/{projectId}/branches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by branch name. | |
| limit | No | Max rows (max 500, default 25). | |
| offset | No | Rows to skip (default 0). | |
| projectId | Yes | Numeric project id. |