Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - measureListItemType

Description

This type is used when returning a list of defined measures.

Properties

Name Type Occurrence Description
actual xs:decimal Optional The latest value for this measure. If the value is NULL then this element will not be present
application appNameType Optional The application this measure is associated with. This is only provided if there is no application filter applied
createdBy xs:string Required This is DEPRECATED and should not be used, USE createdByUserInfo INSTEAD Who created the measure.
createdByUserInfo accountBasicDetailsType Required Who created the measure.
createdOn xs:dateTime Required The date/time the measure was first created.
difference xs:decimal Required The change in value of “actual” from the previous value, this shows the last movement of the value.
highIsGood xs:boolean Required If this is set to ‘true’ then a value above or equal to the “threshold” value is good, if set to “false” then a value below or equal to the “threshold” value is good.
lastSampleTime xs:dateTime Required This is the date/time of the last sample taken.
measureFrequency measureFrequencyType Required Frequency at which the measure is taken.
measureId xs:unsignedInt Required The unique identifier of the measure.
scorecardLimit xs:unsignedInt Required The maximum number of values to show when displaying a scorecard.
sparklineLimit xs:unsignedInt Required The maximum number of points to use when sparkline.
status measureStatusType Required The current statis of this measure. If the status is ‘error’ then a descriptive error is provided in the statusError property.
statusError xs:string Optional If the status is set ot ‘error’ then this provides a description of the error that was encountered.
targetBreach xs:decimal Optional A measure can set a breach threshold in order to visualize good/bad status of the measure.
targetWarning xs:decimal Optional A measure can set a target warning level in order to visualize good/warning status of the measure.
timeZone xs:string Optional The Time Zone applied to this measure.
title xs:string Required Specify the name of the measure.
trendValue measureTrendValueType Optional
Array (0/∞)
The latest values for this measure, ordered in cronological order with the newest value appearing first
unitType measureValueUnitType Required The type of meaning the value of the measure has.
updatedBy xs:string Required This is DEPRECATED and should not be used, USE updatedByUserInfo INSTEAD Who last updated the measure.
updatedByUserInfo accountBasicDetailsType Required Who last updated the measure.
updatedOn xs:dateTime Required The date/time the measure was last changed.
In This Document