GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} deleted an attachment
附件已上传
用户向记事上传新附件时生成的事件(绘图除外)。
活动详情
事件名称
uploaded_attachment
参数
attachment_name
string
附件资源 URI。
note_name
string
记下资源 URI。
owner_email
string
记事所有者的电子邮件地址。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=uploaded_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} uploaded an attachment
修改了记事内容
用户修改记事的标题、文本或列表项时生成的事件。
活动详情
事件名称
edited_note_content
参数
note_name
string
记下资源 URI。
owner_email
string
记事所有者的电子邮件地址。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=edited_note_content&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} edited note content
已创建记事
用户创建记事时生成的事件。
活动详情
事件名称
created_note
参数
note_name
string
记下资源 URI。
owner_email
string
记事所有者的电子邮件地址。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=created_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} created a note
已删除备注
由记事的所有者删除记事时生成的事件。
活动详情
事件名称
deleted_note
参数
note_name
string
记下资源 URI。
owner_email
string
记事所有者的电子邮件地址。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
管理控制台消息格式
{actor} deleted a note
已修改权限
用户获得或无法访问记事时生成的事件。
活动详情
事件名称
modified_acl
参数
note_name
string
记下资源 URI。
owner_email
string
记事所有者的电子邮件地址。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=modified_acl&maxResults=10&access_token=YOUR_ACCESS_TOKEN
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2022-12-19。"],[[["This document outlines Keep Audit activity events, accessible via the Activities.list() method with `applicationName=keep`, providing insights into user actions related to Google Keep."],["Events are categorized as user-initiated (`type=user_action`) and include actions like creating, editing, and deleting notes and attachments."],["Each event type has specific parameters, such as note and attachment resource URIs and the owner's email, aiding in detailed activity tracking."],["Sample requests are provided to demonstrate how to retrieve event data using the Google Admin API."],["Admin Console message formats offer concise descriptions of user actions for easier interpretation within the console."]]],[]]