View All Monte Carlo Project Results by Parent

get

/api/restapi/monteCarloProjectResult/parentCode

Send a request to this endpoint to view all Monte Carlo project results under parent with codes matching the code fields in query parameters.

Request

Query Parameters
  • The user-specified identifier of a project.
    This is a required field.
  • 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.

    This is a required field.
    Allowed Values: [ "PRE_MITIGATED", "POST_MITIGATED", "BOTH" ]
  • The user-specified identifier of a workspace.
    This is a required field.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityMonteCarloProjectResult>
Type: array
Title: List<ApiEntityMonteCarloProjectResult>
Show Source
Nested Schema : ApiEntityMonteCarloProjectResult
Type: object
Title: ApiEntityMonteCarloProjectResult
Show Source
Nested Schema : monteCarloProjectResultFinancial
An object containing Monte Carlo project result financial fields in the form of key-value pairs.
Match All
Show Source
Nested Schema : ApiEntityMonteCarloProjectResultFinancial
Type: object
Title: ApiEntityMonteCarloProjectResultFinancial
Show Source

204 Response

Successful operation with no content.

404 Response

The requested Monte Carlo project result does not exist, or you do not have access to it.
Back to Top