GET api/Document/ListDocumentVersions/{apiClientID}/{documentID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiClientID | string |
Required |
|
documentID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DocumentVersionsName | Description | Type | Additional 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-11-21T14:50:47.5621122+01:00</VersionCreationDate> <PosterID>sample string 3</PosterID> <VersionAddTime>2024-11-21T14:50:47.5621122+01:00</VersionAddTime> <ArchiveCode>sample string 5</ArchiveCode> <ArchiveStatus>sample string 6</ArchiveStatus> <ArchivationTime>2024-11-21T14:50:47.5621122+01:00</ArchivationTime> <NumberOfAttachments>7</NumberOfAttachments> <Coded>true</Coded> </DocumentVersions> <DocumentVersions> <Version>1</Version> <VersionCreationDate>2024-11-21T14:50:47.5621122+01:00</VersionCreationDate> <PosterID>sample string 3</PosterID> <VersionAddTime>2024-11-21T14:50:47.5621122+01:00</VersionAddTime> <ArchiveCode>sample string 5</ArchiveCode> <ArchiveStatus>sample string 6</ArchiveStatus> <ArchivationTime>2024-11-21T14:50:47.5621122+01:00</ArchivationTime> <NumberOfAttachments>7</NumberOfAttachments> <Coded>true</Coded> </DocumentVersions> </ArrayOfDocumentVersions>