Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
W tym dokumencie znajdziesz listę zdarzeń i parametrów dotyczących różnych typów działań kontroli w Keep. Aby pobrać te zdarzenia, wywołaj metodę Activities.list() za pomocą metody applicationName=keep.
Działanie użytkownika
Zdarzenie jest inicjowane przez użytkownika.
Zdarzenia tego typu są zwracane w polu type=user_action.
Usunięcie załącznika
Zdarzenie generowane, gdy użytkownik usuwa załącznik z notatki (nie dotyczy rysunków).
Szczegóły wydarzenia
Nazwa zdarzenia
deleted_attachment
Parametry
attachment_name
string
Identyfikator URI zasobu załącznika.
note_name
string
Identyfikator URI zasobu notatki.
owner_email
string
Adres e-mail właściciela notatki.
Przykładowe żądanie
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Format wiadomości w konsoli administracyjnej
{actor} deleted an attachment
Przesłanie załącznika
Zdarzenie generowane, gdy użytkownik przesyła do załącznika nowy załącznik (z wyjątkiem rysunków).
Szczegóły wydarzenia
Nazwa zdarzenia
uploaded_attachment
Parametry
attachment_name
string
Identyfikator URI zasobu załącznika.
note_name
string
Identyfikator URI zasobu notatki.
owner_email
string
Adres e-mail właściciela notatki.
Przykładowe żądanie
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=uploaded_attachment&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Format wiadomości w konsoli administracyjnej
{actor} uploaded an attachment
Zmodyfikowanie treści notatki
Zdarzenie generowane, gdy użytkownik modyfikuje tytuł, tekst lub listę elementów notatki.
Szczegóły wydarzenia
Nazwa zdarzenia
edited_note_content
Parametry
note_name
string
Identyfikator URI zasobu notatki.
owner_email
string
Adres e-mail właściciela notatki.
Przykładowe żądanie
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 wiadomości w konsoli administracyjnej
{actor} edited note content
Notatka utworzona
Zdarzenie generowane, gdy użytkownik tworzy notatkę.
Szczegóły wydarzenia
Nazwa zdarzenia
created_note
Parametry
note_name
string
Identyfikator URI zasobu notatki.
owner_email
string
Adres e-mail właściciela notatki.
Przykładowe żądanie
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=created_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Format wiadomości w konsoli administracyjnej
{actor} created a note
Notatka usunięta
Zdarzenie wygenerowane, gdy notatka zostanie usunięta przez jej właściciela.
Szczegóły wydarzenia
Nazwa zdarzenia
deleted_note
Parametry
note_name
string
Identyfikator URI zasobu notatki.
owner_email
string
Adres e-mail właściciela notatki.
Przykładowe żądanie
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=deleted_note&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Format wiadomości w konsoli administracyjnej
{actor} deleted a note
Zmodyfikowanie uprawnień
Zdarzenie generowane, gdy użytkownik zyska lub utraci dostęp do notatki.
Szczegóły wydarzenia
Nazwa zdarzenia
modified_acl
Parametry
note_name
string
Identyfikator URI zasobu notatki.
owner_email
string
Adres e-mail właściciela notatki.
Przykładowe żądanie
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/keep?eventName=modified_acl&maxResults=10&access_token=YOUR_ACCESS_TOKEN
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],[]]