V9.Common:ProgramImage

Jump to: navigation, search

ProgramImage

Contains a URL to an image associated with a television program and the format ID of the image.

Elements

NameTypeDescription
ImageFormatId ImageFormatId Image format ID, which indicates the associated category, image format, and maximum dimensions.
ImageUrl String URL to the image in less than 1024 characters.

XML Response Example

<ProgramImage>
   <ImageUrl>http://actual-url-concealed.jpg</ImageUrl>
   <ImageFormatId>37</ImageFormatId>
</ProgramImage>

JSON Response Example

JSON responses are available from our REST TV Listings service.
"ProgramImage":{
   "ImageUrl":"http://actual-url-concealed.jpg",
   "ImageFormatId":"37"
}
 
Personal tools