View All Monte Carlo Activity Iteration Values by Project ID and Scenario

get

/api/restapi/monteCarloActivityIterationValues/project/{projectId}/scenario/{scenario}

This endpoint returns Monte Carlo Activity Iteration Values 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 Monte Carlo Activity Iteration Values 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<ApiEntityMonteCarloActivityIterationValue>
Type: array
Title: List<ApiEntityMonteCarloActivityIterationValue>
Show Source
Nested Schema : ApiEntityMonteCarloActivityIterationValue
Type: object
Title: ApiEntityMonteCarloActivityIterationValue
Show Source

204 Response

Successful operation with no content.

404 Response

The requested Monte Carlo Activity Iteration Values does not exist, or you do not have access to it.
Back to Top