1 API Parameters
_
2 Resources
2.1 activities
audit-activities-list
Version: 5.3

Enterprise Audit API v1

This documentation has been automatically generated using information supplied by the Google API Discovery service.

Lets you access user activities in your enterprise made through various applications. Google documentation.
(require-gapi-doc audit.v1.js)

1 API Parameters

The following optional keyword arguments may be passed to all functions for this web service:

procedure

(_ [#:alt alt    
  #:fields fields    
  #:key key    
  #:oauth_token oauth_token    
  #:prettyPrint prettyPrint    
  #:quotaUser quotaUser    
  #:userIp userIp])  jsexpr?
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A

This is not actually a function. This is just using Scribble’s defproc form to list the optional keyword arguments that may be passed to all functions for this service.

alt: Data format for the response.

fields: Selector specifying which fields to include in a partial response.

key: API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.

oauth_token: OAuth 2.0 token for the current user.

prettyPrint: Returns response with indentations and line breaks.

quotaUser: Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.

userIp: IP address of the site where the request originates. Use this if you want to enforce per-user limits.

2 Resources

2.1 activities

procedure

(audit-activities-list 
  #:applicationId applicationId 
  #:customerId customerId 
  [#:parameters parameters 
  #:actorApplicationId actorApplicationId 
  #:actorEmail actorEmail 
  #:actorIpAddress actorIpAddress 
  #:caller caller 
  #:continuationToken continuationToken 
  #:endTime endTime 
  #:eventName eventName 
  #:maxResults maxResults 
  #:startTime startTime 
  #:alt alt 
  #:fields fields 
  #:key key 
  #:oauth_token oauth_token 
  #:prettyPrint prettyPrint 
  #:quotaUser quotaUser 
  #:userIp userIp]) 
  jsexpr?
  applicationId : string?
  customerId : string?
  parameters : string? = 'N/A
  actorApplicationId : string? = 'N/A
  actorEmail : string? = 'N/A
  actorIpAddress : string? = 'N/A
  caller : string? = 'N/A
  continuationToken : string? = 'N/A
  endTime : string? = 'N/A
  eventName : string? = 'N/A
  maxResults : string? = 'N/A
  startTime : string? = 'N/A
  alt : string? = 'N/A
  fields : string? = 'N/A
  key : string? = (api-key)
  oauth_token : string? = 'N/A
  prettyPrint : string? = 'N/A
  quotaUser : string? = 'N/A
  userIp : string? = 'N/A
Retrieves a list of activities for a specific customer and application.

applicationId: Application ID of the application on which the event was performed.

customerId: Represents the customer who is the owner of target object on which action was performed.

parameters: Event parameters in the form [parameter1 name]:[parameter1 value],[parameter2 name]:[parameter2 value],...

actorApplicationId: Application ID of the application which interacted on behalf of the user while performing the event.

actorEmail: Email address of the user who performed the action.

actorIpAddress: IP Address of host where the event was performed. Supports both IPv4 and IPv6 addresses.

caller: Type of the caller.

continuationToken: Next page URL.

endTime: Return events which occured at or before this time.

eventName: Name of the event being queried.

maxResults: Number of activity records to be shown in each page.

startTime: Return events which occured at or after this time.