View a Project Measure Value
get
/primeapi/restapi/projectMeasureValue/{id}
This endpoint returns a project measure value that meet the following requirements:
- The object has an ID that matches the value of the {id} path parameter.
Request
Path Parameters
-
id: integer(int64)
The system-generated identifier of a project.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ApiEntityProjectMeasureValue
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 expression value for the measure.
-
lastCalculatedDate(optional):
string(date-time)
The date on which the measure was last calculated.
-
link(optional):
string(url)
Read Only:
true
-
measureEntryType(optional):
string
Allowed Values:
[ "COMPUTE" ]
The type of a measure entry. -
measureId(optional):
integer(int64)
The unique identifier of a measure.
-
projectId(optional):
integer(int64)
The unique identifier of a project.
-
projectMeasureValueId(optional):
integer(int64)
The unique identifier of a project measure.
-
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.
-
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 project. Calculated as actual value minus target value.
-
varExpressionValue(optional):
number(double)
The expression value for the measure.
404 Response
The requested project measure value does not exist, or you do not have access to it.