View Monte Carlo Activity Deterministic Values by Activity and Scenario

get

/api/restapi/monteCarloActivityDeterministicValues/activity/{activityId}/scenario/{scenario}

This endpoint returns Monte Carlo activity deterministic values that meet the following requirements:
  • The object is associated with an activity with an ID value that matches the value of the {activityId} path parameter.
  • The object was run under a scenario that matches the value of the {scenario} path parameter.

Request

Path Parameters
  • Activity ID of which MonteCarlo Activity Deterministic Value has to be returned.
  • The type of risk analysis run on a project.
    • PRE_MITIGATED : A quantitative risk analysis that doesn't take into account the impact of defined risk response plans.
    • POST_MITIGATED : A quantitative risk analysis that takes into account the impact of defined risk response plans.
    • BOTH : A quantitative risk analysis that uses both pre and post mitigated contexts.
    Allowed Values: [ "PRE_MITIGATED", "POST_MITIGATED", "BOTH" ]

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityMonteCarloActivityDeterministicValues>
Type: array
Title: List<ApiEntityMonteCarloActivityDeterministicValues>
Show Source
Nested Schema : ApiEntityMonteCarloActivityDeterministicValues
Type: object
Title: ApiEntityMonteCarloActivityDeterministicValues
Show Source
Nested Schema : monteCarloActivityDeterministicFinancialValues
An object containing all Monte Carlo activity deterministic value financial fields in the form of key-value pairs.
Match All
Show Source
Nested Schema : ApiEntityMonteCarloActivityDeterministicFinancialValues
Type: object
Title: ApiEntityMonteCarloActivityDeterministicFinancialValues
Show Source

204 Response

Successful operation with no content.

404 Response

The requested Monte Carlo activity deterministic value does not exist, or you do not have access to it.
Back to Top