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
  • Project ID of which MonteCarlo Project Delta has to be returned.
  • Monte Carlo Delta Scenario
    Allowed 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

200 Response

successful operation
Body ()
Root Schema : ApiEntityMonteCarloProjectDelta
Type: object
Show Source
Nested Schema : ApiEntityMonteCarloProjectDeltaFinancial
Type: object
Show Source
Nested Schema : Duration
Type: object
Show Source
Nested Schema : Percent
Type: object
Show Source
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.