[This is preliminary documentation and is subject to change.]
Exposes a list of items for use in completing forms within QPulse
Namespace:
QPulseWebServices.Contracts.ServiceAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.580.15
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
| Exception | Condition |
|---|---|
| ServiceFaultCode..::.AuthenticationFailed | The token provided could not be authenticated. |
| ServiceFaultCode..::.SessionInvalid | The Q-Pulse session was invalid. |
| ServiceFaultCode..::.ReferenceListTypeNotFound | The requested list type could not be resolved |