[This is preliminary documentation and is subject to change.]
Gets a list of ReportTypes that are supported by the Occurrence Module.
Namespace:
QPulseWebServices.Contracts.ServiceAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.0.590.81
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
| Exception | Condition |
|---|---|
| ServiceFaultCode..::.InvalidDatabase | The requested database either does not exist or is not available. |