Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
itemid globally unique identifier Required

Metric or Project ID.

id globally unique identifier Required

Guid ID of the archive to be read.

Body Parameters

None.

Response Information

Resource Description (Archive)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
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.

Response Formats

application/xml, text/xml

Sample
<Archive xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <AncestorID>4a00a398-5e84-4eb2-8854-442ab0a5cecf</AncestorID>
  <AncestorName>sample string 2</AncestorName>
  <AncestorType>64</AncestorType>
  <ArchiveComment>sample string 5</ArchiveComment>
  <ArchiveID>8b589614-847c-4c09-aa1e-b206ccc399b8</ArchiveID>
  <ArchiveName>sample string 4</ArchiveName>
  <ArchivedBy>9a663da2-c991-4af7-80b1-e400a8c2c020</ArchivedBy>
  <ID>d3b1048e-ab7f-4471-8ae4-ef82da29be94</ID>
  <Name>sample string 1</Name>
  <RowType>1</RowType>
  <SiteID>81a08518-e87d-425c-8f08-129ee46ce192</SiteID>
</Archive>

application/json, text/json

Sample
{
  "ID": "d3b1048e-ab7f-4471-8ae4-ef82da29be94",
  "SiteID": "81a08518-e87d-425c-8f08-129ee46ce192",
  "AncestorType": 64,
  "AncestorID": "4a00a398-5e84-4eb2-8854-442ab0a5cecf",
  "Name": "sample string 1",
  "AncestorName": "sample string 2",
  "RowType": 1,
  "ArchivedBy": "9a663da2-c991-4af7-80b1-e400a8c2c020",
  "ArchiveName": "sample string 4",
  "ArchiveComment": "sample string 5",
  "ArchiveID": "8b589614-847c-4c09-aa1e-b206ccc399b8"
}