View all Strategy Measure Manual Value Date Sequences

get

/api/restapi/strategyMeasureManualValue/dateSequenceRange/measure/{measureId}

This endpoint returns date sequence ranges for strategy measure manual values that meet the following requirements:
  • The object has an ID that matches the value of the {measureId} 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 : List<ApiEntityStrategyMeasureValueXReference>
Type: array
Title: List<ApiEntityStrategyMeasureValueXReference>
Show Source
Nested Schema : ApiEntityStrategyMeasureValueXReference
Type: object
Title: ApiEntityStrategyMeasureValueXReference
Show Source

204 Response

Successful operation with no content.

404 Response

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