GetWorkitemFile
获取工作项的文件信息,例如工作项的描述中的图片信息
服务地址:
华东1(杭州)
输入参数
只看必填
organizationId企业标识
workitemIdentifier工作项id
fileIdentifier文件唯一标识
插件下载了解更多
VS Code 插件
安装插件之前,确保已安装 VS Code安装插件之前,确保已安装 VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains 插件
安装插件之前,确保已安装 JetBrains IDE安装插件之前,确保已安装 JetBrains IDE
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.

请求语法

GET /organization/{organizationId}/workitem/{workitemIdentifier}/files/{fileIdentifier} HTTP/1.1

路径参数

字段名称字段详情
organizationIdstring

企业标识,也称企业 id,字符串形式,可在云效访问链接中获取,如 https://devops.aliyun.com/organization/【OrganizationId】

示例值:60811b5eed6e867404f6xxxx参考取值来源:
    GetCodeupOrganization
    ListOrganizations
workitemIdentifierstring

工作项 id,唯一标识

示例值:11234455454355参考取值来源:
    ListWorkitemTime
    CreateWorkitemV2
    WorkitemAttachmentCreate
fileIdentifierstring

文件唯一标识

示例值:dfsdfdsgdsfdsfff

返回参数

字段名称字段详情
requestIdstring

Id of the request

示例值:ASSDS-ASSASX-XSAXSA-XSAXSAXS
errorMsgstring

错误信息

示例值:error
errorCodestring

错误码

示例值:success
successstring

true 接口调用成功,false 接口调用失败

示例值:true
workitemFileobject

文件对象

变更历史
暂无变更历史