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

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