Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
tz string

Optional parameter to set time zone information.

Body Parameters (TrendValue)

This object takes all the parameters needed to create a new trend value.

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

ID of the Metric Data.

MetricID globally unique identifier Required on Create

ID of the metric.

Date date Required

Date of the metric data

Value decimal number Required

Value of the metric data

MetricName string ReadOnly

Name of the metric.

ArchiveID globally unique identifier ReadOnly

ID of the archive were the metric data is stored.

ArchiveName string ReadOnly

Name of the archive were the metric data is stored.

ArchiveDate date ReadOnly

Date the metric data was archived.

Request Formats

application/xml, text/xml

Sample
<TrendValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>ea5354e0-d7eb-4fc4-8ca3-435f9d5e680b</ID>
  <MetricID>4ed50e85-da29-46f8-ba74-baec7a947aa6</MetricID>
  <Date xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2024-04-17T22:35:59.85693Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </Date>
  <Value>1</Value>
</TrendValue>

application/json, text/json

Sample
{
  "ID": "ea5354e0-d7eb-4fc4-8ca3-435f9d5e680b",
  "MetricID": "4ed50e85-da29-46f8-ba74-baec7a947aa6",
  "Date": "2024-04-17T22:35:59.85693+00:00",
  "Value": 1.0
}

Response Information

Resource Description (TrendValue)

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

ID of the Metric Data.

MetricID globally unique identifier Required on Create

ID of the metric.

Date date Required

Date of the metric data

Value decimal number Required

Value of the metric data

MetricName string ReadOnly

Name of the metric.

ArchiveID globally unique identifier ReadOnly

ID of the archive were the metric data is stored.

ArchiveName string ReadOnly

Name of the archive were the metric data is stored.

ArchiveDate date ReadOnly

Date the metric data was archived.

Response Formats

application/xml, text/xml

Sample
<TrendValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <ID>b4876fb8-08f9-4954-a5b0-a9a542ed7289</ID>
  <MetricID>f5a3186a-bb03-4a92-83eb-e3be2fd37e3a</MetricID>
  <Date xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2024-04-17T22:35:59.85693Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </Date>
  <Value>1</Value>
  <MetricName>sample string 1</MetricName>
  <ArchiveID>dcfca592-0bb8-4238-837a-9ecf3619bdcb</ArchiveID>
  <ArchiveName>sample string 2</ArchiveName>
  <ArchiveDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>2024-04-17T22:35:59.85693Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </ArchiveDate>
</TrendValue>

application/json, text/json

Sample
{
  "ID": "b4876fb8-08f9-4954-a5b0-a9a542ed7289",
  "MetricID": "f5a3186a-bb03-4a92-83eb-e3be2fd37e3a",
  "Date": "2024-04-17T22:35:59.85693+00:00",
  "Value": 1.0,
  "MetricName": "sample string 1",
  "ArchiveID": "dcfca592-0bb8-4238-837a-9ecf3619bdcb",
  "ArchiveName": "sample string 2",
  "ArchiveDate": "2024-04-17T22:35:59.85693+00:00"
}