3.1.4.7.2.1 GetChanges

The input data for the GetChanges WSDL operation.

 <xs:element name="GetChanges">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="rawPartitionId" nillable="true" xmlns:q25="http://schemas.microsoft.com/2003/10/Serialization/" type="q25:guid"/>
       <xs:element minOccurs="1" name="sinceTime" type="xs:dateTime"/>
       <xs:element minOccurs="0" name="groupId" nillable="true" type="xs:int"/>
       <xs:element minOccurs="0" name="termSetId" nillable="true" type="xs:int"/>
       <xs:element minOccurs="0" name="changedItemType" nillable="true" xmlns:q26="http://schemas.datacontract.org/2004/07/Microsoft.SharePoint.Taxonomy" type="q26:ChangedItemType"/>
       <xs:element minOccurs="0" name="changedOperationType" nillable="true" xmlns:q27="http://schemas.datacontract.org/2004/07/Microsoft.SharePoint.Taxonomy" type="q27:ChangedOperationType"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>

rawPartitionId: A GUID used to filter the current request.

sinceTime: The date and time value, in UTC, after which the changes that occurred are returned.

groupId: Term set group identifier.

termSetId: Term set identifier.

changedItemType: A filter of the type of term store object.

changedOperationType: A filter of the type of write operation.