-
Notifications
You must be signed in to change notification settings - Fork 77
nForum API refer_type
xw2423 edited this page Mar 11, 2013
·
1 revision
/refer/:type.(xml|json)
xml|json
GET
必选 | 类型 | 说明 | |
---|---|---|---|
:type | true | string (at|reply) | 只能为at|reply中的一个,分别是@我的文章和回复我的文章 |
count | false | int 最小1 最大50 默认20 | 每页提醒文章的数量 |
page | false | int 默认1 | 提醒列表的页数 |
属性 | 类型 | 说明 |
---|---|---|
description | string | 提醒类型描述,包括:@我的文章,回复我的文章 |
article | array | 当前提醒列表所包含的提醒元数据数组 |
pagination | pagination | 当前提醒列表的分页信息 |