View Monte Carlo Project Delta by Project and Scenario
get
/api/restapi/monteCarloProjectDelta/project/{projectId}/deltaScenario/{scenario}
This endpoint returns Monte Carlo project deltas that meet the following requirements:
- The object is associated with 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(required): integer(int64)
Project ID of which MonteCarlo Project Delta has to be returned.
-
scenario(required): string
Risk analysis results delta.
Allowed Values: [ "ORG_PRE_TO_ORG_POST", "ORG_PRE_TO_SENS_PRE", "ORG_POST_TO_SENS_POST", "PRE_MEAN_IMPACTED", "POST_MEAN_IMPACTED" ]
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.
204 Response
Successful operation with no content.
404 Response
The requested Monte Carlo project delta does not exist, or you do not have access to it.