External DocumentationTo learn more, visit the Bitbucket documentation.
Parameters
| Parameter | Description |
|---|---|
| Query String | Query string to narrow down the response as per filtering and sorting. |
| Repo Slug | This can either be the repository slug or the UUID of the repository, surrounded by curly-braces, for example: {repository UUID}. |
| Sort | Field by which the results should be sorted as per filtering and sorting. The namefield is handled specially for branches in that, if specified as the sort field, it uses a natural sort order instead of the default lexicographical sort order. For example, it will return [‘branch1’, ‘branch2’, ‘branch10’] instead of [‘branch1’, ‘branch10’, ‘branch2’]. |
| Workspace Slug | This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example: {workspace UUID}. |