GET api/Document/ListDocumentVersions/{apiClientID}/{documentID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
apiClientID

string

Required

documentID

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DocumentVersions
NameDescriptionTypeAdditional information
Version

integer

None.

VersionCreationDate

date

None.

PosterID

string

None.

VersionAddTime

date

None.

ArchiveCode

string

None.

ArchiveStatus

string

None.

ArchivationTime

date

None.

NumberOfAttachments

integer

None.

Coded

boolean

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfDocumentVersions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <DocumentVersions>
    <Version>1</Version>
    <VersionCreationDate>2024-04-25T04:32:41.0069214+02:00</VersionCreationDate>
    <PosterID>sample string 3</PosterID>
    <VersionAddTime>2024-04-25T04:32:41.0069214+02:00</VersionAddTime>
    <ArchiveCode>sample string 5</ArchiveCode>
    <ArchiveStatus>sample string 6</ArchiveStatus>
    <ArchivationTime>2024-04-25T04:32:41.0069214+02:00</ArchivationTime>
    <NumberOfAttachments>7</NumberOfAttachments>
    <Coded>true</Coded>
  </DocumentVersions>
  <DocumentVersions>
    <Version>1</Version>
    <VersionCreationDate>2024-04-25T04:32:41.0069214+02:00</VersionCreationDate>
    <PosterID>sample string 3</PosterID>
    <VersionAddTime>2024-04-25T04:32:41.0069214+02:00</VersionAddTime>
    <ArchiveCode>sample string 5</ArchiveCode>
    <ArchiveStatus>sample string 6</ArchiveStatus>
    <ArchivationTime>2024-04-25T04:32:41.0069214+02:00</ArchivationTime>
    <NumberOfAttachments>7</NumberOfAttachments>
    <Coded>true</Coded>
  </DocumentVersions>
</ArrayOfDocumentVersions>