Returns a list of metric. PM
|
id
globally unique identifier
Required
Guid ID of the organization, department or individual for the project. |
|
period
integer
Optional period ID filter. Defaults to the current period. |
None.
|
ID
globally unique identifier
ReadOnly
ID of the given metric. |
|
RowType
integer
ReadOnly
RowType of the given metric. |
|
Name
string
ReadOnly
Name of the given metric. |
|
AtTarget
integer
ReadOnly
Status of the given metric in relation to the target for the metric. |
|
HasValue
integer
ReadOnly
Indicates if the given metric has a value. |
<Metric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <AtTarget>1</AtTarget> <HasValue>1</HasValue> <ID>f1794159-ff11-4c6a-a580-58bfb02660c6</ID> <Name>sample string 3</Name> <RowType>2</RowType> </Metric>
{
"ID": "f1794159-ff11-4c6a-a580-58bfb02660c6",
"RowType": 2,
"Name": "sample string 3",
"AtTarget": 1,
"HasValue": 1
}