View a Project Measure Value by Measure
get
/primeapi/restapi/portfolioMeasureValue/measure/{measureId}
This endpoint returns portfolio measure 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 : ApiEntityPortfolioMeasureValue
Type:
Show Source
object
-
actualBaseValue(optional):
number(double)
The base actual value for the measure.
-
actualDerivedValue(optional):
number(double)
The actual value for the measure.
-
actualExpressionValue(optional):
number(double)
The actual value for the measure.
If the measure is set manually, the current period's actual value displays. -
capitalPortfolioId(optional):
integer(int64)
The unique identifier of a portfolio.
-
entryType(optional):
string
Allowed Values:
[ "COMPUTE" ]
The type of a measure entry. -
lastCalculatedDate(optional):
string(date-time)
The date on which a measure was last calculated.
-
link(optional):
string(url)
Read Only:
true
-
measureId(optional):
integer(int64)
The unique identifier of a measure.
-
portfolioMeasureValueId(optional):
integer(int64)
The unique identifier of a portfolio.
-
targetBaseValue(optional):
number(double)
The base target value for a measure.
-
targetDerivedValue(optional):
number(double)
The target value for the measure.
-
targetExpressionValue(optional):
number(double)
The target value for the measure.
If the measure is set manually, the current period's target value displays. -
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. -
varBaseValue(optional):
number(double)
The variance for a measure base value associated with a portfolio.
-
varDerivedValue(optional):
number(double)
The variance for a measure value associated with a portfolio. Calculated as actual value minus target value.
-
varExpressionValue(optional):
number(double)
The expression value for the measure.
204 Response
Successful operation with no content.
404 Response
The portfolio measure value does not exist, or you do not have access to it.