V1.Metadata.Common:NameMemberOf

Jump to: navigation, search

NameMemberOf

Contains the name of a group that a person has been a member of.

Elements

NameTypeDescription
id String Rovi Music Name ID for the group. You can use this ID in a Name Service request for information about the group.
name String Name of the group.
type String Type of name:
  • G
Group.
  • I
Individual.
  • O
Organization.
  • U
Unknown.

XML Response Example

<NameMemberOf>
  <id>MN0000112462</id>
  <name>Cream</name>
  <type>G</type>
</NameMemberOf>

JSON Response Example

{
  "id":"MN0000112462",
  "name":"Cream",
  "type":"G"
}
 
Personal tools