Update a metric.
|
id
globally unique identifier
Required
Guid ID of the metric to be updated. |
| tz string |
This object takes all the parameters needed to update a metric.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
ID
globally unique identifier
Required on Update
ID of the given metric. |
|
ParentID
globally unique identifier
ID of the parent for the given metric. |
|
AncestorID
globally unique identifier
Required on Create
ID of the ancestor for the given metric; organization, department, project, or individual. |
|
Rank
integer
Required
Rank of the given metric. |
|
Name
string
Required
Name of the given metric. (Max length 255 characters) |
|
Description
string
Required
Description of the given metric. |
|
Format
string
Format of the number for the trend value. Examples can be found https://connectionsonline.zendesk.com/entries/21843291-Formatting-Metric-Examples. (Max length 255 characters, Default '0.#') |
|
Color
string
Hex value of the color for the given metric. |
|
TColor1
string
First threshold hex value of the color for the given metric. (Max length 6 characters) |
|
TColor2
string
Second threshold hex value of the color for the given metric. (Max length 6 characters) |
|
TColor3
string
Third threshold hex value of the color for the given metric. (Max length 6 characters) |
|
TColor4
string
Fourth threshold hex value of the color for the given metric. (Max length 6 characters) |
|
Threshold1
decimal number
First Threshold of the given metric. |
|
Threshold2
decimal number
Second threshold of the given metric. |
|
Threshold3
decimal number
Third threshold of the given metric. |
|
ColorByValue
boolean
Color of the given metric. |
|
Is8020
boolean
80/20 setting of the given metric. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the given metric. |
|
AncestorType
integer
ReadOnly
Type of the ancestor for the metric; organization, project, or individual. |
|
AncestorName
string
ReadOnly
Name of the ancestor for the given metric. |
|
Deleted
boolean
ReadOnly
Deleted status of the given metric. |
|
DeletedByRef
boolean
ReadOnly
Deleted by Ref status of the given metric. |
|
Level
integer
ReadOnly
Number of indent levels, Ex: 1 = 1, 1.1 = 2, 1.1.1 = 3 |
|
DisplayRank
string
ReadOnly
Rank that is displayed to the user. |
|
RankPath
Collection of byte
ReadOnly
Current rank of the given metric in a byte array. |
|
RankOrder
string
ReadOnly
Rank in string format, (0001.0001.0001) for the given organization/department. |
|
Created
date
ReadOnly
Date the given metric was created. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the individual who created the given metric. |
|
Updated
date
ReadOnly
Date the given metric was updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual who updated the given metric. |
|
DisplayColor
string
ReadOnly
Display color hex value entered for the given metric. |
|
DisplayColorRank
integer
ReadOnly
Rank of the display color for the given metric. Based on either the current value/threshold or the custom entered color. |
|
LatestDate
date
ReadOnly
Latest date a value was entered for the given metric. |
|
LatestValue
decimal number
ReadOnly
Latest value of the given metric. |
|
LatestValueColor
string
ReadOnly
Latest color hex value for the given metric, based on the current value. |
|
LatestComment
string
ReadOnly
(Deprecated, replaced with LastComment) Latest comment of the metric. |
|
Owners
string
ReadOnly
Owners of the given metric. |
|
FormattedThreshold1
string
ReadOnly
Minimum threshold of the given metric, formatted using the Format value. |
|
FormattedThreshold2
string
ReadOnly
Meets threshold of the given metric, formatted using the Format value. |
|
FormattedThreshold3
string
ReadOnly
Exceeds threshold of the given metric, formatted using the Format value. |
|
FormattedLatestValue
string
ReadOnly
Current value of the given metric formatted using the Format value. |
|
LastComment
string
ReadOnly
Body of the most recent comment on the given metric. |
|
LastCommentDate
date
ReadOnly
Post date of the most recent comment on the given metric. |
|
LastCommentByID
globally unique identifier
ReadOnly
User ID of the individual who posted the most recent comment on the given metric. |
|
LastCommentBy
string
ReadOnly
Name of the individual who posted the most recent comment on the given metric. |
|
DisplayColorName
string
ReadOnly
Name of the color to be displayed. |
|
CanRead
boolean
ReadOnly
Read security setting for the object based on the current logged in user. |
|
CanUpdate
boolean
ReadOnly
Update security setting for the object based on the current logged in user. |
|
CanDelete
boolean
ReadOnly
Delete security setting for the object based on the current logged in user. |
|
CanDelegate
boolean
ReadOnly
Delegate security setting for the object based on the current logged in user. |
|
ColorRank
integer
ReadOnly
Rank of the color assigned to the given metric. |
|
ColorName
string
ReadOnly
Name of the color to assigned to the given metric. |
| OwnerList Collection of MetricOwner ReadOnly |
|
RollUp
integer
ReadOnly
Roll up status of a metric. 0 = Normal, 1 = Sum Roll up, 3 = Average Roll up |
|
LinkedToID
globally unique identifier
ReadOnly
ID of the Linked Metric |
<Metric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
<ID>19d0500a-9d45-4e25-a9c6-18734cfa20ae</ID>
<ParentID>32ad994f-3076-40ad-b993-cb386a9b0c22</ParentID>
<AncestorID>343662ab-f913-4ba5-93e3-eb33427c6ab6</AncestorID>
<Rank>1</Rank>
<Name>sample string 2</Name>
<Description>sample string 3</Description>
<Format>sample string 4</Format>
<Color>sample string 5</Color>
<TColor1>sample string 6</TColor1>
<TColor2>sample string 7</TColor2>
<TColor3>sample string 8</TColor3>
<TColor4>sample string 9</TColor4>
<Threshold1>1</Threshold1>
<Threshold2>1</Threshold2>
<Threshold3>1</Threshold3>
<ColorByValue>true</ColorByValue>
<Is8020>true</Is8020>
<FormattedThreshold1>sample string 17</FormattedThreshold1>
<FormattedThreshold2>sample string 18</FormattedThreshold2>
<FormattedThreshold3>sample string 19</FormattedThreshold3>
<FormattedLatestValue>sample string 20</FormattedLatestValue>
<LastComment>sample string 21</LastComment>
<LastCommentDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-24T06:34:16.2470111Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</LastCommentDate>
<LastCommentByID>09cf025f-3bc0-41c4-ada9-a87924a89c61</LastCommentByID>
<LastCommentBy>sample string 22</LastCommentBy>
<DisplayColorName>sample string 23</DisplayColorName>
<ColorName>sample string 24</ColorName>
<OwnerList>
<MetricOwner>
<MetricID>88e39cfc-34a9-48f8-aa7c-41038bb47965</MetricID>
<IndividualID>a369b55d-b39c-4e3e-8a35-c4b956d51f3f</IndividualID>
</MetricOwner>
<MetricOwner>
<MetricID>88e39cfc-34a9-48f8-aa7c-41038bb47965</MetricID>
<IndividualID>a369b55d-b39c-4e3e-8a35-c4b956d51f3f</IndividualID>
</MetricOwner>
</OwnerList>
<RollUp>25</RollUp>
<LinkedToID>6098d227-ac5c-4015-aa45-dd7e1f24231f</LinkedToID>
</Metric>
{"ID":"19d0500a-9d45-4e25-a9c6-18734cfa20ae","ParentID":"32ad994f-3076-40ad-b993-cb386a9b0c22","AncestorID":"343662ab-f913-4ba5-93e3-eb33427c6ab6","Rank":1,"Name":"sample string 2","Description":"sample string 3","Format":"sample string 4","Color":"sample string 5","TColor1":"sample string 6","TColor2":"sample string 7","TColor3":"sample string 8","TColor4":"sample string 9","Threshold1":1.0,"Threshold2":1.0,"Threshold3":1.0,"ColorByValue":true,"Is8020":true,"FormattedThreshold1":"sample string 17","FormattedThreshold2":"sample string 18","FormattedThreshold3":"sample string 19","FormattedLatestValue":"sample string 20","LastComment":"sample string 21","LastCommentDate":"2025-12-24T06:34:16.2470111+00:00","LastCommentByID":"09cf025f-3bc0-41c4-ada9-a87924a89c61","LastCommentBy":"sample string 22","DisplayColorName":"sample string 23","ColorName":"sample string 24","OwnerList":[{"MetricID":"88e39cfc-34a9-48f8-aa7c-41038bb47965","IndividualID":"a369b55d-b39c-4e3e-8a35-c4b956d51f3f","IndividualID":"a369b55d-b39c-4e3e-8a35-c4b956d51f3f","RollUp":25,"LinkedToID":"6098d227-ac5c-4015-aa45-dd7e1f24231f"}
|
ID
globally unique identifier
Required on Update
ID of the given metric. |
|
ParentID
globally unique identifier
ID of the parent for the given metric. |
|
AncestorID
globally unique identifier
Required on Create
ID of the ancestor for the given metric; organization, department, project, or individual. |
|
Rank
integer
Required
Rank of the given metric. |
|
Name
string
Required
Name of the given metric. (Max length 255 characters) |
|
Description
string
Required
Description of the given metric. |
|
Format
string
Format of the number for the trend value. Examples can be found https://connectionsonline.zendesk.com/entries/21843291-Formatting-Metric-Examples. (Max length 255 characters, Default '0.#') |
|
Color
string
Hex value of the color for the given metric. |
|
TColor1
string
First threshold hex value of the color for the given metric. (Max length 6 characters) |
|
TColor2
string
Second threshold hex value of the color for the given metric. (Max length 6 characters) |
|
TColor3
string
Third threshold hex value of the color for the given metric. (Max length 6 characters) |
|
TColor4
string
Fourth threshold hex value of the color for the given metric. (Max length 6 characters) |
|
Threshold1
decimal number
First Threshold of the given metric. |
|
Threshold2
decimal number
Second threshold of the given metric. |
|
Threshold3
decimal number
Third threshold of the given metric. |
|
ColorByValue
boolean
Color of the given metric. |
|
Is8020
boolean
80/20 setting of the given metric. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the given metric. |
|
AncestorType
integer
ReadOnly
Type of the ancestor for the metric; organization, project, or individual. |
|
AncestorName
string
ReadOnly
Name of the ancestor for the given metric. |
|
Deleted
boolean
ReadOnly
Deleted status of the given metric. |
|
DeletedByRef
boolean
ReadOnly
Deleted by Ref status of the given metric. |
|
Level
integer
ReadOnly
Number of indent levels, Ex: 1 = 1, 1.1 = 2, 1.1.1 = 3 |
|
DisplayRank
string
ReadOnly
Rank that is displayed to the user. |
|
RankPath
Collection of byte
ReadOnly
Current rank of the given metric in a byte array. |
|
RankOrder
string
ReadOnly
Rank in string format, (0001.0001.0001) for the given organization/department. |
|
Created
date
ReadOnly
Date the given metric was created. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the individual who created the given metric. |
|
Updated
date
ReadOnly
Date the given metric was updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the individual who updated the given metric. |
|
DisplayColor
string
ReadOnly
Display color hex value entered for the given metric. |
|
DisplayColorRank
integer
ReadOnly
Rank of the display color for the given metric. Based on either the current value/threshold or the custom entered color. |
|
LatestDate
date
ReadOnly
Latest date a value was entered for the given metric. |
|
LatestValue
decimal number
ReadOnly
Latest value of the given metric. |
|
LatestValueColor
string
ReadOnly
Latest color hex value for the given metric, based on the current value. |
|
LatestComment
string
ReadOnly
(Deprecated, replaced with LastComment) Latest comment of the metric. |
|
Owners
string
ReadOnly
Owners of the given metric. |
|
FormattedThreshold1
string
ReadOnly
Minimum threshold of the given metric, formatted using the Format value. |
|
FormattedThreshold2
string
ReadOnly
Meets threshold of the given metric, formatted using the Format value. |
|
FormattedThreshold3
string
ReadOnly
Exceeds threshold of the given metric, formatted using the Format value. |
|
FormattedLatestValue
string
ReadOnly
Current value of the given metric formatted using the Format value. |
|
LastComment
string
ReadOnly
Body of the most recent comment on the given metric. |
|
LastCommentDate
date
ReadOnly
Post date of the most recent comment on the given metric. |
|
LastCommentByID
globally unique identifier
ReadOnly
User ID of the individual who posted the most recent comment on the given metric. |
|
LastCommentBy
string
ReadOnly
Name of the individual who posted the most recent comment on the given metric. |
|
DisplayColorName
string
ReadOnly
Name of the color to be displayed. |
|
CanRead
boolean
ReadOnly
Read security setting for the object based on the current logged in user. |
|
CanUpdate
boolean
ReadOnly
Update security setting for the object based on the current logged in user. |
|
CanDelete
boolean
ReadOnly
Delete security setting for the object based on the current logged in user. |
|
CanDelegate
boolean
ReadOnly
Delegate security setting for the object based on the current logged in user. |
|
ColorRank
integer
ReadOnly
Rank of the color assigned to the given metric. |
|
ColorName
string
ReadOnly
Name of the color to assigned to the given metric. |
| OwnerList Collection of MetricOwner ReadOnly |
|
RollUp
integer
ReadOnly
Roll up status of a metric. 0 = Normal, 1 = Sum Roll up, 3 = Average Roll up |
|
LinkedToID
globally unique identifier
ReadOnly
ID of the Linked Metric |
<Metric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
<ID>acaccdf2-c1e7-4873-b04c-9f61cea69001</ID>
<ParentID>ef00cff8-ebd5-4b33-8ed3-aaeea124f217</ParentID>
<AncestorID>f691aa4f-41dc-4541-9cf2-63383eb08272</AncestorID>
<Rank>1</Rank>
<Name>sample string 2</Name>
<Description>sample string 3</Description>
<Format>sample string 4</Format>
<Color>sample string 5</Color>
<TColor1>sample string 6</TColor1>
<TColor2>sample string 7</TColor2>
<TColor3>sample string 8</TColor3>
<TColor4>sample string 9</TColor4>
<Threshold1>1</Threshold1>
<Threshold2>1</Threshold2>
<Threshold3>1</Threshold3>
<ColorByValue>true</ColorByValue>
<Is8020>true</Is8020>
<SiteID>ea8ba1a4-8c29-47c4-a361-d6c065562eb9</SiteID>
<AncestorType>1</AncestorType>
<AncestorName>sample string 10</AncestorName>
<Deleted>true</Deleted>
<DeletedByRef>true</DeletedByRef>
<Level>1</Level>
<DisplayRank>sample string 11</DisplayRank>
<RankPath>QEA=</RankPath>
<RankOrder>sample string 12</RankOrder>
<Created>2025-12-24T06:34:16.2470111+00:00</Created>
<CreatedBy>4fe607b9-d7d1-414b-be7e-623c89e33103</CreatedBy>
<Updated>2025-12-24T06:34:16.2470111+00:00</Updated>
<UpdatedBy>7fa8c56a-1cc0-4ad2-990f-3a37aa98f5cf</UpdatedBy>
<DisplayColor>sample string 13</DisplayColor>
<DisplayColorRank>1</DisplayColorRank>
<LatestDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-24T06:34:16.2470111Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</LatestDate>
<LatestValue>1</LatestValue>
<LatestValueColor>sample string 14</LatestValueColor>
<LatestComment>sample string 15</LatestComment>
<Owners>sample string 16</Owners>
<FormattedThreshold1>sample string 17</FormattedThreshold1>
<FormattedThreshold2>sample string 18</FormattedThreshold2>
<FormattedThreshold3>sample string 19</FormattedThreshold3>
<FormattedLatestValue>sample string 20</FormattedLatestValue>
<LastComment>sample string 21</LastComment>
<LastCommentDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2025-12-24T06:34:16.2470111Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</LastCommentDate>
<LastCommentByID>8fcf34c1-829f-42bd-92b7-0addb2cb1764</LastCommentByID>
<LastCommentBy>sample string 22</LastCommentBy>
<DisplayColorName>sample string 23</DisplayColorName>
<CanRead>true</CanRead>
<CanUpdate>true</CanUpdate>
<CanDelete>true</CanDelete>
<CanDelegate>true</CanDelegate>
<ColorRank>1</ColorRank>
<ColorName>sample string 24</ColorName>
<OwnerList>
<MetricOwner>
<MetricID>b118f008-1895-4cea-b64d-ec35c326498b</MetricID>
<IndividualID>b4cb5a89-70f6-45fe-abf6-5a73f30c7c20</IndividualID>
<ID>31944d76-511a-4949-ab56-358ebfef4fab</ID>
<MetricName>sample string 1</MetricName>
<FirstName>sample string 2</FirstName>
<LastName>sample string 3</LastName>
<FullName>sample string 4</FullName>
<Email>sample string 5</Email>
<SiteID>e49434b0-adb9-4743-ae92-5cd6ad31fe8f</SiteID>
</MetricOwner>
<MetricOwner>
<MetricID>b118f008-1895-4cea-b64d-ec35c326498b</MetricID>
<IndividualID>b4cb5a89-70f6-45fe-abf6-5a73f30c7c20</IndividualID>
<ID>31944d76-511a-4949-ab56-358ebfef4fab</ID>
<MetricName>sample string 1</MetricName>
<FirstName>sample string 2</FirstName>
<LastName>sample string 3</LastName>
<FullName>sample string 4</FullName>
<Email>sample string 5</Email>
<SiteID>e49434b0-adb9-4743-ae92-5cd6ad31fe8f</SiteID>
</MetricOwner>
</OwnerList>
<RollUp>25</RollUp>
<LinkedToID>69ba6d5f-82ed-4a06-9a3d-7d3ad2d99702</LinkedToID>
</Metric>
{
"ID": "acaccdf2-c1e7-4873-b04c-9f61cea69001",
"ParentID": "ef00cff8-ebd5-4b33-8ed3-aaeea124f217",
"AncestorID": "f691aa4f-41dc-4541-9cf2-63383eb08272",
"Rank": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"Format": "sample string 4",
"Color": "sample string 5",
"TColor1": "sample string 6",
"TColor2": "sample string 7",
"TColor3": "sample string 8",
"TColor4": "sample string 9",
"Threshold1": 1.0,
"Threshold2": 1.0,
"Threshold3": 1.0,
"ColorByValue": true,
"Is8020": true,
"SiteID": "ea8ba1a4-8c29-47c4-a361-d6c065562eb9",
"AncestorType": 1,
"AncestorName": "sample string 10",
"Deleted": true,
"DeletedByRef": true,
"Level": 1,
"DisplayRank": "sample string 11",
"RankPath": "QEA=",
"RankOrder": "sample string 12",
"Created": "2025-12-24T06:34:16.2470111+00:00",
"CreatedBy": "4fe607b9-d7d1-414b-be7e-623c89e33103",
"Updated": "2025-12-24T06:34:16.2470111+00:00",
"UpdatedBy": "7fa8c56a-1cc0-4ad2-990f-3a37aa98f5cf",
"DisplayColor": "sample string 13",
"DisplayColorRank": 1,
"LatestDate": "2025-12-24T06:34:16.2470111+00:00",
"LatestValue": 1.0,
"LatestValueColor": "sample string 14",
"LatestComment": "sample string 15",
"Owners": "sample string 16",
"FormattedThreshold1": "sample string 17",
"FormattedThreshold2": "sample string 18",
"FormattedThreshold3": "sample string 19",
"FormattedLatestValue": "sample string 20",
"LastComment": "sample string 21",
"LastCommentDate": "2025-12-24T06:34:16.2470111+00:00",
"LastCommentByID": "8fcf34c1-829f-42bd-92b7-0addb2cb1764",
"LastCommentBy": "sample string 22",
"DisplayColorName": "sample string 23",
"CanRead": true,
"CanUpdate": true,
"CanDelete": true,
"CanDelegate": true,
"ColorRank": 1,
"ColorName": "sample string 24",
"OwnerList": [
{
"MetricID": "b118f008-1895-4cea-b64d-ec35c326498b",
"IndividualID": "b4cb5a89-70f6-45fe-abf6-5a73f30c7c20",
"ID": "31944d76-511a-4949-ab56-358ebfef4fab",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "e49434b0-adb9-4743-ae92-5cd6ad31fe8f"
},
{
"MetricID": "b118f008-1895-4cea-b64d-ec35c326498b",
"IndividualID": "b4cb5a89-70f6-45fe-abf6-5a73f30c7c20",
"ID": "31944d76-511a-4949-ab56-358ebfef4fab",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "e49434b0-adb9-4743-ae92-5cd6ad31fe8f"
}
],
"RollUp": 25,
"LinkedToID": "69ba6d5f-82ed-4a06-9a3d-7d3ad2d99702"
}