V9.Common:SourceFilter

Jump to: navigation, search

SourceFilter

Contains elements that specify which channels are returned as identified by source ID. Note: A single source may supply content to multiple channels.

Specify the source IDs of the channels you want to be returned in the Sources element. Then, if you wish, specify a filter that selects channels from that list or excludes channels from that list.

Elements

NameTypeDescription
Excludes Exclude [ ] of SourceAttributeType Attributes of channels to eliminate from the list of channels in the Sources element.
Include SourceAttributeType An attribute of the channels to include from the list of channels in the Sources element.
Sources SourceId [ ] The list of source IDs of the channels. Channels with these Source IDs are included in the result unless an Include or Excludes filter is applied to the list.

You can get the source IDs for channels from responses to the following requests:

XML Request Example

<lis:SourceFilter>
   <lis:Sources>
      <lis:SourceId>423</lis:SourceId>
      <lis:SourceId>1219</lis:SourceId>
      <lis:SourceId>6191</lis:SourceId>
      <lis:SourceId>8272</lis:SourceId>
      <lis:SourceId>8274</lis:SourceId>
      <lis:SourceId>8276</lis:SourceId>
      <lis:SourceId>8277</lis:SourceId>
      <lis:SourceId>8278</lis:SourceId>
      <lis:SourceId>8279</lis:SourceId>
      <lis:SourceId>8753</lis:SourceId>
      <lis:SourceId>10335</lis:SourceId>
      <lis:SourceId>10395</lis:SourceId>
      <lis:SourceId>10639</lis:SourceId>
      <lis:SourceId>12206</lis:SourceId>
      <lis:SourceId>12280</lis:SourceId>
      <lis:SourceId>12695</lis:SourceId>
      <lis:SourceId>15169</lis:SourceId>
      <lis:SourceId>16036</lis:SourceId>
      <lis:SourceId>16261</lis:SourceId>
      <lis:SourceId>17094</lis:SourceId>
      <lis:SourceId>17186</lis:SourceId>
      <lis:SourceId>18729</lis:SourceId>
      <lis:SourceId>18735</lis:SourceId>
      <lis:SourceId>18736</lis:SourceId>
      <lis:SourceId>18737</lis:SourceId>
      <lis:SourceId>18738</lis:SourceId>
      <lis:SourceId>20735</lis:SourceId>
      <lis:SourceId>27235</lis:SourceId>
      <lis:SourceId>60795</lis:SourceId>
   </lis:Sources>
   <lis:Excludes>
      <lis:Exclude>PPV</lis:Exclude>
   </lis:Excludes>
</lis:SourceFilter>
 
Personal tools