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>f6f0bf43-af18-4854-9d93-c5c5ee4a7925</AncestorID> <AncestorName>sample string 2</AncestorName> <AncestorType>64</AncestorType> <ArchiveComment>sample string 5</ArchiveComment> <ArchiveID>2af8067c-92f3-4eb5-b390-de94e007f1cb</ArchiveID> <ArchiveName>sample string 4</ArchiveName> <ArchivedBy>54e44add-4fbc-4448-973b-fe95df8e4166</ArchivedBy> <ID>ba43717d-1a9d-4659-b28b-05327de42c54</ID> <Name>sample string 1</Name> <RowType>1</RowType> <SiteID>142ad6b9-d669-4b24-b9db-cffbd85bc9a2</SiteID> </Archive>
{ "ID": "ba43717d-1a9d-4659-b28b-05327de42c54", "SiteID": "142ad6b9-d669-4b24-b9db-cffbd85bc9a2", "AncestorType": 64, "AncestorID": "f6f0bf43-af18-4854-9d93-c5c5ee4a7925", "Name": "sample string 1", "AncestorName": "sample string 2", "RowType": 1, "ArchivedBy": "54e44add-4fbc-4448-973b-fe95df8e4166", "ArchiveName": "sample string 4", "ArchiveComment": "sample string 5", "ArchiveID": "2af8067c-92f3-4eb5-b390-de94e007f1cb" }