View a Strategy Measure
get
/api/restapi/strategyMeasure/{strategyMeasureId}
This endpoint returns strategy measures that meet the following requirements:
- The object has an ID that matches the value of the {strategyMeasureId} path parameter.
Request
Path Parameters
-
strategyMeasureId(required): integer(int64)
The system-generated identifier of a strategy measure.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : ApiEntityStrategyMeasure
Type:
object
Title:
Show Source
ApiEntityStrategyMeasure
-
enabledFlag: boolean
Indicates whether the strategy measure is enabled.
-
lastCalculatedDate: string
(date-time)
The date on which the strategy measure was last calculated.
-
link: string
(url)
The self-link to the object. This field is populated only in the responses generated by the batch create APIs.
-
measureId: integer
(int64)
The system-generated identifier of a measure.
-
strategyId: integer
(int64)
The system-generated identifier of a strategy.
-
strategyMeasureId: integer
(int64)
The system-generated identifier of a strategy measure.
-
updateDate: string
(date-time)
Date when the record was last updated.
404 Response
The strategy measure does not exist, or you do not have access to it.