V1.Metadata.Common:NameGroupMember

Jump to: navigation, search

NameGroupMember

Contains the name of a member of a group.

Elements

NameTypeDescription
id String Rovi Music Name ID for the person. You can use this ID in a Name Service request for information about the person.
name String Name of the person.

XML Response Example

<NameGroupMember>
  <id>MN0000029884</id>
  <name>Paul McCartney</name>
</NameGroupMember>

JSON Response Example

{
  "id":"MN0000029884",
  "name":"Paul McCartney"
}
 
Personal tools