V9.Common:Relative

Jump to: navigation, search

Relative

Contains information about a relative of a celebrity.

Elements

NameTypeDescription
Name String Name of the relative in less than 100 characters.
Relationship String Relationship with the celebrity in less than 100 characters.
RelativeCreditId String Database ID of this person if information is available. Limited to fewer than 10 characters.

XML Response Example

  <Relative>
     <Name>Denise Richards</Name>
     <Relationship>Ex-wife</Relationship>
     <RelativeCreditId>100594</RelativeCreditId>
  </Relative>

JSON Response Example

JSON responses are available from our REST TV Listings service.
   {
     "Name":"Denise Richards",
     "Relationship":"Ex-wife",
     "RelativeCreditId":"100594"
   }
 
Personal tools