V1.Metadata.Common:NameAssociatedWith

Jump to: navigation, search

NameAssociatedWith

Contains information about a person or group associated with the person or group named in a request.

Elements

NameTypeDescription
id String Rovi Music Name ID for the person or group. You can use this ID in a Name Service request for information about the person or group.
name String Name of the person or group.
thumbnail String URL to a JPG of the person or group that is 250 x 250 pixels (in one or both dimensions) with a depth of 24 bits per pixel.

Note: Your access to images is governed by your subscription level.

weight Integer A number from 1 to 10, where a larger number indicates a greater importance.

XML Response Example

<NameAssociatedWith>
  <id>MN0000029884</id>
  <name>Paul McCartney</name>
  <weight>9</weight>
  <thumbnail>http://actual-url-concealed.jpg</thumbnail>
</NameAssociatedWith>

JSON Response Example

{
  "id":"MN0000029884",
  "name":"Paul McCartney",
  "weight":9,
  "thumbnail":"http:\/\/actual-url-concealed.jpg"
}
 
Personal tools