workdocs_describe_activities: Describes the user activities in a specified time period

View source: R/workdocs_operations.R

workdocs_describe_activitiesR Documentation

Describes the user activities in a specified time period

Description

Describes the user activities in a specified time period.

See https://www.paws-r-sdk.com/docs/workdocs_describe_activities/ for full documentation.

Usage

workdocs_describe_activities(
  AuthenticationToken = NULL,
  StartTime = NULL,
  EndTime = NULL,
  OrganizationId = NULL,
  ActivityTypes = NULL,
  ResourceId = NULL,
  UserId = NULL,
  IncludeIndirectActivities = NULL,
  Limit = NULL,
  Marker = NULL
)

Arguments

AuthenticationToken

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

StartTime

The timestamp that determines the starting time of the activities. The response includes the activities performed after the specified timestamp.

EndTime

The timestamp that determines the end time of the activities. The response includes the activities performed before the specified timestamp.

OrganizationId

The ID of the organization. This is a mandatory parameter when using administrative API (SigV4) requests.

ActivityTypes

Specifies which activity types to include in the response. If this field is left empty, all activity types are returned.

ResourceId

The document or folder ID for which to describe activity types.

UserId

The ID of the user who performed the action. The response includes activities pertaining to this user. This is an optional parameter and is only applicable for administrative API (SigV4) requests.

IncludeIndirectActivities

Includes indirect activities. An indirect activity results from a direct activity performed on a parent resource. For example, sharing a parent folder (the direct activity) shares all of the subfolders and documents within the parent folder (the indirect activity).

Limit

The maximum number of items to return.

Marker

The marker for the next set of results.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.