workdocs_get_document_version: Retrieves version metadata for the specified document

View source: R/workdocs_operations.R

workdocs_get_document_versionR Documentation

Retrieves version metadata for the specified document

Description

Retrieves version metadata for the specified document.

See https://www.paws-r-sdk.com/docs/workdocs_get_document_version/ for full documentation.

Usage

workdocs_get_document_version(
  AuthenticationToken = NULL,
  DocumentId,
  VersionId,
  Fields = NULL,
  IncludeCustomMetadata = 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 version ID of the document.

Fields

A comma-separated list of values. Specify "SOURCE" to include a URL for the source document.

IncludeCustomMetadata

Set this to TRUE to include custom metadata in the response.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.