[This is preliminary documentation and is subject to change.]
Enables a user to search for Capa records.
This method is an alternative to GetCapaIDs(). Where GetCapaIDs() returns only the Capa record Numbers, GetCapas() returns full descriptions of found records.
Namespace:
QPulseWebServices.Contracts.ServiceAssembly: QPulseWebServices (in QPulseWebServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- token
- Type: System..::.String
An authentication token previously requested from the Core service.
- query
- Type: QPulseWebServices.Contracts.Data..::.CapaQuery
The query against which to search for Capa records.
Return Value
An array of Capa records
Exceptions
| Exception | Condition |
|---|---|
| ServiceFaultCode..::.AuthenticationFailed | The token provided could not be authenticated. |
| ServiceFaultCode..::.SessionInvalid | The Q-Pulse session was invalid. |