What does this number represent from MCWS? For example, when I do this:
/MCWS/v1/Television/GetRecordingSchedule?RangeInHours=8
I get back something like this:
<Item Name="NumberRecordings">5</Item>
<Item Name="ProgKey0">1679130</Item>
<Item Name="ChannelKey0">1501917</Item>
<Item Name="RecordingID0">455455222</Item>
<Item Name="StartTime0">11/22/2015 9:59 am</Item>
<Item Name="Duration0">14459</Item>
<Item Name="ProgName0">Football</Item>
<Item Name="Description0">
Washington (4-5) at Carolina (9-0). Both of these teams are coming off season-best efforts as the Redskins gained 526 yards vs. the Saints while Carolina allowed just 242 vs. the Titans. Tight ends Jordan Reed (6 TDs) and Greg Olsen (5) are key targets.
</Item>
<Item Name="Status0">
Part of a subscription, but the recording has been canceled.
</Item>
<Item Name="TypeOfRecording0">Canceled</Item>
<Item Name="IsRecordingNow0">0</Item>
What is, or how do I look up, 1501917 to know that it's my channel named "2-1 FOX"? Thanks!