查询代码库的标签(Tag)列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /repository/{repositoryId}/tag/list
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
organizationId | string | 是 | 企业标识,也称企业 id,字符串形式,可在云效访问链接中获取,如 https://devops.aliyun.com/organization/【OrganizationId】 | 611b75680fc7bf0dbe1dce55 |
accessToken | string | 否 | 个人访问令牌。 使用阿里云 AK+SK 或使用 STS 临时授权方式不需要传该字段 | f0b1e61db5961df5975a93f9129d2513 |
repositoryId | long | 是 | 代码库 ID | 2709413 |
page | long | 否 | 页码 默认值为 1,从第 1 页开始 | 2 |
pageSize | long | 否 | 每页大小 默认值为 20,取值范围【1,100】 | 10 |
sort | string | 否 | 排序方式,默认值为 updated_desc
| updated_desc |
search | string | 否 | 搜索关键字(匹配标签名称) | Demo |
返回参数
示例
正常返回示例
JSON
格式
{
"requestId": "ASSDS-ASSASX-XSAXSA-XSAXSAXS",
"errorCode": "SYSTEM_UNKNOWN_ERROR",
"errorMessage": "”“",
"success": true,
"total": 30,
"result": [
{
"id": "9a494e7b88ca35cde00579af2df4ab46136c022e",
"name": "tag v1.0",
"message": "具体的描述内容",
"commit": {
"id": "de02b625ba8488f92eb204bcb3773a40c1b4ddac",
"shortId": "de02b625",
"title": "提交标题",
"message": "修改main.txt文件",
"createdAt": "2022-03-18 10:00:00",
"authorName": "阿里云云效",
"authorEmail": "username@example.com",
"authoredDate": "2022-03-18 10:00:00",
"committerName": "阿里云云效Committer",
"committerEmail": "username@example.com",
"committedDate": "2022-03-18 09:00:00",
"parentIds": [
"34d2c47c7ce46a5c4639c5ffe208a66dda975a05"
],
"signature": {
"gpgKeyId": "\"\"",
"verificationStatus": "verified"
}
}
}
]
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
403 | Forbidden.AccessDenied | The user is not authorized to perform the operation. | 用户无权限执行相关操作 |
403 | Forbidden.UserNotInCurrentOrganization | The user is not in the organization and is not authorized to perform the operation. | 当前用户不在该企业中,无权进行操作。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史