需求管理 CodeArts Req-查询当前工作项已经关联的代码提交记录 / 分支创建记录:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
commits |
Array of CommitRecordDetail objects |
提交记录列表 |
total |
Integer |
提交记录总数 |
参数 |
参数类型 |
描述 |
---|---|---|
repository_id |
String |
仓库ID |
branch_name |
String |
分支名称 |
commit_id |
String |
commit id |
commit_short_id |
String |
commit short id |
commit_msg |
String |
commit 信息 |
commit_url |
String |
commit URL |
user |
SimpleUser object |
用户信息 |
type |
String |
查询的类型 |
create_date |
String |
创建时间 |
update_date |
String |
更新时间 |
参数 |
参数类型 |
描述 |
---|---|---|
user_num_id |
Integer |
用户数字id |
user_id |
String |
用户32位uuid,用户唯一标识 |
user_name |
String |
账号名 |
nick_name |
String |
用户昵称 |
状态码: 400
参数 |
参数类型 |
描述 |
---|---|---|
error_msg |
String |
错误描述 |
error_code |
String |
错误码 |
状态码: 401
参数 |
参数类型 |
描述 |
---|---|---|
error_msg |
String |
错误描述 |
error_code |
String |
错误码 |