View a Monte Carlo Project Result by Project and Scenario
get
/primeapi/restapi/monteCarloProjectResult/project/{projectId}/scenario/{scenario}
This endpoint returns a monte carlo project results that meet the following requirements:
- The object has a project with an ID value that matches the value of the {projectId} path parameter.
- The object was run under a scenario that matches the value of the {scenario} path parameter.
Request
Path Parameters
-
projectId: integer(int64)
Project ID of which MonteCarlo Project Result 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 : ApiEntityMonteCarloProjectResult
Type:
Show Source
object
-
deterministicDurationProbability(optional):
object Percent
-
deterministicFinishProbability(optional):
object Percent
-
deterministicStartProbability(optional):
object Percent
-
durationStdDeviation(optional):
number(double)
How much the variation of remaining durations deviates from the calculated mean remaining duration.
-
durationVariance(optional):
number
Variance between project remaining hours in a Monte Carlo analysis result.
-
finishStdDeviation(optional):
number(double)
How much the project finish dates deviate from the calculated mean finish date.
-
finishVariance(optional):
number
Variance between project finish dates in a Monte Carlo analysis result.
-
link(optional):
string(url)
Read Only:
true
-
maxDuration(optional):
object Duration
-
maxFinishDate(optional):
string(date-time)
The latest project finish date sampled during the risk analysis.
-
maxStartDate(optional):
string(date-time)
The latest project start date sampled during the risk analysis.
-
meanDuration(optional):
object Duration
-
meanFinish(optional):
string(date-time)
The average project finish date sampled during the risk analysis.
-
meanStart(optional):
string(date-time)
The average project start date sampled during the risk analysis.
-
minDuration(optional):
object Duration
-
minFinishDate(optional):
string(date-time)
The earliest project finish date sampled during the risk analysis.
-
minStartDate(optional):
string(date-time)
The earliest project start date sampled during the risk analysis.
-
monteCarloProjectResultFinancial(optional):
object ApiEntityMonteCarloProjectResultFinancial
-
monteCarloProjectResultId(optional):
integer(int64)
The unique identifier of a project Monte Carlo analysis result.
-
monteCarloScenario(optional):
string
Allowed Values:
[ "PRE_MITIGATED", "POST_MITIGATED", "BOTH" ]
The type of risk analysis scenario run on the project.
Pre-Response: A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.
Post-Response: A quantitative risk analysis that takes into account the impact of defined risk response plans.
Pre- and Post-Response: A quantitative risk analysis that uses both scenarios. -
optimisticDuration(optional):
object Duration
-
optimisticFinishDate(optional):
string(date-time)
The calculated project finish date that corresponds to the defined optimistic percentile.
-
optimisticStartDate(optional):
string(date-time)
The calculated project start date that corresponds to the defined optimistic percentile.
-
p50Duration(optional):
object Duration
-
p50FinishDate(optional):
string(date-time)
The calculated project finish date that corresponds to the P50 or median percentile.
-
p50StartDate(optional):
string(date-time)
The calculated project start date that corresponds to the P50 or median percentile.
-
pessimisticDuration(optional):
object Duration
-
pessimisticDurationContingency(optional):
object Duration
-
pessimisticFinishContingency(optional):
object Duration
-
pessimisticFinishDate(optional):
string(date-time)
The calculated project finish date that corresponds to the defined pessimistic percentile.
-
pessimisticStartContingency(optional):
object Duration
-
pessimisticStartDate(optional):
string(date-time)
The calculated project start date that corresponds to the defined pessimistic percentile.
-
projectId(optional):
integer(int64)
The unique identifier of a project.
-
removedItemId(optional):
integer(int64)
The unique identifier of a removed Monte Carlo item.
-
removedItemType(optional):
string
Allowed Values:
[ "NONE", "ACTIVITY", "RISK", "MEAN_IMPACTED_RISK", "COST" ]
The type of a removed item. -
startStdDeviation(optional):
number(double)
How much the variation of project start dates deviate from the calculated mean start date.
-
startVariance(optional):
number
Variance between project start dates in a Monte Carlo analysis result.
-
totalMeanDelay(optional):
object Duration
-
totalMeanDelayPercent(optional):
object Percent
-
totalUncertaintyMeanDelay(optional):
object Duration
-
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 : ApiEntityMonteCarloProjectResultFinancial
Type:
Show Source
object
-
costStdDeviation(optional):
number(double)
How much the distribution of sampled project costs deviates from the calculated mean project cost.
-
costVariance(optional):
number
The measure of project cost performance sampled during a risk analysis. It is calculated as the difference between the project's actual cost and the planned cost.
-
deterministicCostProbability(optional):
object Percent
-
link(optional):
string(url)
Read Only:
true
-
maxCost(optional):
object Cost
-
meanCost(optional):
object Cost
-
minCost(optional):
object Cost
-
monteCarloProjectResultId(optional):
integer(int64)
The unique identifier of the cost of the result of a Monte Carlo project analysis.
-
optimisticCost(optional):
object Cost
-
p50Cost(optional):
object Cost
-
pessimisticCost(optional):
object Cost
-
pessimisticCostContingency(optional):
object Cost
-
totalMeanCostImpact(optional):
object Cost
-
totalMeanCostImpactPercent(optional):
object Percent
-
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 project result does not exist, or you do not have access to it.