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>0b7ec3bf-bc49-4ae0-b3df-1f5199b79001</AncestorID> <AncestorName>sample string 2</AncestorName> <AncestorType>64</AncestorType> <ArchiveComment>sample string 5</ArchiveComment> <ArchiveID>238820ce-285d-4b03-b773-f494ab77667b</ArchiveID> <ArchiveName>sample string 4</ArchiveName> <ArchivedBy>d6f51c62-e19c-42e2-acd9-81c66b4d10e1</ArchivedBy> <ID>cc9479d1-b7e1-491d-9805-905a8ec4048e</ID> <Name>sample string 1</Name> <RowType>1</RowType> <SiteID>1924324f-e0b2-4dd4-bf24-1f73e27dd9ef</SiteID> </Archive>
{ "ID": "cc9479d1-b7e1-491d-9805-905a8ec4048e", "SiteID": "1924324f-e0b2-4dd4-bf24-1f73e27dd9ef", "AncestorType": 64, "AncestorID": "0b7ec3bf-bc49-4ae0-b3df-1f5199b79001", "Name": "sample string 1", "AncestorName": "sample string 2", "RowType": 1, "ArchivedBy": "d6f51c62-e19c-42e2-acd9-81c66b4d10e1", "ArchiveName": "sample string 4", "ArchiveComment": "sample string 5", "ArchiveID": "238820ce-285d-4b03-b773-f494ab77667b" }