List all the comments for the specified document version
Source:R/workdocs_operations.R
workdocs_describe_comments.RdList 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.