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

Gets a list of DataFields supported for a given report type.

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

Syntax

C#
DataField[] GetDataFieldsForReportType(
	string reportTypeName,
	string databaseName
)

Parameters

reportTypeName
Type: System..::.String
The name of the Report Type requested - string parameter type required for REST UriTemplate.
databaseName
Type: System..::.String
The name of the database in which the report type can be found.

Return Value

An array of DataFields.

Remarks

REST Availability: Supports HTTP GET

Examples

HTTP GET Uri Format: "GetDataFieldsForReportType/{databaseName}/{reportTypeName}"

See Also