workdocs_describe_comments {paws.end.user.computing} | R 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. |
[Package paws.end.user.computing version 0.9.0 Index]