View a Measure Threshold by Measure

get

/api/restapi/measureThreshold/measure/{measureId}

This endpoint returns measure thresholds that meet the following requirements:
  • The object is associated with a measure with an ID value that matches the value of the {measureId} path parameter.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityMeasureThreshold>
Type: array
Title: List<ApiEntityMeasureThreshold>
Show Source
Nested Schema : ApiEntityMeasureThreshold
Type: object
Title: ApiEntityMeasureThreshold
Show Source
Nested Schema : measureThresholdItems
Type: array
The items that define the threshold for the measure.
Show Source
Nested Schema : ApiEntityMeasureThresholdItem
Type: object
Title: ApiEntityMeasureThresholdItem
Show Source
  • Maximum Length: 20
    The color representation of the threshold state.
  • Allowed Values: [ "THREE_D", "CHECK", "CIRCLE", "CONTENT", "CORRECT", "DIAMOND", "ERROR", "EXCLAMATION", "FLAG", "HAPPY", "OK", "POP_UP", "SAD", "SQUARE", "STAR", "TARGET", "TRIANGLE", "WARNING", "X" ]
    The pictorial representation of the threshold state.
  • The unique identifier of a threshold.
  • Allowed Values: [ "EQUALS", "GREATER_THAN", "GREATER_THAN_EQUALS", "LESS_THAN_EQUALS", "NOT_EQUALS", "LESS_THAN", "BETWEEN", "NOT_BETWEEN" ]
    The logical operator for the threshold used for measuring values.
  • High Value enables you to set a maximum value other threshold values can be measured against.
    The High Value is only editable if Value is selected and the threshold operator is set to "within range" or "not within range".
  • The measurement used for the threshold range.
  • The unique identifier of a threshold item.
  • Date when the record was last updated.

204 Response

Successful operation with no content.

404 Response

The requested measure threshold does not exist, or you do not have access to it.
Back to Top