Read a single metric owner by ID.
|
metricOwnerid
globally unique identifier
Required
Guid ID of the metric owner to be read. |
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>205b5e54-5401-4d38-a83e-bc58c214e280</MetricID> <IndividualID>d91958cb-c04f-49b5-b788-fd58f17ad788</IndividualID> <ID>ccc52161-ed21-4139-bbe0-3758c76ec22c</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>b8315e98-3c08-4f13-bcb3-e53a827599d9</SiteID> </MetricOwner>
{
"MetricID": "205b5e54-5401-4d38-a83e-bc58c214e280",
"IndividualID": "d91958cb-c04f-49b5-b788-fd58f17ad788",
"ID": "ccc52161-ed21-4139-bbe0-3758c76ec22c",
"MetricName": "sample string 1",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"FullName": "sample string 4",
"Email": "sample string 5",
"SiteID": "b8315e98-3c08-4f13-bcb3-e53a827599d9"
}