列出授权用户的所有通知
根据筛选条件,分页查询用户在AtomGit上的相关通知记录
Query Parameters
- unread boolean
是否只获取未读消息,默认:false
- type string
筛选指定类型的通知,all:所有,event:事件通知,referer:@ 通知,默认all
- since string
只获取在给定时间后更新的消息,要求时间格式为 ISO 8601
- page integer
当前的页码
- per_page integer
每页的数量,最大为100
Header Parameters
- Authorization required
Oauth2 token或者私人token(需以Bearer加空格开头)
Responses
- 200
- 401
- 403
操作成功
- application/json
- Schema
- Example (from schema)
Schema
- total Integer
总条数
list array
通知记录列表
id string通知的id
content string通知的内容
unread boolean是否未读
updated_at string创建日期
url string通知详情的api地址
html_url string通知详情的html页面地址
type string通知类型
namespace object
所属组织或项目的命名空间信息
id string组织或项目的id
name string组织或项目名称路径
path string组织或项目命名空间路径
type string组织或项目的类型:organization:组织;project:仓库
actor object
发送人信息
login string发送人用户名
id string发送人用户id
avatar_url string发送人用户头像
url string发送人信息api地址
html_url string发送人主页地址
followers_url string发送人的followers url
followering_url string发送人的followering url
gists_url string发送人的 gists url
starred_url string发送人的 starred url
subscriptions_url string发送人的 subscriptions url
organizations_url string发送人的 organizations url
repos_url string发送人的 repos url
events_url string发送人的 events url
received_events_url string发送人的 received events url
type string发送人的 user type
site_admin string发送人的是否是管理员
{
"total": 60,
"list": [
null
]
}
操作失败,暂未登录
暂无权限,操作失败
Loading...