SourceCommit Branch list
- Print
- PDF
SourceCommit Branch list
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Search the SourceCommit repository branch list.
Request
API URL
GET {SOURCEPIPELINE_API_URL}/sourcecommit/repository/{repositoryName}/branch
Request parameter
Item | Type | Requirement status | Description | Remarks |
---|---|---|---|---|
repositoryName | string | Y | Repository name | Search with sourceCommitRepoisotryList API |
Request query
None
Request body
None
Response
Response body
{
"branchList": [
{
"name": "string"
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
name | string | Branch name |
Was this article helpful?