Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
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.

Body Parameters

None.

Response Information

Resource Description (MetricPM8020Dept)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
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.

Response Formats

application/xml, text/xml

Sample
<Metric xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <AtTarget>1</AtTarget>
  <HasValue>1</HasValue>
  <ID>b2b48207-348f-4362-ae87-a9e04ca996d9</ID>
  <Name>sample string 3</Name>
  <RowType>2</RowType>
</Metric>

application/json, text/json

Sample
{
  "ID": "b2b48207-348f-4362-ae87-a9e04ca996d9",
  "RowType": 2,
  "Name": "sample string 3",
  "AtTarget": 1,
  "HasValue": 1
}