[This is preliminary documentation and is subject to change.]

This method is used to return a list of changes for the managed list requested. We flag additions, updates and deletions

Namespace: QPulseWebServices.Contracts.Service
Assembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48

Syntax

C#
ManagedListChanges GetManagedListChanges(
	string token,
	ManagedListVersionInfo listVersionInfo
)

Parameters

token
Type: System..::..String
The authentication token
listVersionInfo
Type: QPulseWebServices.Contracts.Contracts.Data..::..ManagedListVersionInfo
Definition of managed list and list of item IDs and Versions to compare against current list of items

Return Value

Object containing added, updated and deleted items

Remarks

REST Availability: Supports HTTP POST

See Also