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

Exposes a list of items for use in completing forms within QPulse

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

Syntax

C#
ManagedList GetManagedList(
	string token,
	ManagedListType type
)

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.

Return Value

A list of items of the requested type.

Remarks

REST Availability: Supports HTTP POST

Exceptions

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

See Also