V9.Common:ImageGrid

Jump to: navigation, search

ImageGrid

Contains information about a channel logo.

Elements

NameTypeDescription
AspectRatio String Aspect ratio (width:height) of the logo.
ImageCaption String Description of the logo.
ImageCredit String Person or company credited with taking the photograph or creating the logo. Up to 255 characters.

Note: This element is not returned if the value is empty.

ImageCreditDisplay Boolean Whether the ImageCredit must be displayed with the image.
ImageExpiryDateTime DateTime When availability of the image expires.
ImageFormat ImageFormat Image file format: JPG or PNG.
ImageFormatId ImageFormatId Image format ID, which indicates the associated category, image format, and maximum dimensions.
ImageHorizontalResolution Integer Width of the image in pixels.
ImageId Integer Database ID of the image.
ImageOwner String Legal owner of the image.
ImageTitle String Television source the logo applies to.
ImageType ImageType Type of image. For channel logos, the type is Station Logo.
ImageUrl String URL to the image in less than 1024 characters.
ImageVerticalResolution Integer Height of the image in pixels.
LastUpdate DateTime When the image was last modified.
ObjectId Integer ID of the TV channel source that the logo applies to.
ObjectName String TV channel source that the logo applies to.
ObjectType ImageObjectType Type of object that the image applies to:
  • Credit — A person.
  • Program — A movie or TV program.
  • Source — A TV channel programming source.
ParentImageId Integer An ID that all of the files with the same image have in common.

XML Response Example

  <ImageGrid ImageUrl="http://actual-url-concealed.jpg" ImageId="263115" ImageTitle="C-SPAN" ImageCaption="Source Logo" ObjectId="442" ObjectName="Cable Satellite Public Affairs Network" ImageCreditDisplay="false" ImageType="Station Logo" ImageHorizontalResolution="640" ImageVerticalResolution="480" ImageFormatId="0" AspectRatio="4:3" ParentImageId="16814192">
       <ObjectType>Source</ObjectType>
       <ImageFormat xsi:nil="true"/>
       <ImageExpiryDateTime xsi:nil="true"/>
       <LastUpdate>2009-02-24T15:24:19.98Z</LastUpdate>
  </ImageGrid>

JSON Response Example

JSON responses are available from our REST TV Listings service.
     {
        "ImageUrl": "http:\/\/actual-url-concealed.jpg",
        "ImageId": "219",
        "ImageTitle": "NBC",
        "ImageCaption": "Source logo",
        "ObjectId": "11287",
        "ObjectName": "NBC; National Broadcast Company",
        "ImageCredit": "NBC",
        "ImageCreditDisplay": "",
        "ImageType": "Station Logo",
        "ImageHorizontalResolution": "",
        "ImageVerticalResolution": "",
        "ImageFormatId": "",
        "AspectRatio": "1:1",
        "ImageOwner": "NBC",
        "ParentImageId": "16777425"
        "ObjectType": "Source",
        "ImageFormat": "",
        "ImageExpiryDateTime": "",
        "LastUpdate": "2008-08-18T15:00:28.81Z",
     }
 
Personal tools