View a Portfolio Measure Manual Value by Measure
get
/primeapi/restapi/portfolioMeasureManualValue/measure/{measureId}
This endpoint returns portfolio measure manual values that meet the following requirements:
- The object is associated with a measure with an ID value that matches the value of the {measureId} path parameter.
Request
Path Parameters
-
measureId: integer(int64)
The system-generated identifier of a measure.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityPortfolioMeasureManualValue
Type:
Show Source
object
-
actualValue:
number(double)
The actual value for the measure.
-
beginDate:
string(date-time)
The start date of a portfolio.
-
capitalPortfolioId:
integer(int64)
The unique identifier of a portfolio.
-
endDate:
string(date-time)
The end date of the portfolio.
-
link(optional):
string(url)
Read Only:
true
-
measureId:
integer(int64)
The unique identifier of a measure.
-
portfolioMeasureValueXReferenceId(optional):
integer(int64)
The unique identifier of a portfolio.
-
targetValue:
number(double)
The target value for the 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. -
varValue:
number(double)
The variance of a portfolio.
204 Response
Successful operation with no content.
404 Response
The requested portfolio measure manual value does not exist, or you do not have access to it.