workdocs_describe_comments: List all the comments for the specified document version

View source: R/workdocs_operations.R

workdocs_describe_commentsR Documentation

List all the comments for the specified document version

Description

List all the comments for the specified document version.

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

Usage

workdocs_describe_comments(
  AuthenticationToken = NULL,
  DocumentId,
  VersionId,
  Limit = NULL,
  Marker = NULL
)

Arguments

AuthenticationToken

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

DocumentId

[required] The ID of the document.

VersionId

[required] The ID of the document version.

Limit

The maximum number of items to return.

Marker

The marker for the next set of results. This marker was received from a previous call.


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