workdocs_describe_document_versions: Retrieves the document versions for the specified document

View source: R/workdocs_operations.R

workdocs_describe_document_versionsR Documentation

Retrieves the document versions for the specified document

Description

Retrieves 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.


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