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>0a4dc920-a809-453b-9c5f-8fa5863b1090</ID> <Name>sample string 3</Name> <RowType>2</RowType> </Metric>
{ "ID": "0a4dc920-a809-453b-9c5f-8fa5863b1090", "RowType": 2, "Name": "sample string 3", "AtTarget": 1, "HasValue": 1 }