Tag List
- Print
- PDF
Tag List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Summary
Search the list of tags.
Request
API URL
GET {SOURCECOMMIT_API_URL}/repository/{repositoryName}/tag
Request parameters
Item | Type | Description | Remarks |
---|---|---|---|
repositoryName | string | Repository name | Search with repositoryList API |
Request query
None
Request body
None
Response
Response body
{
"tag": ["string"]
}
Item | Type | Description | Remarks |
---|---|---|---|
tag | string[] | Tag name |
Was this article helpful?