本文档提供通过内容ID查询内容管理平台内容信息的功能。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | MGetBaseArticlesByGroupIds | 要执行的操作,取值:MGetBaseArticlesByGroupIds |
Version | String | 是 | 2022-01-01 | API的版本,取值:2022-01-01 |
参数 | 类型 | 是否必填 | 示例值 | 描述 |
---|---|---|---|---|
GroupIds | Array of Long | 是 | 内容ID列表,最多为20。 |
下表仅列出本接口特有的返回参数。更多信息请参见返回结构
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
Data | Data | 查询结果。 |
{ "GroupIds": [ -1, 1735871528197150, 1700790466503879, 1700830821753870 ] }
{ "ResponseMetadata": { "RequestId": "", "Action": "", "Version": "", "Service": "", "Region": "" }, "Data": { "ArticleList": [ { "GroupId": 1735871528197150, "Title": ".......", "Author": { "AuthorName": ".......", "AuthorAvatarUrl": "", "AuthorId": "1733785503943687", "Description": "", "HomePage": "", "FollowerCount": 0, "AuthorBizId": "......." }, "GroupType": "article", "GenerateType": ".......", "PublishTime": 1655456053, "Abstract": ".......", "OpenId": "", "Tags": [ "鞋", "四川" ], "CoverImages": [ { "Url": ".......", "Height": 875, "Weight": 1121, "Width": 1121 }, { "Url": ".......", "Height": 842, "Weight": 1081, "Width": 1081 } ], "Extra": "", "Link": ".......", "DiggCount": 0, "CommentCount": 0, "CommentUrl": "", "Content": "" } ], "MissReasons": [ { "GroupId": -1, "reason": "gid_illegal" }, { "GroupId": 1700790466503879, "reason": "not_exist_or_delete" }, { "GroupId": 1700830821753870, "reason": "gid_illegal" } ] }, "BaseResp": { "StatusMessage": "success", "StatusCode": 1000 } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
200 | 1001 | 参数错误 | 返回具体的参数错误描述 |
200 | 1002 | 服务未知错误 | 请联系火山引擎技术人员 |