View Monte Carlo Activity Deterministic Values by Activity and Scenario
get
/primeapi/restapi/monteCarloActivityDeterministicValues/activity/{activityId}/scenario/{scenario}
This endpoint returns monte carlo activity deterministic values that meet the following requirements:
- The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.
- The object was run under a scenario that matches the value of the {scenario} path parameter.
Request
Path Parameters
-
activityId: integer(int64)
Activity ID of which MonteCarlo Activity Deterministic Value has to be returned.
-
scenario: string
Monte Carlo ScenarioAllowed Values:
[ "PREMITIGATED", "POSTMITIGATED", "BOTH" ]
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested 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
204 Response
Successful operation with no content.
404 Response
The requested monte carlo activity deterministic value does not exist, or you do not have access to it.