Retrieves the document versions for the specified document
Source:R/workdocs_operations.R
workdocs_describe_document_versions.RdRetrieves the document versions for the specified document.
See https://www.paws-r-sdk.com/docs/workdocs_describe_document_versions/ for full documentation.
Usage
workdocs_describe_document_versions(
AuthenticationToken = NULL,
DocumentId,
Marker = NULL,
Limit = NULL,
Include = NULL,
Fields = 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.
- Marker
The marker for the next set of results. (You received this marker from a previous call.)
- Limit
The maximum number of versions to return with this call.
- Include
A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.
- Fields
Specify "SOURCE" to include initialized versions and a URL for the source document.