Retrieves the document versions for the specified document.
See https://www.paws-r-sdk.com/docs/workdocs_describe_document_versions/ for full documentation.
workdocs_describe_document_versions(
AuthenticationToken = NULL,
DocumentId,
Marker = NULL,
Limit = NULL,
Include = NULL,
Fields = NULL
)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
[required] The ID of the document.
The marker for the next set of results. (You received this marker from a previous call.)
The maximum number of versions to return with this call.
A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.
Specify "SOURCE" to include initialized versions and a URL for the source document.