View a Monte Carlo Project Delta
get
/api/restapi/monteCarloProjectDelta/{monteCarloProjectDeltaId}
This endpoint returns Monte Carlo project deltas that meet the following requirements:
- The object has an ID that matches the value of the {monteCarloProjectDeltaId} path parameter.
Request
Path Parameters
-
monteCarloProjectDeltaId(required): integer(int64)
ID of MonteCarlo Project Delta 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 : ApiEntityMonteCarloProjectDelta
Type:
object
Title:
Show Source
ApiEntityMonteCarloProjectDelta
-
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. -
monteCarloDeltaScenario: string
Allowed Values:
[ "ORG_PRE_TO_ORG_POST", "ORG_PRE_TO_SENS_PRE", "ORG_POST_TO_SENS_POST", "PRE_MEAN_IMPACTED", "POST_MEAN_IMPACTED" ]
The type of the risk analysis scenario. -
monteCarloProjectDeltaFinancial:
monteCarloProjectDeltaFinancial
An object containing Monte Carlo project delta financial fields in the form of key-value pairs.
-
monteCarloProjectDeltaId: integer
(int64)
The system-generated identifier of the project delta.
-
pessimisticDurationDeltaAbs: number
(double)
The duration difference between the Pre-Response and Post-Response remaining duration values.
-
pessimisticDurationDeltaPct: number
(double)
The percentage difference between the Pre-Response and Post-Response remaining duration values.
-
pessimisticFinishDeltaAbs: number
(double)
The duration difference between the pre-response and post-response pessimistic finish dates.
-
pessimisticFinishDeltaPct: number
(double)
Duration of difference between the pre-response and post-response pessimistic finish dates represented as a percentage.
-
pessimisticStartDeltaAbs: number
(double)
The duration difference between the pre-response and post-response pessimistic start date values.
-
pessimisticStartDeltaPct: number
(double)
Duration of difference between the pre-response and post-response pessimistic start date values represented as a percentage.
-
projectId: integer
(int64)
The system-generated identifier of the project.
-
removedItemId: integer
(int64)
The system-generated identifier of the removed object.
-
removedItemType: string
Allowed Values:
[ "ACTIVITY_UNCERTAINTY", "NONE", "RISK" ]
Type of removed item. -
updateDate: string
(date-time)
Read Only:
true
Date when the record was last updated.
Nested Schema : monteCarloProjectDeltaFinancial
An object containing Monte Carlo project delta financial fields in the form of key-value pairs.
Match All
An object containing Monte Carlo project delta financial fields in the form of key-value pairs.
Show Source
-
object
ApiEntityMonteCarloProjectDeltaFinancial
Title:
ApiEntityMonteCarloProjectDeltaFinancial
Nested Schema : ApiEntityMonteCarloProjectDeltaFinancial
Type:
object
Title:
Show Source
ApiEntityMonteCarloProjectDeltaFinancial
-
atCompletionPessimisticCostDeltaAbs: number
(double)
The cost difference between the pre-response and post-response at-completion cost values.
-
atCompletionPessimisticCostDeltaPct: number
(double)
The percentage difference between the pre-response and post-response at-completion cost values.
-
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. -
monteCarloProjectDeltaId: integer
(int64)
The unique identifier of a project cost delta.
-
pessimisticCostDeltaAbs: number
(double)
The cost difference between the Pre-Response and Post-Response remaining cost values.
-
pessimisticCostDeltaPct: number
(double)
The percentage difference between the Pre-Response and Post-Response remaining cost values.
-
updateDate: string
(date-time)
Read Only:
true
Date when the record was last updated.
404 Response
The requested Monte Carlo project delta does not exist, or you do not have access to it.