List all the comments for the specified document version.
See https://www.paws-r-sdk.com/docs/workdocs_describe_comments/ for full documentation.
workdocs_describe_comments(
AuthenticationToken = NULL,
DocumentId,
VersionId,
Limit = NULL,
Marker = NULL
)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
[required] The ID of the document.
[required] The ID of the document version.
The maximum number of items to return.
The marker for the next set of results. This marker was received from a previous call.