View a Monte Carlo Project Result
get
/api/restapi/monteCarloProjectResult/{monteCarloProjectResultId}
This endpoint returns Monte Carlo project results that meet the following requirements:
- The object has an ID that matches the value of the {monteCarloProjectResultId} path parameter.
Request
Path Parameters
-
monteCarloProjectResultId(required): integer(int64)
ID of MonteCarlo Project Result to be found.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : ApiEntityMonteCarloProjectResult
Type:
object
Title:
Show Source
ApiEntityMonteCarloProjectResult
-
deterministicDurationProbability: number
(double)
The probability of the project's remaining duration being less than or equal to the project remaining duration, calculated using fixed duration and date values.
-
deterministicFinishProbability: number
(double)
The probability of the project finishing on or before the deterministic finish date.
-
deterministicStartProbability: number
(double)
The probability of the project starting on or before the deterministic start date.
-
durationStdDeviation: number
(double)
How much the variation of remaining durations deviates from the calculated mean remaining duration.
-
durationVariance: number
Variance between project remaining hours in a Monte Carlo analysis result.
-
finishStdDeviation: number
(double)
How much the project finish dates deviate from the calculated mean finish date.
-
finishVariance: number
Variance between project finish dates in a Monte Carlo analysis result.
-
link: string
(url)
Read Only:
true
The self-link to the object. This field is populated only in the responses generated by the batch create APIs. -
maxDuration: number
(double)
The maximum project remaining duration sampled during the risk analysis.
-
maxFinishDate: string
(date-time)
The latest project finish date sampled during the risk analysis.
-
maxStartDate: string
(date-time)
The latest project start date sampled during the risk analysis.
-
meanDuration: number
(double)
The average project remaining duration sampled during risk analysis.
-
meanFinish: string
(date-time)
The average project finish date sampled during the risk analysis.
-
meanStart: string
(date-time)
The average project start date sampled during the risk analysis.
-
minDuration: number
(double)
The minimum project remaining duration sampled during the risk analysis.
-
minFinishDate: string
(date-time)
The earliest project finish date sampled during the risk analysis.
-
minStartDate: string
(date-time)
The earliest project start date sampled during the risk analysis.
-
monteCarloProjectResultFinancial:
monteCarloProjectResultFinancial
An object containing Monte Carlo project result financial fields in the form of key-value pairs.
-
monteCarloProjectResultId: integer
(int64)
The unique identifier of a project Monte Carlo analysis result.
-
monteCarloScenario: string
Allowed Values:
[ "PRE_MITIGATED", "POST_MITIGATED" ]
The type of risk analysis run on a project.- PRE_MITIGATED : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.
- POST_MITIGATED : A quantitative risk analysis that takes into account the impact of defined risk response plans.
-
optimisticDuration: number
(double)
The optimistic remaining duration calculated using the optimistic percentile.
-
optimisticFinishDate: string
(date-time)
The calculated project finish date that corresponds to the defined optimistic percentile.
-
optimisticStartDate: string
(date-time)
The calculated project start date that corresponds to the defined optimistic percentile.
-
p50Duration: number
(double)
The calculated median remaining duration.
-
p50FinishDate: string
(date-time)
The calculated project finish date that corresponds to the P50 or median percentile.
-
p50StartDate: string
(date-time)
The calculated project start date that corresponds to the P50 or median percentile.
-
pessimisticDuration: number
(double)
The pessimistic remaining duration calculated using the pessimistic percentile.
-
pessimisticDurationContingency: number
(double)
The difference between the project pessimistic percentile remaining duration and the project deterministic remaining duration.
-
pessimisticFinishContingency: number
(double)
The difference between the project pessimistic percentile finish date and the project deterministic finish date.
-
pessimisticFinishDate: string
(date-time)
The calculated project finish date that corresponds to the defined pessimistic percentile.
-
pessimisticStartContingency: number
(double)
The difference between the project pessimistic percentile start date and the project deterministic start date.
-
pessimisticStartDate: string
(date-time)
The calculated project start date that corresponds to the defined pessimistic percentile.
-
projectId: integer
(int64)
The unique identifier of a project.
-
removedItemId: integer
(int64)
The unique identifier of a removed Monte Carlo item.
-
removedItemType: string
Allowed Values:
[ "ACTIVITY_UNCERTAINTY", "NONE", "RISK" ]
The type of a removed item. -
startStdDeviation: number
(double)
How much the variation of project start dates deviate from the calculated mean start date.
-
startVariance: number
Variance between project start dates in a Monte Carlo analysis result.
-
totalMeanDelay: number
(double)
The average project delay duration sampled during the risk analysis.
Calculated as Mean Remaining Duration minus Project Remaining Duration. -
totalMeanDelayPercent: number
(double)
The average delay percentage of the remaining duration for the project.
Calculated as Project Mean Delay divided by Project Remaining Duration multiplied by 100. -
totalUncertaintyMeanDelay: number
(double)
The total uncertainty mean delay contained in a Monte Carlo analysis result.
-
updateDate: string
(date-time)
Read Only:
true
Date when the record was last updated.
Nested Schema : monteCarloProjectResultFinancial
An object containing Monte Carlo project result financial fields in the form of key-value pairs.
Match All
An object containing Monte Carlo project result financial fields in the form of key-value pairs.
Show Source
-
object
ApiEntityMonteCarloProjectResultFinancial
Title:
ApiEntityMonteCarloProjectResultFinancial
Nested Schema : ApiEntityMonteCarloProjectResultFinancial
Type:
object
Title:
Show Source
ApiEntityMonteCarloProjectResultFinancial
-
atCompletionCostStdDeviation: number
(double)
How much the distribution of sampled project costs deviates from the calculated mean project cost.
-
atCompletionCostVariance: number
The project at-completion cost variance.
-
costStdDeviation: number
(double)
How much the distribution of sampled project costs deviates from the calculated mean project cost.
-
costVariance: 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.
-
deterministicAtCompletionCostProbability: number
(double)
The probability of achieving the project deterministic at-completion cost.
-
deterministicCostProbability: number
(double)
The probability of achieving the project deterministic remaining cost.
-
link: string
(url)
Read Only:
true
The self-link to the object. This field is populated only in the responses generated by the batch create APIs. -
maxCost: number
(double)
The maximum project remaining cost sampled during the risk analysis.
-
maximumAtCompletionCost: number
(double)
The maximum project at-completion cost sampled during the risk analysis.
-
meanAtCompletionCost: number
(double)
The average project cost sampled during the risk analysis.
-
meanCost: number
(double)
The average project cost sampled during the risk analysis.
-
minCost: number
(double)
The minimum project remaining cost sampled during the risk analysis.
-
minimumAtCompletionCost: number
(double)
The minimum project at-completion cost sampled during the risk analysis.
-
monteCarloProjectResultId: integer
(int64)
The unique identifier of the cost of the result of a Monte Carlo project analysis.
-
optimisticAtCompletionCost: number
(double)
The optimistic at-completion cost sampled during the risk analysis.
-
optimisticCost: number
(double)
The optimistic remaining cost sampled during the risk analysis.
-
p50AtCompletionCost: number
(double)
The P50 or median at-completion cost sampled during the risk analysis.
-
p50Cost: number
(double)
The P50 or median remaining cost sampled during the risk analysis.
-
pessimisticAtCompletionCost: number
(double)
The pessimistic at-completion cost calculated using the pessimistic percentile.
-
pessimisticAtCompletionCostContingency: number
(double)
The difference between the project pessimistic at-completion cost and the project deterministic at-completion cost.
-
pessimisticCost: number
(double)
The pessimistic remaining cost calculated using the pessimistic percentile.
-
pessimisticCostContingency: number
(double)
The difference between the project pessimistic remaining cost and the project deterministic remaining cost.
-
totalAtCompletionMeanCostImpact: number
(double)
Mean cost increase of the project.
-
totalAtCompletionMeanCostImpactPercent: number
(double)
Percentage mean cost increase of the project.
-
totalMeanCostImpact: number
(double)
The estimated average project cost impact before implementing a response action.
-
totalMeanCostImpactPercent: number
(double)
The estimated average project cost impact before implementing a response action represented as a percent.
-
updateDate: string
(date-time)
Read Only:
true
Date when the record was last updated.
404 Response
The requested Monte Carlo project result does not exist, or you do not have access to it.