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>3cf78e77-5459-4fdf-b2e3-116fd555800f</AncestorID> <AncestorName>sample string 2</AncestorName> <AncestorType>64</AncestorType> <ArchiveComment>sample string 5</ArchiveComment> <ArchiveID>0cdb54bc-6c49-4fd7-8f61-5493177683ce</ArchiveID> <ArchiveName>sample string 4</ArchiveName> <ArchivedBy>ca7b254b-62ea-4ab1-94f7-c4be6ae4b095</ArchivedBy> <ID>fc0d3e8d-2182-4272-af99-587a992b7eeb</ID> <Name>sample string 1</Name> <RowType>1</RowType> <SiteID>327e924c-3f3f-4323-aec1-4abc08c2683d</SiteID> </Archive>
{
"ID": "fc0d3e8d-2182-4272-af99-587a992b7eeb",
"SiteID": "327e924c-3f3f-4323-aec1-4abc08c2683d",
"AncestorType": 64,
"AncestorID": "3cf78e77-5459-4fdf-b2e3-116fd555800f",
"Name": "sample string 1",
"AncestorName": "sample string 2",
"RowType": 1,
"ArchivedBy": "ca7b254b-62ea-4ab1-94f7-c4be6ae4b095",
"ArchiveName": "sample string 4",
"ArchiveComment": "sample string 5",
"ArchiveID": "0cdb54bc-6c49-4fd7-8f61-5493177683ce"
}