Common/name/v1.1/NameCollaboratorWith

Jump to: navigation, search

NameCollaboratorWith

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

Elements

NameTypeDescription
id string Rovi Music Name ID for the person or group. You can use this ID in a Name API 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

<NameCollaboratorWith>
  <id>MN0000103174</id>
  <name>Jack Renner</name>
  <weight>5</weight>
  <thumbnail />
</NameCollaboratorWith>

JSON Response Example

{
  "id":"MN0000103174",
  "name":"Jack Renner",
  "weight":5,
  "thumbnail":""
}
 
Personal tools