Read archives for individuals, organizations, or projects.
|
ancestorid
globally unique identifier
Required
Individual, organization, or project ID. |
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>b13d6ce2-4702-4a7a-8439-d90baced5ff0</AncestorID> <AncestorName>sample string 2</AncestorName> <AncestorType>64</AncestorType> <ArchiveComment>sample string 5</ArchiveComment> <ArchiveID>a67578c1-aaab-4a85-97d2-9d2925b78441</ArchiveID> <ArchiveName>sample string 4</ArchiveName> <ArchivedBy>dbb43c0b-a611-4ee6-a5e3-4ff5de70a9b9</ArchivedBy> <ID>45bb4a65-ccd0-4edc-8332-4df0e04b45dc</ID> <Name>sample string 1</Name> <RowType>1</RowType> <SiteID>5b162cb4-65c9-42eb-ad53-60b5c2cd527c</SiteID> </Archive>
{
"ID": "45bb4a65-ccd0-4edc-8332-4df0e04b45dc",
"SiteID": "5b162cb4-65c9-42eb-ad53-60b5c2cd527c",
"AncestorType": 64,
"AncestorID": "b13d6ce2-4702-4a7a-8439-d90baced5ff0",
"Name": "sample string 1",
"AncestorName": "sample string 2",
"RowType": 1,
"ArchivedBy": "dbb43c0b-a611-4ee6-a5e3-4ff5de70a9b9",
"ArchiveName": "sample string 4",
"ArchiveComment": "sample string 5",
"ArchiveID": "a67578c1-aaab-4a85-97d2-9d2925b78441"
}