3.1.4.48 GetChanges2
This operation is called to retrieve change log entries in the specified term store partition or all term store partitions occurring after a specified time.<28>
-
<wsdl:operation name="GetChanges2"> <wsdl:input wsam:Action="http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges2" message="tns:IMetadataWebServiceApplication_GetChanges2_InputMessage"/> <wsdl:output wsam:Action="http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges2Response" message="tns:IMetadataWebServiceApplication_GetChanges2_OutputMessage"/> </wsdl:operation>
The change log entries are filtered to those that occurred after sinceTime.
If parameter rawPartitionId is not NULL, the change log entries pertain to the specified term store partition are returned. Otherwise, the entries from all term store partitions are returned.
If parameter termSetId is not NULL, the entries that pertain to the specified term set are returned. Otherwise, if parameter groupId is not NULL, the entries that pertain to the specified term set group are returned. Otherwise, all are returned.
The entries returned MUST be ordered by the time the change occurred in ascending order. Additionally, if either changedItemType or changedOperationType are specified and not set to 0 (Unknown), the entries are filtered to those that apply to the specified type of term store object or type of write operation, respectively.