V1.Metadata.Common:ParentIdsDvd

Jump to: navigation, search

ParentIds

Contains all of the IDs that are recognized by the Movie Service for a requested object.

Elements

NameTypeDescription
amgClassicalId String All Media Guide (AMG) database ID for a movie artist, consisting of a ten-character string starting with Q and followed by 9 digits with leading spaces.
amgMovieId String All Media Guide (AMG) movie ID for a movie or movie artist.
TypeExampleID String
MovieV   261809  V followed by 9 digits with leading spaces.
Movie artist  P     3153P followed by 6 digits with leading spaces.
amgPopId String All Media Guide (AMG) pop ID for a movie artist, consisting of a ten-character string starting with P and followed by 9 digits with leading spaces.
cosmoId String Cosmo ID for a person, group, or organization. Cosmo is a database of television data.
nameId String Rovi ID for a person, group, or organization, consisting of a twelve-character string starting with MN and followed by 10 digits.
releaseId String Rovi ID for a movie release, consisting of a seven-character string starting with E and followed by 6 digits.
upcId String Universal Product Code (UPC) for a DVD, Blu-ray, or other movie release.

XML Response Example

The following shows parent IDs returned for a Name/MovieBio request.
 <parentIds>
   <amgClassicalId>Q   55199</amgClassicalId>
   <amgMovieId>P112652</amgMovieId>
   <amgPopId>P    3153</amgPopId>
   <cosmoId>101344</cosmoId>
   <nameId>MN0000855531</nameId>
 </parentIds>

XML Response Example 2

The following shows parent IDs returned for an Movie/Cast request.
 <parentIds>
   <cosmoId>40378</cosmoId>
   <movieId>V    3581</movieId>
 </parentIds>

JSON Response Example

The following shows parent IDs returned for a Name/MovieBio request.
 "parentIds":{
   "amgClassicalId":"Q   55199",
   "amgMovieId":"P112652",
   "amgPopId":"P    3153",
   "cosmoId":"101344",
   "nameId":"MN0000855531",
 }

JSON Response Example 2

The following shows parent IDs returned for a Movie/Cast request.
 "parentIds":{
   "cosmoId":"40378",
   "movieId":"V    3581"
 }
 
Personal tools