View all Strategy Measures by Parent
get
/api/restapi/strategyMeasure/parentCode
Send a request to this endpoint to view all strategy measures under parent with codes matching the code fields in query parameters.
Request
Query Parameters
-
measureName(required): string
The name of a measure.
This is a required field. -
workspaceCode(required): string
The user-specified identifier of a workspace.
This is a required field.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : List<ApiEntityStrategyMeasure>
Type:
array
Title:
Show Source
List<ApiEntityStrategyMeasure>
-
Array of:
object ApiEntityStrategyMeasure
Title:
ApiEntityStrategyMeasure
Nested 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.
204 Response
Successful operation with no content.
404 Response
The strategy measure does not exist, or you do not have access to it.