Read archive for metric or projects
itemid
globally unique identifier
Required
Metric or Project ID. |
id
globally unique identifier
Required
Guid ID of the archive to be read. |
None.
ID
globally unique identifier
ReadOnly
ID of the given archive. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given archive. |
AncestorType
byte
ReadOnly
Ancestor type of the given archived object. |
AncestorID
globally unique identifier
ReadOnly
Ancestor ID of the given archived object. |
Name
string
ReadOnly
Name of the given archived object. |
AncestorName
string
ReadOnly
Name of the ancestor of the given archive object. |
RowType
integer
ReadOnly
Row type of the given archived object. |
ArchiveDate
string
ReadOnly
Date the given archive was created. |
ArchivedBy
globally unique identifier
ReadOnly
ID of the individual that created the given archive. |
ArchiveName
string
ReadOnly
Name of the given archive. |
ArchiveComment
string
ReadOnly
Comment about the given archive. |
ArchiveID
globally unique identifier
ReadOnly
ID of the given archive. |
<Archive xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <AncestorID>6bb1b031-b1aa-45fc-80a5-625adf414b9f</AncestorID> <AncestorName>sample string 2</AncestorName> <AncestorType>64</AncestorType> <ArchiveComment>sample string 5</ArchiveComment> <ArchiveID>e2e971dd-3dec-4d7f-b4e3-224b08d9dc82</ArchiveID> <ArchiveName>sample string 4</ArchiveName> <ArchivedBy>0ab3833b-064b-4d6d-a42c-687469863afd</ArchivedBy> <ID>3c00648d-8cf0-4cf7-9540-6435945ae959</ID> <Name>sample string 1</Name> <RowType>1</RowType> <SiteID>4753801f-8c66-418e-8981-0170828f9bfd</SiteID> </Archive>
{ "ID": "3c00648d-8cf0-4cf7-9540-6435945ae959", "SiteID": "4753801f-8c66-418e-8981-0170828f9bfd", "AncestorType": 64, "AncestorID": "6bb1b031-b1aa-45fc-80a5-625adf414b9f", "Name": "sample string 1", "AncestorName": "sample string 2", "RowType": 1, "ArchivedBy": "0ab3833b-064b-4d6d-a42c-687469863afd", "ArchiveName": "sample string 4", "ArchiveComment": "sample string 5", "ArchiveID": "e2e971dd-3dec-4d7f-b4e3-224b08d9dc82" }