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

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