获取项目列表,支持条件搜索。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /organization/{organizationId}/listProjects
请求参数
| 名称 | 类型 | 必填 | 描述 | 示例值 | 
|---|---|---|---|---|
| organizationId | string | 是 | 企业标识,也称企业 id,字符串形式,可在云效访问链接中获取,如 https://devops.aliyun.com/organization/【OrganizationId】 | 5ebbc0228123212b59xxxxx | 
| extraConditions | string | 否 | 
 | 附加过滤条件 | 
| conditions | string | 否 | 过滤条件 | { "conditionGroups": [ [] ] } | 
| category | string | 是 | 项目类型,这里填 Project 即可 | Project | 
| nextToken | string | 否 | 第一页值不需要填写,后面每一页的值需要从前一次调用结果中获取到此字段,然后获取后面的分页数据 | "" | 
| maxResults | long | 否 | 每页最大返回数量,0-200,默认值 20 | 20 | 
| scope | string | 否 | 公开类型,all/collect,分别代表所有的项目或者我收藏的 | all | 
返回参数
示例
正常返回示例
JSON格式
{
  "totalCount": 10,
  "nextToken": "\"\"",
  "maxResults": 20,
  "requestId": "ASSDS-ASSASX-XSAXSA-XSAXSAXS",
  "errorMsg": "error",
  "errorCode": "Openapi.RequestError",
  "success": true,
  "projects": [
    {
      "creator": "19xx7043xxxxxxx914",
      "customCode": "OJAY",
      "deleteTime": 0,
      "description": "xxx",
      "gmtCreate": 1640778694000,
      "icon": "https://xxxxxx.png",
      "identifier": "e8bxxxxxxxxxxxxxxxx23",
      "name": "xxxx",
      "scope": "public",
      "typeIdentifier": "null",
      "statusStageIdentifier": "null",
      "logicalStatus": "null",
      "categoryIdentifier": "Project"
    }
  ]
}错误码
| HTTP status code | 错误码 | 错误信息 | 描述 | 
|---|---|---|---|
| 400 | Openapi.RequestError | request error | OpenAPI请求数据错误 | 
| 403 | Operate.NoPermission | NoPermission | 没有权限 | 
访问错误中心查看更多错误码。
变更历史
| 变更时间 | 变更内容概要 | 操作 | 
|---|
暂无变更历史
