View Monte Carlo Activity Deterministic Values
get
/primeapi/restapi/monteCarloActivityDeterministicValues/{id}
This endpoint returns monte carlo activity deterministic values 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)
ID of MonteCarlo Activity Deterministic Value to be found.
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ApiEntityMonteCarloActivityDeterministicValues
Type:
Show Source
object
-
activityId(optional):
integer(int64)
The unique identifier of an activity.
-
activityStatus(optional):
string
Allowed Values:
[ "NOT_STARTED", "IN_PROGRESS", "COMPLETED" ]
The status of an activity. -
finishDate(optional):
string(date-time)
The activity finish date calculated using fixed activity dates and durations without taking into account the impact of risks and activity uncertainty on the project schedule.
-
link(optional):
string(url)
Read Only:
true
-
monteCarloActivityDeterministicFinancialValues(optional):
object ApiEntityMonteCarloActivityDeterministicFinancialValues
-
monteCarloActivityDeterministicValuesId(optional):
integer(int64)
The unique identifier of a Monte Carlo deterministic activity analysis.
-
monteCarloScenario(optional):
string
Allowed Values:
[ "PRE_MITIGATED", "POST_MITIGATED", "BOTH" ]
The type of a risk scenario. -
projectId(optional):
integer(int64)
The unique identifier of a project.
-
remainingDuration(optional):
object Duration
-
startDate(optional):
string(date-time)
The activity start date calculated using fixed activity dates and durations without taking into account the impact of risks and activity uncertainty on the project schedule.
-
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.
Nested Schema : ApiEntityMonteCarloActivityDeterministicFinancialValues
Type:
Show Source
object
-
link(optional):
string(url)
Read Only:
true
-
monteCarloActivityDeterministicId(optional):
integer(int64)
-
monteCarloActivityDeterministicValuesId(optional):
integer(int64)
The unique identifier of an activity deterministic cost.
-
remainingCost(optional):
object Cost
-
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.
Nested Schema : Cost
Type:
object
404 Response
The requested monte carlo activity deterministic value does not exist, or you do not have access to it.