Vorheriges Thema: GetMetricTypes

Nächstes Thema: GetMetricSectionsByType

GetMetricMainIndicatorTypes

Description

This method gets a list of all metric main indicator types in the system for which the name matches the search string.

Syntax

EntityListData GetMetricMainIndicatorTypes (string searchText);

Parameters

Name

Type

Description

searchText

string

The text to search for.

The search string is optional and may be left empty. If used, it may contain an asterisk as a wildcard for the search.

Return Value

The IDs and names of the system's metric main indicator types, as type EntityListData.

Remarks

The metric’s main indicator type indicates the entity that the metric is associated with.

Currently there are two options: either the metric is associated with a specific service component, or it is associated with its parent contract entity.

An EntityListData object is returned as a collection of EntityListItemData items, which contains both the name and ID of every object.