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

Enables searching for items within managed lists within QPulse

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

Syntax

C#
ManagedList SearchManagedList(
	string token,
	ManagedListType type,
	string searchString
)

Parameters

token
Type: System..::..String
An authentication token previously requested from the Core service.
type
Type: QPulseWebServices.Contracts.Data..::..ManagedListType
The type of List requested.
searchString
Type: System..::..String
A search string used to filter the managed list items on the server.

Return Value

A list of items of the requested type that contain the specified substring.

Remarks

REST Availability: Supports HTTP POST

Exceptions

ExceptionCondition
ServiceFaultCode..::..AuthenticationFailedThe token provided could not be authenticated.
ServiceFaultCode..::..SessionInvalidThe Q-Pulse session was invalid.
ServiceFaultCode..::..OperationNotSupportedThe requested list type could not be resolved

See Also