Activities
class Activities extends Resource (View source)
The "activities" collection of methods.
Typical usage is:
$adminService = new Google\Service\Reports(...);
$activities = $adminService->activities;
Methods
Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report's parameters, see the activity parameters reference guides.
Details
Activities
listActivities(string $userKey, string $applicationName, array $optParams = [])
Retrieves a list of activities for a specific customer's account and application such as the Admin console application or the Google Drive application. For more information, see the guides for administrator and Google Drive activity reports. For more information about the activity report's parameters, see the activity parameters reference guides.
(activities.listActivities)