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

This method is used to return a list of changed managed lists based on the managed list/last updated information supplied to it. Each changed list info returned will contain the new LastUpdated datetime

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

Syntax

C#
ManagedListLastUpdatedInfo[] GetChangedManagedLists(
	string token,
	ManagedListLastUpdatedInfo[] currentChangeList
)

Parameters

token
Type: System..::..String
The authentication token
currentChangeList
Type: array<QPulseWebServices.Contracts.Contracts.Data..::..ManagedListLastUpdatedInfo>[]()[][]
List of managed list items and last updated timestamps

Return Value

Changed lists and their last updated datetimes

Remarks

REST Availability: Supports HTTP POST

See Also