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

Gets a list of DataFields that are supported by the Occurrence module

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

Syntax

C#
DataField[] GetDataFields(
	string databaseName,
	string showArchived
)

Parameters

databaseName
Type: System..::.String
The name of the database in which the report type can be found.
showArchived
Type: System..::.String
Indicates whether we want to return archived data fields in the result set

Return Value

An array of DataFields.

Remarks

REST Availability: Supports HTTP GET

Examples

HTTP GET Uri Format: "GetDataFields/{databaseName}/{showArchived}"

See Also