获取聚合页列表
接口
GET /api/aggregation授权
Authorization: Bearer <accessToken>
Content-Type: application/json参数
请求样例
/api/aggregation?page=1&pageSize=10响应参数
响应示例
最后更新于
这有帮助吗?
GET /api/aggregationAuthorization: Bearer <accessToken>
Content-Type: application/json/api/aggregation?page=1&pageSize=10最后更新于
这有帮助吗?
这有帮助吗?
{
"pager": {
"page": 2,
"pageSize": 10,
"total": 100
},
"items": [
{
"id": "3960518",
"title": "花瓣Live",
"subtitle": "花瓣,做生活的设计师",
"logoImg": "https://shangzhibo-img.b0.upaiyun.com/client/user/100290/1504090975892/1504090975903-64.png",
"followImg": "https://shangzhibo-img.b0.upaiyun.com/client/user/100290/1504090142053/1504090142132-780.png",
"notification": "9月1日推出《商业插画干货分享》课程",
"isNotificationEnabled": true,
"activityIds": [
"stringValue"
],
"activities": [
{
"id": "3831400",
"name": "商业插画干货分享",
"startedAt": "2017-09-01T12:00:00.000Z",
"endedAt": "2017-09-01T15:00:00.000Z",
"imgCover": "https://shangzhibo-img.b0.upaiyun.com/client/user/100290/1503893080645/bg-live@2x.png",
"pv": 53516,
}
]
}
]
}