[This is preliminary documentation and is subject to change.]
Enables searching for items within managed lists within QPulse
Namespace: QPulseWebServices.Contracts.ServiceAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48
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
| Exception | Condition |
|---|---|
| ServiceFaultCode..::..AuthenticationFailed | The token provided could not be authenticated. |
| ServiceFaultCode..::..SessionInvalid | The Q-Pulse session was invalid. |
| ServiceFaultCode..::..OperationNotSupported | The requested list type could not be resolved |