View Monte Carlo Activity Result
get
/api/restapi/monteCarloActivityResult/{monteCarloActivityResultId}
This endpoint returns Monte Carlo activities that meet the following requirements:
- The object has an ID that matches the value of the {monteCarloActivityResultId} path parameter.
Request
Path Parameters
-
monteCarloActivityResultId(required): integer(int64)
The system-generated identifier of a Monte Carlo activity result.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : ApiEntityMonteCarloActivityResult
Type:
object
Title:
Show Source
ApiEntityMonteCarloActivityResult
-
activityId: integer
(int64)
The unique identifier of an activity.
-
activityStatus: string
Allowed Values:
[ "NOT_STARTED", "IN_PROGRESS", "COMPLETED" ]
Activity Status. -
criticalIndex: number
(double)
During risk analysis, tasks can join or leave the critical path. The criticality index expresses as a percentage, how often a particular task was on the critical path during the analysis.
-
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.
-
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.
-
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.
-
monteCarloActivityResultFinancial:
monteCarloActivityResultFinancial
An object containing the associated financial fields.
-
monteCarloActivityResultId: integer
(int64)
The unique identifier of an activity result.
-
monteCarloActivityRiskResults: array
monteCarloActivityRiskResults
List of associated activity risk results.
-
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 activity finish date that corresponds to the defined optimistic percentile on the risk analysis histogram.
-
optimisticStartDate: string
(date-time)
The calculated activity start date that corresponds to the defined optimistic percentile on the risk analysis histogram.
-
p50Duration: number
(double)
The calculated median remaining duration.
-
p50FinishDate: string
(date-time)
The calculated activity finish date that corresponds to the median percentile on the risk analysis histogram.
-
p50StartDate: string
(date-time)
The calculated activity start date that corresponds to the median percentile on the risk analysis histogram.
-
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 activity start date that corresponds to the defined pessimistic percentile on the risk analysis histogram.
-
projectId: integer
(int64)
The unique identifier of a project.
-
totalMeanDelay: number
(double)
Activity uncertainty Total Delay Contribution for an activity averaged over total number of iterations in the analysis.
-
uncertaintyMeanDelay: number
(double)
The estimated average project delay duration before implementing a response action.
-
updateDate: string
(date-time)
Read Only:
true
Date when the record was last updated.
Nested Schema : monteCarloActivityResultFinancial
An object containing the associated financial fields.
Match All
An object containing the associated financial fields.
Show Source
-
object
ApiEntityMonteCarloActivityResultFinancial
Title:
ApiEntityMonteCarloActivityResultFinancial
Nested Schema : monteCarloActivityRiskResults
Type:
array
List of associated activity risk results.
Show Source
-
Array of:
object ApiEntityMonteCarloActivityRiskResult
Title:
ApiEntityMonteCarloActivityRiskResult
Nested Schema : ApiEntityMonteCarloActivityResultFinancial
Type:
object
Title:
Show Source
ApiEntityMonteCarloActivityResultFinancial
-
deterministicAtCompletionCostProbability: number
(double)
The probability of achieving the 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 at-completion cost sampled during the risk analysis.
-
minCost: number
(double)
The minimum project remaining cost sampled during the risk analysis.
-
minimumAtCompletionCost: number
(double)
The minimum at-completion cost sampled during the risk analysis.
-
monteCarloActivityResultId: integer
(int64)
The unique identifier of an activity result cost entity.
-
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 pessimistic at-completion cost and the 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)
The total amount the activity contributes to the project total mean at-completion cost
-
totalMeanCostImpact: number
(double)
The estimated average project cost impact before implementing a response action.
-
updateDate: string
(date-time)
Read Only:
true
Date when the record was last updated.
Nested Schema : ApiEntityMonteCarloActivityRiskResult
Type:
object
Title:
Show Source
ApiEntityMonteCarloActivityRiskResult
-
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. -
meanDelay: number
(double)
Estimated average project delay duration before implementing a response action.
-
monteCarloActivityResultId: integer
(int64)
The unique identifier of a Monte Carlo risk result.
-
monteCarloActivityRiskResultFinancial:
monteCarloActivityRiskResultFinancial
The financial data associated with the activity risk result.
-
monteCarloActivityRiskResultId: integer
(int64)
The unique identifier of a risk result.
-
projectRiskId: integer
(int64)
The unique identifier of a project to which a risk is assigned.
-
updateDate: string
(date-time)
Read Only:
true
Date when the record was last updated.
Nested Schema : monteCarloActivityRiskResultFinancial
The financial data associated with the activity risk result.
Match All
The financial data associated with the activity risk result.
Show Source
-
object
ApiEntityMonteCarloActivityRiskResultFinancial
Title:
ApiEntityMonteCarloActivityRiskResultFinancial
Nested Schema : ApiEntityMonteCarloActivityRiskResultFinancial
Type:
object
Title:
Show Source
ApiEntityMonteCarloActivityRiskResultFinancial
-
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. -
meanCostImpact: number
(double)
The estimated average project cost impact before implementing a response action.
-
monteCarloActivityRiskResultId: integer
(int64)
The unique identifier of an activity risk result.
-
updateDate: string
(date-time)
Read Only:
true
Date when the record was last updated.
404 Response
The requested Monte Carlo activity result does not exist, or you do not have access to it.