View Monte Carlo Activity Risk Results by Project Risk
get
/primeapi/restapi/monteCarloActivityRiskResult/projectRisk/{projectRiskId}
This endpoint returns monte carlo activity risk results that meet the following requirements:
- The object is associated with a project risk with an ID value that matches the value of the {id} path parameter.
Request
Path Parameters
-
projectRiskId: integer(int64)
Project Risk ID of which MonteCarlo Activity Risk Result has to be returned.
Response
Supported Media Types
- application/json
200 Response
successful operation
Nested Schema : ApiEntityMonteCarloActivityRiskResult
Type:
Show Source
object
-
link(optional):
string(url)
Read Only:
true
-
meanDelay(optional):
object Duration
-
monteCarloActivityResultId(optional):
integer(int64)
The unique identifier of a Monte Carlo risk result.
-
monteCarloActivityRiskResultFinancial(optional):
object ApiEntityMonteCarloActivityRiskResultFinancial
-
monteCarloActivityRiskResultId(optional):
integer(int64)
The unique identifier of a risk result.
-
projectRiskId(optional):
integer(int64)
The unique identifier of a project to which a risk is assigned.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : ApiEntityMonteCarloActivityRiskResultFinancial
Type:
Show Source
object
-
link(optional):
string(url)
Read Only:
true
-
meanCostImpact(optional):
object Cost
-
monteCarloActivityRiskResultId(optional):
integer(int64)
The unique identifier of an activity risk result.
-
updateDate(optional):
string(date-time)
Read Only:
true
Date when the record was last updated. Used for viewing and filtering records, obtained ONLY from GET calls, modified on and after a particular date. Not a part of POST response.
Nested Schema : Cost
Type:
object
204 Response
Successful operation with no content.
404 Response
The requested monte carlo activity risk result does not exist, or you do not have access to it.