View all Strategy Measure Values by Strategy

get

/api/restapi/strategy/measureValue/strategy/{strategyId}

This endpoint returns strategies that meet the following requirements:
  • The object is associated with a strategy with an ID value that matches the value of the {strategyId} 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 : ApiEntityStrategyMeasureResponse
Type: object
Title: ApiEntityStrategyMeasureResponse
Show Source
Nested Schema : measureValues
Type: array
The value of a measure.
Show Source
  • ApiEntityStrategyMeasureValue
    Title: ApiEntityStrategyMeasureValue
    This entity represents a StrategyMeasureValue object, a unique StrategyMeasureValue object can be identified by the following combinations of the fields.
    • strategyMeasureValueId
Nested Schema : strategy
A strategy object.
Match All
Show Source
  • ApiEntityStrategy
    Title: ApiEntityStrategy
    This entity represents a Strategy object, a unique Strategy object can be identified by the following combinations of the fields.
    • strategyId
    • strategyName,workspaceId
    • strategyName,workspaceCode
Nested Schema : ApiEntityStrategyMeasureValue
Type: object
Title: ApiEntityStrategyMeasureValue
This entity represents a StrategyMeasureValue object, a unique StrategyMeasureValue object can be identified by the following combinations of the fields.
  • strategyMeasureValueId
Show Source
Nested Schema : ApiEntityStrategy
Type: object
Title: ApiEntityStrategy
This entity represents a Strategy object, a unique Strategy object can be identified by the following combinations of the fields.
  • strategyId
  • strategyName,workspaceId
  • strategyName,workspaceCode
Show Source
Nested Schema : codeValuesStrategy
Type: array
The list of code values for a strategy. This entity can only be used to assign codeValues or create codeValues on the fly.
Show Source
Nested Schema : configuredFields
Type: array
The list of configured fields for a strategy.
Show Source
Nested Schema : ApiEntityCodeValueStrategy
Type: object
Title: ApiEntityCodeValueStrategy
Show Source
Nested Schema : ApiEntityStrategyConfiguredFieldValue
Type: object
Title: ApiEntityStrategyConfiguredFieldValue
Show Source

404 Response

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