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

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityStrategyMeasure>
Type: array
Title: List<ApiEntityStrategyMeasure>
Show Source
  • ApiEntityStrategyMeasure
    Title: ApiEntityStrategyMeasure
    This entity represents a StrategyMeasure object, a unique StrategyMeasure object can be identified by the following combinations of the fields.
    • strategyMeasureId
Nested Schema : ApiEntityStrategyMeasure
Type: object
Title: ApiEntityStrategyMeasure
This entity represents a StrategyMeasure object, a unique StrategyMeasure object can be identified by the following combinations of the fields.
  • strategyMeasureId
Show Source

204 Response

Successful operation with no content.

404 Response

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