Returns a list of metric. PM
| id
							
								globally unique identifier
											Required Guid ID of the organization, department or individual for the project. | 
| metricType
							
								string
											Required Type of metric to filter by; below, min, meets, exceeds, 8020, 8020dept. | 
| 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. | 
| AncestorID
							
								globally unique identifier
											ReadOnly Ancestor ID of the given metric. | 
| Color
							
								string
											ReadOnly Color of the given metric. | 
| ColorRank
							
								integer
											ReadOnly Rank of the color for the given metric. | 
| ColorName
							
								string
											ReadOnly Name of the color for the given metric. | 
| Format
							
								string
											ReadOnly Format of the given metric. | 
| Minimum
							
								decimal number
											ReadOnly Minimum value that meets the expecations of the given metric. | 
| Meets
							
								decimal number
											ReadOnly Value that meets the expectations of the given metric. | 
| Exceeds
							
								decimal number
											ReadOnly Value that exceeds the expectations of the given metric. | 
| Current
							
								decimal number
											ReadOnly Current value of the given metric. | 
| CurrentDate
							
								date
											ReadOnly Current date of the given metric. | 
| FormattedMinimum
							
								string
											ReadOnly Minimum value of the given metric formatted using the Format value. | 
| FormattedMeets
							
								string
											ReadOnly Meets value of the given metric formatted using the Format value. | 
| FormattedExceeds
							
								string
											ReadOnly Exceeds value of the given metric formatted using the Format value. | 
| FormattedCurrent
							
								string
											ReadOnly Current value of the given metric formatted using the Format value. | 
| ThresholdLevel
							
								integer
											ReadOnly Current thresholdlevel of the given metric. | 
<Metric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>f04d586a-5804-4739-b7a6-dd3b2fc1a22b</ID> <RowType>2</RowType> <Name>sample string 3</Name> <AncestorID>28495db9-aa4b-4a5f-bf03-fd33d5534d94</AncestorID> <Color>sample string 5</Color> <ColorRank>1</ColorRank> <ColorName>sample string 6</ColorName> <Format>sample string 7</Format> <Minimum>1</Minimum> <Meets>1</Meets> <Exceeds>1</Exceeds> <Current>1</Current> <CurrentDate>2025-10-31T10:29:44.8773677+00:00</CurrentDate> <FormattedCurrent>sample string 11</FormattedCurrent> <FormattedExceeds>sample string 10</FormattedExceeds> <FormattedMeets>sample string 9</FormattedMeets> <FormattedMinimum>sample string 8</FormattedMinimum> <ThresholdLevel>1</ThresholdLevel> </Metric>
{
  "ID": "f04d586a-5804-4739-b7a6-dd3b2fc1a22b",
  "RowType": 2,
  "Name": "sample string 3",
  "AncestorID": "28495db9-aa4b-4a5f-bf03-fd33d5534d94",
  "Color": "sample string 5",
  "ColorRank": 1,
  "ColorName": "sample string 6",
  "Format": "sample string 7",
  "Minimum": 1.0,
  "Meets": 1.0,
  "Exceeds": 1.0,
  "Current": 1.0,
  "CurrentDate": "2025-10-31T10:29:44.8773677+00:00",
  "FormattedMinimum": "sample string 8",
  "FormattedMeets": "sample string 9",
  "FormattedExceeds": "sample string 10",
  "FormattedCurrent": "sample string 11",
  "ThresholdLevel": 1
}