Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bu belgede, çeşitli Keep Denetleme etkinliği türleri için etkinlik ve parametreler listelenmektedir. Bu etkinlikleri, applicationName=keep ile Activities.list() yöntemini çağırarak alabilirsiniz.
Kullanıcı işlemi
Etkinlik, kullanıcı tarafından başlatılır.
Bu tür etkinlikler, type=user_action değeriyle döndürülür.
Ek silindi
Kullanıcı nottan bir eki kaldırdığında oluşturulan etkinlik (çizimler hariç).
Etkinlik ayrıntıları
Etkinlik adı
deleted_attachment
Parametreler
attachment_name
string
Ek kaynak URI'sı.
note_name
string
Not kaynak URI'si.
owner_email
string
Not sahibinin e-postası.
Örnek istek
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Yönetici Konsolu mesaj biçimi
{actor} deleted an attachment
Ek yüklendi
Kullanıcı bir nota yeni bir ek yüklediğinde oluşturulan etkinlik (çizimler hariç).
Etkinlik ayrıntıları
Etkinlik adı
uploaded_attachment
Parametreler
attachment_name
string
Ek kaynak URI'sı.
note_name
string
Not kaynak URI'si.
owner_email
string
Not sahibinin e-postası.
Örnek istek
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=uploaded_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Yönetici Konsolu mesaj biçimi
{actor} uploaded an attachment
Not içeriği düzenlendi
Kullanıcı bir notun başlığını, metnini veya liste öğelerini değiştirdiğinde oluşturulan etkinlik.
Etkinlik ayrıntıları
Etkinlik adı
edited_note_content
Parametreler
note_name
string
Not kaynak URI'si.
owner_email
string
Not sahibinin e-postası.
Örnek istek
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=edited_note_content&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Yönetici Konsolu mesaj biçimi
{actor} edited note content
Not oluşturuldu
Kullanıcı not oluşturduğunda oluşturulan etkinlik.
Etkinlik ayrıntıları
Etkinlik adı
created_note
Parametreler
note_name
string
Not kaynak URI'si.
owner_email
string
Not sahibinin e-postası.
Örnek istek
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=created_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Yönetici Konsolu mesaj biçimi
{actor} created a note
Not silindi
Bir not sahibi tarafından silindiğinde etkinlik oluşturulur.
Etkinlik ayrıntıları
Etkinlik adı
deleted_note
Parametreler
note_name
string
Not kaynak URI'si.
owner_email
string
Not sahibinin e-postası.
Örnek istek
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Yönetici Konsolu mesaj biçimi
{actor} deleted a note
İzinler düzenlendi
Kullanıcı bir not edindiğinde veya kaybettiğinde oluşturulan etkinlik.
Etkinlik ayrıntıları
Etkinlik adı
modified_acl
Parametreler
note_name
string
Not kaynak URI'si.
owner_email
string
Not sahibinin e-postası.
Örnek istek
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=modified_acl&maxResults=10&access_token=YOUR_ACCESS_TOKEN
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]