Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList

None.

Body Parameters (MetricOwner)

This object takes all the parameters needed to create a new metric owner.

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
MetricID globally unique identifier Required

ID of the given metric.

IndividualID globally unique identifier Required

Individual ID of the owner of the given metric.

ID globally unique identifier ReadOnly

ID of the metric owner for the given metric.

MetricName string ReadOnly

Name of the given metric

FirstName string ReadOnly

First name of the individual.

LastName string ReadOnly

Last name of the individual.

FullName string ReadOnly

Full name of the individual.

Email string ReadOnly

Email address of the individual.

SiteID globally unique identifier ReadOnly

ID of the site for the given metric owner.

Request Formats

application/xml, text/xml

Sample
<MetricOwner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <MetricID>1cafe7ce-f2c3-4308-8898-0583523759d3</MetricID>
  <IndividualID>e3765717-d815-46d0-8645-31d953981589</IndividualID>
</MetricOwner>

application/json, text/json

Sample
{
  "MetricID": "1cafe7ce-f2c3-4308-8898-0583523759d3",
  "IndividualID": "e3765717-d815-46d0-8645-31d953981589"
}

Response Information

Resource Description (MetricOwner)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
MetricID globally unique identifier Required

ID of the given metric.

IndividualID globally unique identifier Required

Individual ID of the owner of the given metric.

ID globally unique identifier ReadOnly

ID of the metric owner for the given metric.

MetricName string ReadOnly

Name of the given metric

FirstName string ReadOnly

First name of the individual.

LastName string ReadOnly

Last name of the individual.

FullName string ReadOnly

Full name of the individual.

Email string ReadOnly

Email address of the individual.

SiteID globally unique identifier ReadOnly

ID of the site for the given metric owner.

Response Formats

application/xml, text/xml

Sample
<MetricOwner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <MetricID>fde53d7e-9d9a-4c9b-b39e-cd24c9803311</MetricID>
  <IndividualID>0719db3a-d53b-4a46-9623-a3c7bce00163</IndividualID>
  <ID>a333c534-cad4-4458-b38f-1906d67ab3d0</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>5b89a0a7-7f00-499e-94f2-6e11d4fa41c2</SiteID>
</MetricOwner>

application/json, text/json

Sample
{
  "MetricID": "fde53d7e-9d9a-4c9b-b39e-cd24c9803311",
  "IndividualID": "0719db3a-d53b-4a46-9623-a3c7bce00163",
  "ID": "a333c534-cad4-4458-b38f-1906d67ab3d0",
  "MetricName": "sample string 1",
  "FirstName": "sample string 2",
  "LastName": "sample string 3",
  "FullName": "sample string 4",
  "Email": "sample string 5",
  "SiteID": "5b89a0a7-7f00-499e-94f2-6e11d4fa41c2"
}