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

Gets a list of ReportTypes that are supported by the Occurrence Module.

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

Syntax

C#
ManagedList ListAvailableReportTypes(
	string databaseName
)

Parameters

databaseName
Type: System..::.String
The name of the database

Return Value

A list of ReportTypes that are supported by the Occurrence Module.

Remarks

REST Availability: Supports HTTP GET

Examples

HTTP GET Uri Format: "ListAvailableReportTypes/{databaseName}"

Exceptions

ExceptionCondition
ServiceFaultCode..::.InvalidDatabaseThe requested database either does not exist or is not available.

See Also