Read a single metric owner by ID.
|
metricOwnerid
globally unique identifier
Required
Guid ID of the metric owner to be read. |
| metricid string |
None.
|
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. |
<MetricOwner xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <MetricID>a8c37b41-e131-46f6-8455-7158373d23f1</MetricID> <IndividualID>3f03156f-b421-4aab-a7a1-8da529fe4918</IndividualID> <ID>b12b56e8-fbc6-41c2-a085-916796e55ffa</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>27e5d3ea-8623-4b93-aba4-444cf86f0c72</SiteID> </MetricOwner>
{
"MetricID": "a8c37b41-e131-46f6-8455-7158373d23f1",
"IndividualID": "3f03156f-b421-4aab-a7a1-8da529fe4918",
"ID": "b12b56e8-fbc6-41c2-a085-916796e55ffa",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "27e5d3ea-8623-4b93-aba4-444cf86f0c72"
}