View Monte Carlo Project Delta by Project and Scenario
get
/primeapi/restapi/monteCarloProjectDelta/project/{projectId}/deltaScenario/{scenario}
This endpoint returns monte carlo project deltas 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 Delta has to be returned.
-
scenario: string
Monte Carlo Delta ScenarioAllowed Values:
[ "ORG_PRE_TO_ORG_POST", "ORG_PRE_TO_SENS_PRE", "ORG_POST_TO_SENS_POST", "PRE_MEAN_IMPACTED", "POST_MEAN_IMPACTED" ]
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : ApiEntityMonteCarloProjectDelta
Type:
Show Source
object
-
link(optional):
string(url)
Read Only:
true
-
monteCarloDeltaScenario(optional):
string
Allowed Values:
[ "ORG_PRE_TO_ORG_POST", "ORG_PRE_TO_SENS_PRE", "ORG_POST_TO_SENS_POST", "PRE_MEAN_IMPACTED", "POST_MEAN_IMPACTED" ]
Risk analysis scenario type. -
monteCarloProjectDeltaFinancial(optional):
object ApiEntityMonteCarloProjectDeltaFinancial
-
monteCarloProjectDeltaId(optional):
integer(int64)
Project delta ID.
-
pessimisticDurationDeltaAbs(optional):
object Duration
-
pessimisticDurationDeltaPct(optional):
object Percent
-
pessimisticFinishDeltaAbs(optional):
object Duration
-
pessimisticFinishDeltaPct(optional):
object Percent
-
pessimisticStartDeltaAbs(optional):
object Duration
-
pessimisticStartDeltaPct(optional):
object Percent
-
projectId(optional):
integer(int64)
Project ID.
-
removedItemId(optional):
integer(int64)
Removed item ID.
-
removedItemType(optional):
string
Allowed Values:
[ "NONE", "ACTIVITY", "RISK", "MEAN_IMPACTED_RISK", "COST" ]
Type of removed item. -
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 : ApiEntityMonteCarloProjectDeltaFinancial
Type:
Show Source
object
-
link(optional):
string(url)
Read Only:
true
-
monteCarloProjectDeltaId(optional):
integer(int64)
The unique identifier of a project cost delta.
-
pessimisticCostDeltaAbs(optional):
object Cost
-
pessimisticCostDeltaPct(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 delta does not exist, or you do not have access to it.