[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.Service
Assembly:  QPulseWebServices (in QPulseWebServices.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
Capa[] GetCapas(
	string token,
	CapaQuery query
)

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

ExceptionCondition
ServiceFaultCode..::.AuthenticationFailedThe token provided could not be authenticated.
ServiceFaultCode..::.SessionInvalidThe Q-Pulse session was invalid.

See Also