Skip to main content
GET
管理 API 主机 (api.scanova.io) 上列出账户经过筛选整理的活动事件,使用您的原始管理 API 密钥进行身份验证。
string
以逗号分隔的要包含的事件类型:qr_createdqr_updatedqr_deletedloginshared_user_loginshare_grantedshare_revoked
integer
筛选由指定 id 的共享用户执行的事件。省略则同时包含账户所有者自己的事件。
string
仅包含此日期(含)之后的事件(YYYY-MM-DD)。
string
仅包含此日期(含)之前的事件(YYYY-MM-DD)。
target_repr(事件发生时受影响对象的显示名称)中搜索。
string
occurred_at 排序 —— 前缀 - 表示降序。默认值为 -occurred_at
integer
页码。
integer
每页结果数,最多 100。
当账户所有者执行操作时,actor_usernullactor_email 始终有值,此时会回退为所有者的邮箱。
对于角色带有标签限制权限的共享用户,QR 类别事件(qr_createdqr_updatedqr_deleted)仅限于打上该用户所分配标签的 QR 码(如果其角色包含未打标签的 QR 码,则也包含在内)。登录和共享事件从不进行标签限定。

相关内容

授权

Authorization
string
header
必填

Send your Management API key as the raw value of the Authorization header — no "Bearer " or "Token " prefix, and no other characters. Example: Authorization: 401f7ac837da42b97f613d789819ff93537bee6a. A header containing more than one space-separated part is rejected outright. Requests also require the request's Host header to be the management API host (e.g. api.scanova.io) — the same key sent to the regular API host will not authenticate.

查询参数

event_type
string

Comma-separated event types, e.g. qr_created,login.

actor_user
integer
occurred_from
string<date>
occurred_till
string<date>
ordering
string
page
integer
page_size
integer

Max 100.

响应

200 - application/json

Paginated feed of activity events.