Rcs-eval/common/v2.1/availability

Jump to: navigation, search

Availability

Contains information about an item found in a custom catalog or upcoming schedule on a specific television service channel lineup.

Elements

NameTypeDescription
available_as available_as Type of content and ID of the item.
cosmosource integer Returned only for requests with an available-clu parameter, the ID of the source of the programming content on the channel the show will broadcast on. This is the channel Source ID identified in Rovi TV Listings. A single source may provide content to multiple channels.
end string For a request with an available-clu parameter, the UTC date and time the broadcast ends.

For a request with an available-3pp parameter, the UTC date and time the item will no longer be available for viewing.

format string Format of the item.
source string The value requested with the available-clu or available-3pp parameter.
start string For a request with an available-clu parameter, the UTC date and time the broadcast begins.

For a request with an available-3pp parameter, the UTC date and time the item became available for viewing.

JSON Response Example

Here's an availability response for a request with an available-3pp parameter.
{
   "source":"3PP_500",
   "format":"unknown",
   "available_as":{
      "id":12559260,
      "type":"CosmoIdProgram"
   },
   "start":"19700101000000+0000",
   "end":"20500101181021+0000"
}

JSON Response Example 2

Here's an availability response for a request with an available-clu parameter.
{
   "cosmosource":12013,
   "source":"CLU_63612",
   "format":"unknown",
   "available_as":{
      "id":2076,
      "type":"CosmoIdProgram"
   },
   "start":"20111120220000+0000",
   "end":"20111121000000+0000"
}
 
Personal tools