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
  • Project ID of which MonteCarlo Project Delta has to be returned.
  • 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" ]
    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 Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : ApiEntityMonteCarloProjectDelta
Type: object
Title: ApiEntityMonteCarloProjectDelta
Show Source
Nested Schema : monteCarloProjectDeltaFinancial
An object containing Monte Carlo project delta financial fields in the form of key-value pairs.
Match All
Show Source
Nested Schema : ApiEntityMonteCarloProjectDeltaFinancial
Type: object
Title: ApiEntityMonteCarloProjectDeltaFinancial
Show Source

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.
Back to Top