Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Dokumen ini mencantumkan peristiwa dan parameter untuk berbagai jenis peristiwa aktivitas Audit Audit. Anda dapat mengambil peristiwa ini dengan memanggil Activities.list() dengan applicationName=keep.
Tindakan pengguna
Peristiwa dimulai oleh pengguna.
Peristiwa jenis ini ditampilkan dengan type=user_action.
Lampiran dihapus
Acara yang dibuat saat pengguna menghapus lampiran dari catatan (tidak termasuk gambar).
Detail acara
Nama peristiwa
deleted_attachment
Parameter
attachment_name
string
URI resource lampiran.
note_name
string
URI resource catatan.
owner_email
string
Catat email pemilik.
Permintaan sampel
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Format pesan Konsol Admin
{actor} deleted an attachment
Lampiran diupload
Acara yang dibuat saat pengguna mengupload lampiran baru ke catatan (tidak termasuk gambar).
Detail acara
Nama peristiwa
uploaded_attachment
Parameter
attachment_name
string
URI resource lampiran.
note_name
string
URI resource catatan.
owner_email
string
Catat email pemilik.
Permintaan sampel
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=uploaded_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Format pesan Konsol Admin
{actor} uploaded an attachment
Konten catatan diedit
Peristiwa yang dibuat saat pengguna mengubah judul, teks, atau item daftar catatan.
Detail acara
Nama peristiwa
edited_note_content
Parameter
note_name
string
URI resource catatan.
owner_email
string
Catat email pemilik.
Permintaan sampel
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=edited_note_content&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Format pesan Konsol Admin
{actor} edited note content
Catatan dibuat
Peristiwa yang dibuat saat pengguna membuat catatan.
Detail acara
Nama peristiwa
created_note
Parameter
note_name
string
URI resource catatan.
owner_email
string
Catat email pemilik.
Permintaan sampel
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=created_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Format pesan Konsol Admin
{actor} created a note
Catatan dihapus
Acara yang dibuat saat catatan dihapus oleh pemiliknya.
Detail acara
Nama peristiwa
deleted_note
Parameter
note_name
string
URI resource catatan.
owner_email
string
Catat email pemilik.
Permintaan sampel
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Format pesan Konsol Admin
{actor} deleted a note
Izin diedit
Peristiwa yang dibuat saat pengguna mendapatkan atau kehilangan akses ke catatan.
Detail acara
Nama peristiwa
modified_acl
Parameter
note_name
string
URI resource catatan.
owner_email
string
Catat email pemilik.
Permintaan sampel
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=modified_acl&maxResults=10&access_token=YOUR_ACCESS_TOKEN
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]