View a Strategy Measure
get
/primeapi/restapi/strategyMeasure/{id}
This endpoint returns strategy measures that meet the following requirements:
- The object has an ID that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a strategy measure.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ApiEntityStrategyMeasure
Type:
Show Source
object
-
enabledFlag:
boolean
Indicates whether the strategy measure is enabled.
-
lastCalculatedDate(optional):
string(date-time)
The date on which the strategy measure was last calculated.
-
link(optional):
string(url)
Read Only:
true
-
measureId:
integer(int64)
The system-generated identifier of a measure.
-
strategyId:
integer(int64)
The system-generated identifier of a strategy.
-
strategyMeasureId(optional):
integer(int64)
The system-generated identifier of a strategy measure.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
404 Response
The strategy measure does not exist, or you do not have access to it.