Skip to end of banner
Go to start of banner

getRepositoryList

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 76 Current »

See also: Actions

Description

Get a list of repositories matching the filtering criteria including regex filtering on name or slug or UUID. Filter using user role or query parameters. Also, filter by using the project parameter or if you are using the query parameter then add 'project.key="..."' as part of the query parameter. By default, list is sorted by repository name. Alternatively, specify a valid sort parameter. See the Bitbucket documentation (https://developer.atlassian.com/cloud/bitbucket/rest/intro/#filtering) for valid query and sort parameter values. Note - if you are getting a list across multiple workspaces, only repositories within each workspace will be sorted based on the sort parameter. The final list is an amalgamation of all the sorted lists for each workspace.

Required Parameters

Optional Parameters

workspace, project, role, query, sort, regex, limit, columns, select, options, outputType, outputFormat, file, encoding, append

Type

Get

Category

Repositories

Output Formats

, ,

Replacement Variables

repository, repositoryFullKey, repositoryName, repositoryUuid, workspace, workspaceName, workspaceUuid, project, projectUuid, projectName

Since Version

Examples

getRepositoryList

Related How To's

  • No labels