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 UTC。"],[[["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."]]],[]]