Retrieves version metadata for the specified document.
See https://www.paws-r-sdk.com/docs/workdocs_get_document_version/ for full documentation.
workdocs_get_document_version(
AuthenticationToken = NULL,
DocumentId,
VersionId,
Fields = NULL,
IncludeCustomMetadata = 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 version ID of the document.
A comma-separated list of values. Specify "SOURCE" to include a URL for the source document.
Set this to TRUE to include custom metadata in the response.