View a Strategy Measure Value Trend

get

/api/restapi/strategyMeasureValue/strategyMeasureSpread/measure/{measureId}/strategy/{strategyId}

This endpoint returns strategy measure trends that meet the following requirements:
  • The object has an ID that matches the value of the {measureId} path parameter.
  • The object has an ID 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 : ApiEntityMeasureSpreadItem
Type: object
Title: ApiEntityMeasureSpreadItem
Show Source
  • The end date time for the last strategy measure's actual/target value present in the system.
  • The strategy measure ID for the spread of measure data to be retrieved.
  • periods
    A list of all the measure spread periods that exist based on the default tracking frequency and the start and end of strategy measure values present in the system.
  • The start date time for the earliest strategy measure's actual/target value present in the system.
Nested Schema : periods
Type: array
A list of all the measure spread periods that exist based on the default tracking frequency and the start and end of strategy measure values present in the system.
Show Source
Nested Schema : ApiEntityMeasureSpreadPeriod
Type: object
Title: ApiEntityMeasureSpreadPeriod
Show Source

204 Response

Successful operation with no content.

404 Response

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