GetDocumentVersionsCatalog

<< Fare clic per visualizzazione il sommario >>

Percorso:  API di piattaforma > Servizi Core > Jamio Document >

GetDocumentVersionsCatalog

Service

JamioDocument

 

Method

GetDocumentVersionsCatalog

 

Description

Gets the catalog of all the versions of a Document.

 

Input

Name

Description

Type

Optional

serverAddress

Server address for an external Domain (Null or Empty for the current Domain).

String

Y

token

The session token (for the current session in the current Domain may be null or empty).

String

Y

document

The document reference.

Reference

 

parameters

Search parameters for the catalog.

SearchParameters

 

Output

Name

Description

Type

Optional

returnValue

A Dataset containing the following fields:

“Name” (String) -> the catalog name

“TotalCount” (Int32) -> the total number of rows in the catalog

“ItemList” (List of Extended Reference) -> a list of objects, one for each catalog row

 

Download returnValue Dataset.

Dataset