代码托管 CODEARTS REPO-查询某个仓库的提交信息:响应参数
响应参数
状态码: 200
参数 |
参数类型 |
描述 |
---|---|---|
error |
Error object |
参数解释: 响应错误码 |
result |
Array of CommitInfo objects |
参数解释: 响应结果 |
status |
String |
参数解释: 调用此接口的响应状态。 取值范围:
|
参数 |
参数类型 |
描述 |
---|---|---|
code |
String |
参数解释: 错误码 取值范围: 符合错误码格式字符串,长度[0,100] |
message |
String |
参数解释: 错误信息 取值范围: 不涉及 |
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
参数解释: 提交对应的SHA id |
short_id |
String |
参数解释: 提交对应的短SHA id |
title |
String |
参数解释: 提交标题 |
author_name |
String |
参数解释: 作者 |
author_email |
String |
参数解释: 作者邮箱 |
committer_name |
String |
参数解释: 提交作者 |
committer_email |
String |
参数解释: 提交作者邮箱 |
created_at |
String |
参数解释: 创建时间 |
message |
String |
参数解释: 提交信息 |
parent_ids |
Array of strings |
参数解释: 父提交id |
committed_date |
String |
参数解释: 提交时间 |
authored_date |
String |
参数解释: 作者提交时间 |