3.1.4.6.2.1 GetFeeds

The GetFeeds element specifies the input data for the GetFeeds WSDL operation.

 <xs:element name="GetFeeds" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexType>
     <xs:sequence>
       <xs:element xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" minOccurs="0" name="callerID" type="ser:guid"/>
       <xs:element xmlns:q1="http://Microsoft/Office/Server/FeedCache" minOccurs="0" name="requestingEntity" nillable="true" type="q1:E"/>
       <xs:element xmlns:q1="http://Microsoft/Office/Server/FeedCache" minOccurs="0" name="entityNewerThanPair" nillable="true" type="q1:ArrayOfEDT"/>
       <xs:element minOccurs="0" name="maxItemsPerEntity" type="xs:int"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

callerID:  The identifier for the protocol client. This value MUST NOT be null or empty.

requestingEntity: The feed entity on behalf of which this call is being made.

entityNewerThanPair: A sequence of pairs of feed entity and a date time value. The operation MUST NOT return feed entries for this feed entity having a modified time older than this date time.

maxItemsPerEntity: An integer specifying the maximum number of feed entries to return for a given feed entity. The "M" element in the response is also set to this value.