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"]],["上次更新時間: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."]]],[]]