This document lists the events and parameters for
various types of
Keep Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=keep
.
User action
Event is user-initiated.
Events of this type are returned with type=user_action
.
Attachment deleted
Event generated when a user removes an attachment from a note (excludes drawings).
deleted_attachment
attachment_
|
Attachment resource URI. |
note_
|
Note resource URI. |
owner_
|
Note owner email. |
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
Attachment uploaded
Event generated when a user uploads a new attachment to a note (excludes drawings).
uploaded_attachment
attachment_
|
Attachment resource URI. |
note_
|
Note resource URI. |
owner_
|
Note owner email. |
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
Note content edited
Event generated when a user modifies the title, text, or list items of a note.
edited_note_content
note_
|
Note resource URI. |
---|---|
owner_
|
Note owner email. |
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
Note created
Event generated when a user creates a note.
created_note
note_
|
Note resource URI. |
---|---|
owner_
|
Note owner email. |
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
Note deleted
Event generated when a note is deleted by its owner.
deleted_note
note_
|
Note resource URI. |
---|---|
owner_
|
Note owner email. |
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
Permissions edited
Event generated when a user gains or loses access to a note.
modified_acl
note_
|
Note resource URI. |
---|---|
owner_
|
Note owner email. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ keep
?eventName= modified_acl
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{actor}
edited permissions