View a Project Measure Value by Project
get
/primeapi/restapi/projectMeasureValue/project/{projectId}
This endpoint returns a project measure value that meet the following requirements:
- The object belongs to a project with an ID value that matches the value of the {projectId} path parameter.
Request
Path Parameters
-
projectId: integer(int64)
The system-generated identifier of a project.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested 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.
204 Response
Successful operation with no content.
404 Response
The requested project measure value does not exist, or you do not have access to it.